@solana/web3.js 1.95.5 → 1.95.8

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.
package/lib/index.esm.js CHANGED
@@ -5959,7 +5959,7 @@ const LogsNotificationResult = type({
5959
5959
 
5960
5960
  /** @internal */
5961
5961
  const COMMON_HTTP_HEADERS = {
5962
- 'solana-client': `js/${"1.0.0-maintenance"}`
5962
+ 'solana-client': `js/${"1.95.8"}`
5963
5963
  };
5964
5964
 
5965
5965
  /**