@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.
package/lib/index.esm.js CHANGED
@@ -5897,7 +5897,7 @@ const LogsNotificationResult = type({
5897
5897
 
5898
5898
  /** @internal */
5899
5899
  const COMMON_HTTP_HEADERS = {
5900
- 'solana-client': `js/${"0.0.0-development" }`
5900
+ 'solana-client': `js/${"0.0.0-development"}`
5901
5901
  };
5902
5902
 
5903
5903
  /**