@solana/kit 6.3.1 → 6.3.2-canary-20260313112147

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.
@@ -8397,7 +8397,7 @@ ${lastLines.map((line) => ` > ${line}`).join("\n")}`;
8397
8397
  ...config.headers ? normalizeHeaders2(config.headers) : void 0,
8398
8398
  ...{
8399
8399
  // Keep these headers lowercase so they will override any user-supplied headers above.
8400
- "solana-client": `js/${"6.3.1"}`
8400
+ "solana-client": `js/${"6.3.2-canary-20260313112147"}`
8401
8401
  }
8402
8402
  }
8403
8403
  }),