@solana/kit 3.0.1 → 3.0.3

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.
@@ -5745,6 +5745,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
5745
5745
  ["delinquent", KEYPATH_WILDCARD, "commission"]
5746
5746
  ],
5747
5747
  simulateTransaction: [
5748
+ ["value", "loadedAccountsDataSize"],
5748
5749
  ...jsonParsedAccountsConfigs.map((c) => ["value", "accounts", KEYPATH_WILDCARD, ...c]),
5749
5750
  ...innerInstructionsConfigs.map((c) => ["value", "innerInstructions", KEYPATH_WILDCARD, ...c])
5750
5751
  ]
@@ -6120,7 +6121,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
6120
6121
  ...config.headers ? normalizeHeaders2(config.headers) : void 0,
6121
6122
  ...{
6122
6123
  // Keep these headers lowercase so they will override any user-supplied headers above.
6123
- "solana-client": `js/${"3.0.1"}`
6124
+ "solana-client": `js/${"3.0.3"}`
6124
6125
  }
6125
6126
  }
6126
6127
  }),