Skip to content

fix: clean up package exports#15

Merged
ericallam merged 2 commits intomainfrom
fix/package-exports
Mar 10, 2026
Merged

fix: clean up package exports#15
ericallam merged 2 commits intomainfrom
fix/package-exports

Conversation

@ericallam
Copy link
Member

Summary

  • Remove unused ./test subpath export (MemorySink is already exported from the main entry)
  • Move types condition before import in exports (required for proper resolution)
  • attw passes: all green except expected CJS warning for ESM-only package

Test plan

  • npx @arethetypeswrong/cli --pack shows no 💀 errors
  • import { trail, MemorySink } from "agentcrumbs" works

@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agentcrumbs-docs Ready Ready Preview, Comment Mar 10, 2026 7:07pm

Request Review

attw now passes all green: node10, node16 CJS, node16 ESM, bundler.
@ericallam ericallam marked this pull request as ready for review March 10, 2026 19:11
@ericallam ericallam merged commit 2f2d4af into main Mar 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants