@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.
@@ -5214,7 +5214,7 @@ const LogsNotificationResult = type({
5214
5214
 
5215
5215
  /** @internal */
5216
5216
  const COMMON_HTTP_HEADERS = {
5217
- 'solana-client': `js/${"1.0.0-maintenance"}`
5217
+ 'solana-client': `js/${"1.95.8"}`
5218
5218
  };
5219
5219
 
5220
5220
  /**