@solana/kit 6.2.0-canary-20260306113819 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -344,7 +344,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
344
344
  [SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_NOT_EXECUTABLE]: "Instruction expected an executable account",
345
345
  [SOLANA_ERROR__INSTRUCTION_ERROR__ACCOUNT_NOT_RENT_EXEMPT]: "An account does not have enough lamports to be rent-exempt",
346
346
  [SOLANA_ERROR__INSTRUCTION_ERROR__ARITHMETIC_OVERFLOW]: "Program arithmetic overflowed",
347
- [SOLANA_ERROR__INSTRUCTION_ERROR__BORSH_IO_ERROR]: "Failed to serialize or deserialize account data: $encodedData",
347
+ [SOLANA_ERROR__INSTRUCTION_ERROR__BORSH_IO_ERROR]: "Failed to serialize or deserialize account data",
348
348
  [SOLANA_ERROR__INSTRUCTION_ERROR__BUILTIN_PROGRAMS_MUST_CONSUME_COMPUTE_UNITS]: "Builtin programs must consume compute units",
349
349
  [SOLANA_ERROR__INSTRUCTION_ERROR__CALL_DEPTH]: "Cross-program invocation call depth too deep",
350
350
  [SOLANA_ERROR__INSTRUCTION_ERROR__COMPUTATIONAL_BUDGET_EXCEEDED]: "Computational budget exceeded",
@@ -8137,7 +8137,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
8137
8137
  ...config.headers ? normalizeHeaders2(config.headers) : void 0,
8138
8138
  ...{
8139
8139
  // Keep these headers lowercase so they will override any user-supplied headers above.
8140
- "solana-client": `js/${"6.2.0-canary-20260306113819"}`
8140
+ "solana-client": `js/${"6.2.0"}`
8141
8141
  }
8142
8142
  }
8143
8143
  }),