@swoft/core-architecture
Version:
Official compatibility package for @swoft/core-architecture → @swoft/core/architecture
1 lines • 737 B
Source Map (JSON)
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * @swoft/core-architecture - Official Compatibility Package\n *\n * This package provides backward compatibility for domains using the old\n * @swoft/core-architecture package name. It re-exports everything from\n * the new unified @swoft/core package.\n *\n * Migration Path:\n * OLD: import { AggregateRoot } from '@swoft/core-architecture';\n * NEW: import { AggregateRoot } from '@swoft/core';\n *\n * This compatibility package allows gradual migration without breaking changes.\n */\n\n// Simply re-export everything from @swoft/core\n// This ensures maximum compatibility with existing code\nexport * from '@swoft/core';\n"],"mappings":";AAgBA,cAAc;","names":[]}