@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
|
@@ -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;
|