Skip to content

Version Packages#1495

Merged
mcintyre94 merged 1 commit intomainfrom
changeset-release/main
Apr 1, 2026
Merged

Version Packages#1495
mcintyre94 merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 25, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm 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

@solana/errors@6.6.0

Minor Changes

  • #1496 7f02d23 Thanks @mcintyre94! - compileTransactionMessage now enforces four Solana protocol limits at compile time, throwing a typed SolanaError instead of silently producing a transaction that would be rejected by the network:

    • More than 64 unique account addresses → SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNT_ADDRESSES

    • More than 12 unique signer addresses → SOLANA_ERROR__TRANSACTION__TOO_MANY_SIGNER_ADDRESSES

    • More than 64 instructions → SOLANA_ERROR__TRANSACTION__TOO_MANY_INSTRUCTIONS

    • More than 255 accounts in a single instruction → SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNTS_IN_INSTRUCTION

      All four error codes (and their context types / human-readable messages) are exported from @solana/errors.

@solana/instruction-plans@6.6.0

Minor Changes

  • #1499 742ffca Thanks @mcintyre94! - Add version-aware transaction size limits. Version 1 transactions now allow up to 4096 bytes, while legacy and v0 transactions continue to use the existing 1232-byte limit. Two new helper functions are exported from @solana/transactions: getTransactionSizeLimit for compiled Transaction objects, and getTransactionMessageSizeLimit for TransactionMessage objects.

    The existing TRANSACTION_SIZE_LIMIT, TRANSACTION_PACKET_SIZE, and TRANSACTION_PACKET_HEADER constants are now deprecated in favour of getTransactionSizeLimit and will be removed in a future major version.

Patch Changes

  • #1497 f055201 Thanks @mcintyre94! - The transaction planner now handles the four new transaction compilation constraint errors (TOO_MANY_ACCOUNT_ADDRESSES, TOO_MANY_SIGNER_ADDRESSES, TOO_MANY_INSTRUCTIONS, TOO_MANY_ACCOUNTS_IN_INSTRUCTION) gracefully. When adding an instruction to an existing candidate transaction would violate a constraint, the planner splits it into a new transaction — the same behaviour it already had for transactions that exceed the byte size limit. If even a fresh transaction cannot accommodate the instruction, the constraint error propagates to the caller.

  • Updated dependencies [742ffca, 7f02d23]:

    • @solana/transactions@6.6.0
    • @solana/errors@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/instructions@6.6.0
    • @solana/keys@6.6.0
    • @solana/promises@6.6.0

@solana/plugin-core@6.6.0

Minor Changes

  • #1480 9c4fd6e Thanks @mcintyre94! - Add withCleanup function to @solana/plugin-core. Plugin authors can use it to register teardown logic (e.g. closing connections or clearing timers) on a client, making it Disposable. If the client already implements Symbol.dispose, the new cleanup function is chained so both run on disposal.

@solana/transaction-messages@6.6.0

Minor Changes

  • #1496 7f02d23 Thanks @mcintyre94! - compileTransactionMessage now enforces four Solana protocol limits at compile time, throwing a typed SolanaError instead of silently producing a transaction that would be rejected by the network:

    • More than 64 unique account addresses → SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNT_ADDRESSES

    • More than 12 unique signer addresses → SOLANA_ERROR__TRANSACTION__TOO_MANY_SIGNER_ADDRESSES

    • More than 64 instructions → SOLANA_ERROR__TRANSACTION__TOO_MANY_INSTRUCTIONS

    • More than 255 accounts in a single instruction → SOLANA_ERROR__TRANSACTION__TOO_MANY_ACCOUNTS_IN_INSTRUCTION

      All four error codes (and their context types / human-readable messages) are exported from @solana/errors.

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-data-structures@6.6.0
    • @solana/codecs-numbers@6.6.0
    • @solana/instructions@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/functional@6.6.0
    • @solana/nominal-types@6.6.0

@solana/transactions@6.6.0

Minor Changes

  • #1499 742ffca Thanks @mcintyre94! - Add version-aware transaction size limits. Version 1 transactions now allow up to 4096 bytes, while legacy and v0 transactions continue to use the existing 1232-byte limit. Two new helper functions are exported from @solana/transactions: getTransactionSizeLimit for compiled Transaction objects, and getTransactionMessageSizeLimit for TransactionMessage objects.

    The existing TRANSACTION_SIZE_LIMIT, TRANSACTION_PACKET_SIZE, and TRANSACTION_PACKET_HEADER constants are now deprecated in favour of getTransactionSizeLimit and will be removed in a future major version.

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-data-structures@6.6.0
    • @solana/codecs-numbers@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/instructions@6.6.0
    • @solana/keys@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/functional@6.6.0
    • @solana/nominal-types@6.6.0

@solana/accounts@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/rpc-spec@6.6.0
    • @solana/rpc-types@6.6.0

@solana/addresses@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/assertions@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/nominal-types@6.6.0

@solana/assertions@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0

@solana/codecs@6.6.0

Patch Changes

  • Updated dependencies []:
    • @solana/codecs-core@6.6.0
    • @solana/codecs-data-structures@6.6.0
    • @solana/codecs-numbers@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/options@6.6.0

@solana/codecs-core@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0

@solana/codecs-data-structures@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-numbers@6.6.0

@solana/codecs-numbers@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/codecs-core@6.6.0

@solana/codecs-strings@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-numbers@6.6.0

@solana/compat@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23]:
    • @solana/transactions@6.6.0
    • @solana/errors@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/instructions@6.6.0
    • @solana/keys@6.6.0

@solana/instructions@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/codecs-core@6.6.0

@solana/keys@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/assertions@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/nominal-types@6.6.0

@solana/kit@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23, 9c4fd6e, 0fa54a4, f055201]:
    • @solana/instruction-plans@6.6.0
    • @solana/transactions@6.6.0
    • @solana/errors@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/plugin-core@6.6.0
    • @solana/signers@6.6.0
    • @solana/plugin-interfaces@6.6.0
    • @solana/program-client-core@6.6.0
    • @solana/rpc-api@6.6.0
    • @solana/transaction-confirmation@6.6.0
    • @solana/accounts@6.6.0
    • @solana/addresses@6.6.0
    • @solana/instructions@6.6.0
    • @solana/keys@6.6.0
    • @solana/offchain-messages@6.6.0
    • @solana/programs@6.6.0
    • @solana/rpc@6.6.0
    • @solana/rpc-subscriptions@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/sysvars@6.6.0
    • @solana/rpc-parsed-types@6.6.0
    • @solana/codecs@6.6.0
    • @solana/functional@6.6.0
    • @solana/rpc-spec-types@6.6.0

@solana/offchain-messages@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-data-structures@6.6.0
    • @solana/codecs-numbers@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/keys@6.6.0
    • @solana/nominal-types@6.6.0

@solana/options@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-data-structures@6.6.0
    • @solana/codecs-numbers@6.6.0
    • @solana/codecs-strings@6.6.0

@solana/plugin-interfaces@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 0fa54a4, f055201]:
    • @solana/instruction-plans@6.6.0
    • @solana/signers@6.6.0
    • @solana/addresses@6.6.0
    • @solana/keys@6.6.0
    • @solana/rpc-spec@6.6.0
    • @solana/rpc-subscriptions-spec@6.6.0
    • @solana/rpc-types@6.6.0

@solana/program-client-core@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23, 0fa54a4, f055201]:
    • @solana/instruction-plans@6.6.0
    • @solana/errors@6.6.0
    • @solana/signers@6.6.0
    • @solana/plugin-interfaces@6.6.0
    • @solana/rpc-api@6.6.0
    • @solana/accounts@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/instructions@6.6.0

@solana/programs@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/addresses@6.6.0

@solana/react@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23, 0fa54a4]:
    • @solana/transactions@6.6.0
    • @solana/errors@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/signers@6.6.0
    • @solana/addresses@6.6.0
    • @solana/keys@6.6.0
    • @solana/promises@6.6.0

@solana/rpc@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/rpc-api@6.6.0
    • @solana/rpc-spec@6.6.0
    • @solana/rpc-transformers@6.6.0
    • @solana/rpc-transport-http@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/fast-stable-stringify@6.6.0
    • @solana/functional@6.6.0
    • @solana/rpc-spec-types@6.6.0

@solana/rpc-api@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23]:
    • @solana/transactions@6.6.0
    • @solana/errors@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/keys@6.6.0
    • @solana/rpc-spec@6.6.0
    • @solana/rpc-transformers@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/rpc-parsed-types@6.6.0

@solana/rpc-graphql@6.6.0

Patch Changes

  • Updated dependencies []:
    • @solana/codecs-strings@6.6.0
    • @solana/fast-stable-stringify@6.6.0

@solana/rpc-spec@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/rpc-spec-types@6.6.0

@solana/rpc-subscriptions@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/rpc-subscriptions-api@6.6.0
    • @solana/rpc-subscriptions-channel-websocket@6.6.0
    • @solana/rpc-subscriptions-spec@6.6.0
    • @solana/rpc-transformers@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/subscribable@6.6.0
    • @solana/fast-stable-stringify@6.6.0
    • @solana/functional@6.6.0
    • @solana/promises@6.6.0
    • @solana/rpc-spec-types@6.6.0

@solana/rpc-subscriptions-api@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23]:
    • @solana/transactions@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/addresses@6.6.0
    • @solana/keys@6.6.0
    • @solana/rpc-subscriptions-spec@6.6.0
    • @solana/rpc-transformers@6.6.0
    • @solana/rpc-types@6.6.0

@solana/rpc-subscriptions-channel-websocket@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/rpc-subscriptions-spec@6.6.0
    • @solana/subscribable@6.6.0
    • @solana/functional@6.6.0

@solana/rpc-subscriptions-spec@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/subscribable@6.6.0
    • @solana/promises@6.6.0
    • @solana/rpc-spec-types@6.6.0

@solana/rpc-transformers@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/functional@6.6.0
    • @solana/nominal-types@6.6.0
    • @solana/rpc-spec-types@6.6.0

@solana/rpc-transport-http@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/rpc-spec@6.6.0
    • @solana/rpc-spec-types@6.6.0

@solana/rpc-types@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-numbers@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/nominal-types@6.6.0

@solana/signers@6.6.0

Patch Changes

  • #1492 0fa54a4 Thanks @lorisleiva! - Allow deduplicateSigners to handle structurally equivalent signers (e.g. two createNoopSigner calls with the same address) instead of throwing.

  • Updated dependencies [742ffca, 7f02d23]:

    • @solana/transactions@6.6.0
    • @solana/errors@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/instructions@6.6.0
    • @solana/keys@6.6.0
    • @solana/offchain-messages@6.6.0
    • @solana/nominal-types@6.6.0

@solana/subscribable@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0

@solana/sysvars@6.6.0

Patch Changes

  • Updated dependencies [7f02d23]:
    • @solana/errors@6.6.0
    • @solana/accounts@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/codecs-data-structures@6.6.0
    • @solana/codecs-numbers@6.6.0
    • @solana/rpc-types@6.6.0

@solana/transaction-confirmation@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23]:
    • @solana/transactions@6.6.0
    • @solana/errors@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-strings@6.6.0
    • @solana/keys@6.6.0
    • @solana/rpc@6.6.0
    • @solana/rpc-subscriptions@6.6.0
    • @solana/rpc-types@6.6.0
    • @solana/promises@6.6.0

@solana/wallet-account-signer@6.6.0

Patch Changes

  • Updated dependencies [742ffca, 7f02d23, 0fa54a4]:
    • @solana/transactions@6.6.0
    • @solana/transaction-messages@6.6.0
    • @solana/signers@6.6.0
    • @solana/addresses@6.6.0
    • @solana/codecs-core@6.6.0
    • @solana/keys@6.6.0
    • @solana/promises@6.6.0

@solana/fast-stable-stringify@6.6.0

@solana/functional@6.6.0

@solana/nominal-types@6.6.0

@solana/promises@6.6.0

@solana/rpc-parsed-types@6.6.0

@solana/rpc-spec-types@6.6.0

@solana/webcrypto-ed25519-polyfill@6.6.0

@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from 2d36470 to 94c1de7 Compare March 31, 2026 11:22
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 94c1de7 to 6d3445b Compare April 1, 2026 09:10
mcintyre94
mcintyre94 previously approved these changes Apr 1, 2026
@github-actions github-actions Bot dismissed mcintyre94’s stale review April 1, 2026 12:02

Your organization requires reapproval when changes are made, so Graphite has dismissed approvals. See the output of git range-diff at https://github.com/anza-xyz/kit/actions/runs/23847567802

@mcintyre94 mcintyre94 force-pushed the changeset-release/main branch from 304c8f6 to 6d3445b Compare April 1, 2026 12:03
@bundlemon
Copy link
Copy Markdown

bundlemon Bot commented Apr 1, 2026

BundleMon

Unchanged files (142)
Status Path Size Limits
@solana/kit production bundle
kit/dist/index.production.min.js
46.25KB -
errors/dist/index.node.mjs
19.34KB -
errors/dist/index.browser.mjs
19.32KB -
errors/dist/index.native.mjs
19.32KB -
rpc-graphql/dist/index.browser.mjs
18.82KB -
rpc-graphql/dist/index.native.mjs
18.81KB -
rpc-graphql/dist/index.node.mjs
18.81KB -
wallet-account-signer/dist/index.node.mjs
16.4KB -
wallet-account-signer/dist/index.browser.mjs
16.37KB -
wallet-account-signer/dist/index.native.mjs
16.37KB -
transaction-messages/dist/index.browser.mjs
11.32KB -
transaction-messages/dist/index.native.mjs
11.32KB -
transaction-messages/dist/index.node.mjs
11.32KB -
instruction-plans/dist/index.browser.mjs
6.58KB -
instruction-plans/dist/index.native.mjs
6.58KB -
instruction-plans/dist/index.node.mjs
6.58KB -
codecs-data-structures/dist/index.browser.mjs
5.04KB -
codecs-data-structures/dist/index.native.mjs
5.03KB -
codecs-data-structures/dist/index.node.mjs
5.03KB -
offchain-messages/dist/index.browser.mjs
4.89KB -
offchain-messages/dist/index.native.mjs
4.89KB -
offchain-messages/dist/index.node.mjs
4.89KB -
transactions/dist/index.browser.mjs
4.07KB -
transactions/dist/index.native.mjs
4.07KB -
transactions/dist/index.node.mjs
4.07KB -
codecs-core/dist/index.browser.mjs
3.62KB -
codecs-core/dist/index.native.mjs
3.62KB -
codecs-core/dist/index.node.mjs
3.62KB -
webcrypto-ed25519-polyfill/dist/index.node.mj
s
3.61KB -
webcrypto-ed25519-polyfill/dist/index.browser
.mjs
3.59KB -
webcrypto-ed25519-polyfill/dist/index.native.
mjs
3.57KB -
rpc-subscriptions/dist/index.browser.mjs
3.37KB -
rpc-subscriptions/dist/index.node.mjs
3.34KB -
rpc-subscriptions/dist/index.native.mjs
3.31KB -
rpc-transformers/dist/index.browser.mjs
3.16KB -
rpc-transformers/dist/index.native.mjs
3.16KB -
rpc-transformers/dist/index.node.mjs
3.16KB -
signers/dist/index.browser.mjs
3.14KB -
signers/dist/index.native.mjs
3.14KB -
signers/dist/index.node.mjs
3.14KB -
react/dist/index.browser.mjs
3.09KB -
react/dist/index.native.mjs
3.09KB -
react/dist/index.node.mjs
3.09KB -
addresses/dist/index.browser.mjs
2.93KB -
addresses/dist/index.native.mjs
2.92KB -
addresses/dist/index.node.mjs
2.92KB -
kit/dist/index.browser.mjs
2.78KB -
kit/dist/index.native.mjs
2.78KB -
kit/dist/index.node.mjs
2.78KB -
codecs-strings/dist/index.browser.mjs
2.55KB -
codecs-strings/dist/index.node.mjs
2.51KB -
codecs-strings/dist/index.native.mjs
2.47KB -
transaction-confirmation/dist/index.node.mjs
2.41KB -
sysvars/dist/index.browser.mjs
2.37KB -
sysvars/dist/index.native.mjs
2.37KB -
sysvars/dist/index.node.mjs
2.37KB -
transaction-confirmation/dist/index.native.mj
s
2.36KB -
transaction-confirmation/dist/index.browser.m
js
2.35KB -
rpc-subscriptions-spec/dist/index.node.mjs
2.18KB -
rpc-subscriptions-spec/dist/index.native.mjs
2.13KB -
rpc-subscriptions-spec/dist/index.browser.mjs
2.13KB -
keys/dist/index.browser.mjs
2.1KB -
keys/dist/index.native.mjs
2.1KB -
keys/dist/index.node.mjs
2.1KB -
rpc/dist/index.node.mjs
1.95KB -
codecs-numbers/dist/index.browser.mjs
1.95KB -
codecs-numbers/dist/index.native.mjs
1.95KB -
codecs-numbers/dist/index.node.mjs
1.94KB -
rpc-transport-http/dist/index.browser.mjs
1.91KB -
rpc-transport-http/dist/index.native.mjs
1.9KB -
rpc/dist/index.native.mjs
1.81KB -
rpc/dist/index.browser.mjs
1.8KB -
subscribable/dist/index.node.mjs
1.8KB -
subscribable/dist/index.native.mjs
1.75KB -
subscribable/dist/index.browser.mjs
1.74KB -
rpc-transport-http/dist/index.node.mjs
1.72KB -
rpc-types/dist/index.browser.mjs
1.53KB -
rpc-types/dist/index.native.mjs
1.53KB -
rpc-types/dist/index.node.mjs
1.53KB -
rpc-subscriptions-channel-websocket/dist/inde
x.node.mjs
1.33KB -
rpc-subscriptions-channel-websocket/dist/inde
x.native.mjs
1.27KB -
rpc-subscriptions-channel-websocket/dist/inde
x.browser.mjs
1.26KB -
program-client-core/dist/index.browser.mjs
1.21KB -
program-client-core/dist/index.native.mjs
1.21KB -
program-client-core/dist/index.node.mjs
1.21KB -
options/dist/index.browser.mjs
1.18KB -
options/dist/index.native.mjs
1.18KB -
options/dist/index.node.mjs
1.17KB -
accounts/dist/index.browser.mjs
1.17KB -
accounts/dist/index.native.mjs
1.17KB -
accounts/dist/index.node.mjs
1.16KB -
rpc-api/dist/index.browser.mjs
976B -
rpc-api/dist/index.native.mjs
975B -
rpc-api/dist/index.node.mjs
973B -
compat/dist/index.browser.mjs
969B -
compat/dist/index.native.mjs
968B -
compat/dist/index.node.mjs
966B -
rpc-spec-types/dist/index.browser.mjs
962B -
rpc-spec-types/dist/index.native.mjs
961B -
rpc-spec-types/dist/index.node.mjs
959B -
rpc-subscriptions-api/dist/index.native.mjs
870B -
rpc-subscriptions-api/dist/index.node.mjs
869B -
rpc-subscriptions-api/dist/index.browser.mjs
868B -
rpc-spec/dist/index.browser.mjs
852B -
rpc-spec/dist/index.native.mjs
851B -
rpc-spec/dist/index.node.mjs
850B -
promises/dist/index.browser.mjs
799B -
promises/dist/index.native.mjs
798B -
promises/dist/index.node.mjs
797B -
assertions/dist/index.browser.mjs
783B -
instructions/dist/index.browser.mjs
771B -
instructions/dist/index.native.mjs
770B -
instructions/dist/index.node.mjs
768B -
plugin-core/dist/index.browser.mjs
730B -
plugin-core/dist/index.native.mjs
730B -
plugin-core/dist/index.node.mjs
728B -
fast-stable-stringify/dist/index.browser.mjs
726B -
fast-stable-stringify/dist/index.native.mjs
725B -
assertions/dist/index.native.mjs
724B -
fast-stable-stringify/dist/index.node.mjs
724B -
assertions/dist/index.node.mjs
723B -
programs/dist/index.browser.mjs
329B -
programs/dist/index.native.mjs
327B -
programs/dist/index.node.mjs
325B -
event-target-impl/dist/index.node.mjs
230B -
functional/dist/index.browser.mjs
154B -
functional/dist/index.native.mjs
152B -
text-encoding-impl/dist/index.native.mjs
152B -
functional/dist/index.node.mjs
151B -
codecs/dist/index.browser.mjs
137B -
codecs/dist/index.native.mjs
136B -
codecs/dist/index.node.mjs
134B -
event-target-impl/dist/index.browser.mjs
133B -
ws-impl/dist/index.node.mjs
131B -
text-encoding-impl/dist/index.browser.mjs
122B -
text-encoding-impl/dist/index.node.mjs
119B -
ws-impl/dist/index.browser.mjs
113B -
crypto-impl/dist/index.node.mjs
111B -
crypto-impl/dist/index.browser.mjs
109B -
rpc-parsed-types/dist/index.browser.mjs
66B -
rpc-parsed-types/dist/index.native.mjs
65B -
rpc-parsed-types/dist/index.node.mjs
63B -

Total files change -1B 0%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Apr 1, 2026

Documentation Preview: https://kit-docs-iuwfligec-anza-tech.vercel.app

@mcintyre94 mcintyre94 added this pull request to the merge queue Apr 1, 2026
Merged via the queue into main with commit 6517f7f Apr 1, 2026
13 checks passed
@mcintyre94 mcintyre94 deleted the changeset-release/main branch April 1, 2026 13:36
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented Apr 1, 2026

🔎💬 Inkeep AI search and chat service is syncing content for source 'Solana Kit Docs'

@github-actions
Copy link
Copy Markdown
Contributor Author

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant