Skip to content

Commit 8f0c4da

Browse files
author
Shaw
committed
fix(core): avoid duplicate contract type re-exports
1 parent 3aa5cf3 commit 8f0c4da

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/core/src/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@
1212
// Re-export everything from the Node.js entry point
1313
// This ensures that imports from "@elizaos/core" resolve correctly during builds
1414
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

Comments
 (0)