@phpsandbox/sdk 0.0.7 → 0.0.9

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.
@@ -3022,7 +3022,6 @@ var PHPSandbox = (() => {
3022
3022
  };
3023
3023
  this.validateConfiguration(options);
3024
3024
  this.url = new URL(url);
3025
- this.url.searchParams.set("sdk_version", "0.0.1");
3026
3025
  this.PING_INTERVAL = options.pingInterval ?? 3e4;
3027
3026
  this.connectionStats.connectionStartTime = Date.now();
3028
3027
  const startClosed = options.startClosed !== false;