@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.cjs.js CHANGED
@@ -5989,7 +5989,7 @@ const LogsNotificationResult = superstruct.type({
5989
5989
 
5990
5990
  /** @internal */
5991
5991
  const COMMON_HTTP_HEADERS = {
5992
- 'solana-client': `js/${"1.0.0-maintenance"}`
5992
+ 'solana-client': `js/${"1.95.8"}`
5993
5993
  };
5994
5994
 
5995
5995
  /**