@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.
@@ -5230,7 +5230,7 @@ const LogsNotificationResult = superstruct.type({
5230
5230
 
5231
5231
  /** @internal */
5232
5232
  const COMMON_HTTP_HEADERS = {
5233
- 'solana-client': `js/${"0.0.0-development" }`
5233
+ 'solana-client': `js/${"0.0.0-development"}`
5234
5234
  };
5235
5235
 
5236
5236
  /**