@solana/web3.js 1.95.1 → 1.95.2

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.
@@ -5204,7 +5204,7 @@ const LogsNotificationResult = type({
5204
5204
 
5205
5205
  /** @internal */
5206
5206
  const COMMON_HTTP_HEADERS = {
5207
- 'solana-client': `js/${"0.0.0-development" }`
5207
+ 'solana-client': `js/${"0.0.0-development"}`
5208
5208
  };
5209
5209
 
5210
5210
  /**