@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.
- package/dist/browser/phpsandbox-sdk.esm.js +0 -1
- package/dist/browser/phpsandbox-sdk.esm.js.map +2 -2
- package/dist/browser/phpsandbox-sdk.esm.min.js +1 -1
- package/dist/browser/phpsandbox-sdk.esm.min.js.map +2 -2
- package/dist/browser/phpsandbox-sdk.iife.js +0 -1
- package/dist/browser/phpsandbox-sdk.iife.js.map +2 -2
- package/dist/browser/phpsandbox-sdk.iife.min.js +1 -1
- package/dist/browser/phpsandbox-sdk.iife.min.js.map +2 -2
- package/dist/socket/index.d.ts.map +1 -1
- package/dist/socket/index.js +0 -1
- package/dist/socket/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|