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: cjs build #549

Merged
merged 2 commits into from
Aug 6, 2024
Merged

fix: cjs build #549

merged 2 commits into from
Aug 6, 2024

Conversation

joepegler
Copy link
Collaborator

@joepegler joepegler commented Aug 6, 2024

PR-Codex overview

This PR updates the version to 4.5.4, fixes CJS builds, and refactors BigInt to use 1n for cleaner code.

Detailed summary

  • Updated version to 4.5.4 in package.json
  • Fixed CJS builds
  • Replaced BigInt(1) with 1n for readability

The following files were skipped due to too many changes: tests/account/write.test.ts

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

Copy link

github-actions bot commented Aug 6, 2024

size-limit report 📦

Path Size
core (esm) 55.63 KB (+1.26% 🔺)
core (cjs) 60.86 KB (+1.19% 🔺)
account (tree-shaking) 53.31 KB (+1.57% 🔺)
bundler (tree-shaking) 2.54 KB (0%)
paymaster (tree-shaking) 2.23 KB (0%)
modules (tree-shaking) 41.02 KB (+1.74% 🔺)

@joepegler joepegler merged commit ed0505e into develop Aug 6, 2024
6 checks passed
@joepegler joepegler deleted the fix/cjs_builds branch August 6, 2024 14:01
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.

1 participant