-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: move type field to dist/esm/package.json #205
Conversation
🦋 Changeset detectedLatest commit: 494a5d9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Bug Fixes
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #205 +/- ##
=======================================
Coverage 99.83% 99.83%
=======================================
Files 26 26
Lines 6082 6082
Branches 195 195
=======================================
Hits 6072 6072
Misses 8 8
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Could you add a changeset? |
Done |
Fixes #204 as suggested in #204 (comment).
PR-Codex overview
This PR focuses on fixing an error with TypeScript 5.2.2 in CommonJS projects.
Detailed summary
"type": "module"
to thebuild:esm+types
script inpackages/abitype/package.json
"sideEffects": false
to thebuild:esm+types
script inpackages/abitype/package.json