chore: version package#524
Merged
Merged
Conversation
8a27218 to
349480d
Compare
plusminushalf
approved these changes
Jul 9, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #524 +/- ##
=======================================
Coverage 78.41% 78.41%
=======================================
Files 105 105
Lines 8988 8988
Branches 570 570
=======================================
Hits 7048 7048
Misses 1914 1914
Partials 26 26 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
size-limit report 📦
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@pimlico/mock-paymaster@0.0.8
Patch Changes
noUncheckedIndexedAccess.permissionless@0.3.7
Patch Changes
createSmartAccountClient,createPimlicoClient, orcreatePasskeyServerClientis checked against the bareSmartAccountClient/PimlicoClient/PasskeyServerClientalias (e.g.useQuery<SmartAccountClient>). The client type aliases now use an inline mapped-type body with variance annotations (the same pattern viem ships inSimulateContractReturnType, refactor: add explicit annotations to SimulateContractReturnType wevm/viem#2557) so TypeScript compares instantiations argument-by-argument instead of expanding the full action surface structurally. Return-type precision is unchanged.moduleResolution: "node"(node10): every exported subpath directory now ships a proxy package.json pointing at the compiled_types/_esm/_cjsoutput, sotscresolves declarations instead of pulling raw.tssources into the consumer's program (Published npm package includes raw .ts source files that cause strict-mode type errors in consumers #522). Barrel subpath modules (actions/{erc7579,pimlico,passkeyServer,etherspot,smartAccount}andclients/{pimlico,passkeyServer}) moved from single files into directories with index files — package-specifier imports are unaffected, only private deep imports of_esm/_cjs/_typesfile paths change. Test files and vitest config are no longer included in the npm tarball;.tssources are still shipped for debuggability. The codebase now compiles undernoUncheckedIndexedAccess, so sources stay error-free even when consumer projects type-check them with that flag enabled.@permissionless/wagmi@0.1.5
Patch Changes
useAvailableCapabilitiesto returnundefinedinstead of throwing when the connected chain has no capabilities entry, and hardened receipt handling inuseWaitForTransactionReceipt. The package now compiles undernoUncheckedIndexedAccess.