We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa5cf3 commit 8f0c4daCopy full SHA for 8f0c4da
1 file changed
packages/core/src/index.ts
@@ -12,9 +12,3 @@
12
// Re-export everything from the Node.js entry point
13
// This ensures that imports from "@elizaos/core" resolve correctly during builds
14
export * from "./index.node";
15
-
16
-// Phase 5A transition shim: re-export type contracts from @elizaos/contracts so
17
-// consumers migrating off `@elizaos/core` keep working while imports are moved
18
-// over to the dedicated types-only package. Duplicate names from `./index.node`
19
-// take precedence; `export type *` silently excludes overlapping identifiers.
20
-export type * from "@elizaos/contracts";
0 commit comments