Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: package.json exports zod entrypoint path #144

Merged
merged 2 commits into from May 26, 2023
Merged

fix: package.json exports zod entrypoint path #144

merged 2 commits into from May 26, 2023

Conversation

tmm
Copy link
Member

@tmm tmm commented May 26, 2023

Description

Fixes package.json Zod entrypoint ESM path.

Additional Information

  • I read the contributing guide
  • I added documentation related to the changes made.
  • I added or updated tests related to the changes made.

Your ENS/address:


PR-Codex overview

This PR fixes the package.json Zod entrypoint ESM path.

Detailed summary

  • Fixed the package.json Zod entrypoint ESM path.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented May 26, 2023

🦋 Changeset detected

Latest commit: 0309faa

The changes in this PR will be included in the next version bump.

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

@vercel
Copy link

vercel bot commented May 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
abitype ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 26, 2023 8:02pm

@commit-lint
Copy link

commit-lint bot commented May 26, 2023

Bug Fixes

Chore

Contributors

tmm

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 46.6 kB

ℹ️ View Unchanged
Filename Size
dist/cjs/abi.js 123 B
dist/cjs/config.js 126 B
dist/cjs/errors.js 577 B
dist/cjs/human-readable/errors/abiItem.js 537 B
dist/cjs/human-readable/errors/abiParameter.js 804 B
dist/cjs/human-readable/errors/index.js 507 B
dist/cjs/human-readable/errors/signature.js 420 B
dist/cjs/human-readable/errors/splitParameters.js 404 B
dist/cjs/human-readable/errors/struct.js 338 B
dist/cjs/human-readable/index.js 543 B
dist/cjs/human-readable/parseAbi.js 329 B
dist/cjs/human-readable/parseAbiItem.js 416 B
dist/cjs/human-readable/parseAbiParameter.js 451 B
dist/cjs/human-readable/parseAbiParameters.js 501 B
dist/cjs/human-readable/runtime/cache.js 616 B
dist/cjs/human-readable/runtime/index.js 356 B
dist/cjs/human-readable/runtime/signatures.js 777 B
dist/cjs/human-readable/runtime/structs.js 999 B
dist/cjs/human-readable/runtime/utils.js 2.09 kB
dist/cjs/human-readable/types/index.js 125 B
dist/cjs/human-readable/types/signatures-test-d.js 438 B
dist/cjs/human-readable/types/signatures.js 127 B
dist/cjs/human-readable/types/structs.js 127 B
dist/cjs/human-readable/types/utils.js 124 B
dist/cjs/index.js 560 B
dist/cjs/narrow.js 169 B
dist/cjs/regex.js 362 B
dist/cjs/test/abis.js 5.93 kB
dist/cjs/test/human-readable.js 3.59 kB
dist/cjs/test/index.js 595 B
dist/cjs/types.js 124 B
dist/cjs/utils.js 124 B
dist/cjs/version.js 150 B
dist/cjs/zod/index.js 510 B
dist/cjs/zod/zod.js 1.29 kB
dist/esm/abi.js 62 B
dist/esm/config.js 65 B
dist/esm/errors.js 524 B
dist/esm/human-readable/errors/abiItem.js 454 B
dist/esm/human-readable/errors/abiParameter.js 674 B
dist/esm/human-readable/errors/index.js 251 B
dist/esm/human-readable/errors/signature.js 339 B
dist/esm/human-readable/errors/splitParameters.js 345 B
dist/esm/human-readable/errors/struct.js 282 B
dist/esm/human-readable/index.js 251 B
dist/esm/human-readable/parseAbi.js 257 B
dist/esm/human-readable/parseAbiItem.js 344 B
dist/esm/human-readable/parseAbiParameter.js 373 B
dist/esm/human-readable/parseAbiParameters.js 428 B
dist/esm/human-readable/runtime/cache.js 554 B
dist/esm/human-readable/runtime/index.js 167 B
dist/esm/human-readable/runtime/signatures.js 567 B
dist/esm/human-readable/runtime/structs.js 926 B
dist/esm/human-readable/runtime/utils.js 2.02 kB
dist/esm/human-readable/types/index.js 64 B
dist/esm/human-readable/types/signatures-test-d.js 365 B
dist/esm/human-readable/types/signatures.js 69 B
dist/esm/human-readable/types/structs.js 66 B
dist/esm/human-readable/types/utils.js 64 B
dist/esm/index.js 262 B
dist/esm/narrow.js 97 B
dist/esm/regex.js 284 B
dist/esm/test/abis.js 5.8 kB
dist/esm/test/human-readable.js 3.49 kB
dist/esm/test/index.js 296 B
dist/esm/types.js 64 B
dist/esm/utils.js 64 B
dist/esm/version.js 82 B
dist/esm/zod/index.js 224 B
dist/esm/zod/zod.js 1.14 kB

compressed-size-action

@tmm tmm changed the title tmm/fix export fix: package.json exports zod entrypoint path May 26, 2023
@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #144 (0309faa) into main (945c42c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #144   +/-   ##
=======================================
  Coverage   99.87%   99.87%           
=======================================
  Files          17       17           
  Lines        1618     1618           
  Branches      273      273           
=======================================
  Hits         1616     1616           
  Misses          2        2           

@tmm tmm merged commit 02ae52e into main May 26, 2023
12 checks passed
@tmm tmm deleted the tmm/fix-export branch May 26, 2023 20:06
@github-actions github-actions bot mentioned this pull request May 26, 2023
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.

None yet

1 participant