@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.
@@ -2983,7 +2983,6 @@ var Transport = class {
2983
2983
  };
2984
2984
  this.validateConfiguration(options);
2985
2985
  this.url = new URL(url);
2986
- this.url.searchParams.set("sdk_version", "0.0.1");
2987
2986
  this.PING_INTERVAL = options.pingInterval ?? 3e4;
2988
2987
  this.connectionStats.connectionStartTime = Date.now();
2989
2988
  const startClosed = options.startClosed !== false;