@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.
@@ -5240,7 +5240,7 @@ const LogsNotificationResult = superstruct.type({
5240
5240
 
5241
5241
  /** @internal */
5242
5242
  const COMMON_HTTP_HEADERS = {
5243
- 'solana-client': `js/${"1.0.0-maintenance"}`
5243
+ 'solana-client': `js/${"1.95.8"}`
5244
5244
  };
5245
5245
 
5246
5246
  /**