ppio-sandbox 2.0.3-a1 → 2.0.4-a1
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/{chunk-WFJJXB7T.mjs → chunk-E4DEQD23.mjs} +2 -3
- package/dist/chunk-E4DEQD23.mjs.map +1 -0
- package/dist/code-interpreter.js +1 -2
- package/dist/code-interpreter.js.map +1 -1
- package/dist/code-interpreter.mjs +1 -1
- package/dist/desktop.js +1 -2
- package/dist/desktop.js.map +1 -1
- package/dist/desktop.mjs +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-WFJJXB7T.mjs.map +0 -1
|
@@ -60,7 +60,7 @@ import createClient from "openapi-fetch";
|
|
|
60
60
|
import platform2 from "platform";
|
|
61
61
|
|
|
62
62
|
// package.json
|
|
63
|
-
var version = "2.0.
|
|
63
|
+
var version = "2.0.4-a1";
|
|
64
64
|
|
|
65
65
|
// src/core/utils.ts
|
|
66
66
|
import platform from "platform";
|
|
@@ -399,7 +399,6 @@ var KEEPALIVE_PING_INTERVAL_SEC = 50;
|
|
|
399
399
|
var KEEPALIVE_PING_HEADER = "Keepalive-Ping-Interval";
|
|
400
400
|
var LEGACY_DOMAINS = [
|
|
401
401
|
"sandbox.ppio.cn",
|
|
402
|
-
"cn-beijing-1.sandbox.ppio.com",
|
|
403
402
|
"sandbox-test.ppio.cn"
|
|
404
403
|
];
|
|
405
404
|
function isLegacyDomain(domain) {
|
|
@@ -6853,4 +6852,4 @@ export {
|
|
|
6853
6852
|
Template,
|
|
6854
6853
|
core_default
|
|
6855
6854
|
};
|
|
6856
|
-
//# sourceMappingURL=chunk-
|
|
6855
|
+
//# sourceMappingURL=chunk-E4DEQD23.mjs.map
|