ppio-sandbox 2.1.0-a7 → 2.1.0
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-GFAVCROP.mjs → chunk-GFQFOIS4.mjs} +4 -4
- package/dist/chunk-GFQFOIS4.mjs.map +1 -0
- package/dist/{chunk-LS2KSJBX.mjs → chunk-GOSA2RSG.mjs} +2 -2
- package/dist/{chunk-S7TU45UT.mjs → chunk-NRVME35H.mjs} +2 -2
- package/dist/code-interpreter.js +1 -1
- package/dist/code-interpreter.js.map +1 -1
- package/dist/code-interpreter.mjs +2 -2
- package/dist/desktop.js +1 -1
- package/dist/desktop.js.map +1 -1
- package/dist/desktop.mjs +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/sandbox-7DONHEV2.mjs +8 -0
- package/dist/sandbox-FGY2BWMG.mjs +8 -0
- package/package.json +1 -1
- package/dist/chunk-GFAVCROP.mjs.map +0 -1
- package/dist/sandbox-CK3EHN3N.mjs +0 -8
- package/dist/sandbox-E6T32R3Z.mjs +0 -8
- /package/dist/{chunk-LS2KSJBX.mjs.map → chunk-GOSA2RSG.mjs.map} +0 -0
- /package/dist/{chunk-S7TU45UT.mjs.map → chunk-NRVME35H.mjs.map} +0 -0
- /package/dist/{sandbox-CK3EHN3N.mjs.map → sandbox-7DONHEV2.mjs.map} +0 -0
- /package/dist/{sandbox-E6T32R3Z.mjs.map → sandbox-FGY2BWMG.mjs.map} +0 -0
|
@@ -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.1.0
|
|
63
|
+
var version = "2.1.0";
|
|
64
64
|
|
|
65
65
|
// src/core/utils.ts
|
|
66
66
|
import platform from "platform";
|
|
@@ -7694,12 +7694,12 @@ var PPIO = class {
|
|
|
7694
7694
|
this.secret = new SecretNamespace(opts);
|
|
7695
7695
|
this.codeInterpreter = new RuntimeSandboxNamespace(
|
|
7696
7696
|
opts,
|
|
7697
|
-
() => import("./sandbox-
|
|
7697
|
+
() => import("./sandbox-FGY2BWMG.mjs")
|
|
7698
7698
|
);
|
|
7699
7699
|
this.code_interpreter = this.codeInterpreter;
|
|
7700
7700
|
this.desktop = new RuntimeSandboxNamespace(
|
|
7701
7701
|
opts,
|
|
7702
|
-
() => import("./sandbox-
|
|
7702
|
+
() => import("./sandbox-7DONHEV2.mjs")
|
|
7703
7703
|
);
|
|
7704
7704
|
}
|
|
7705
7705
|
async create(templateOrOpts, opts) {
|
|
@@ -7777,4 +7777,4 @@ export {
|
|
|
7777
7777
|
ALL_TRAFFIC,
|
|
7778
7778
|
core_default
|
|
7779
7779
|
};
|
|
7780
|
-
//# sourceMappingURL=chunk-
|
|
7780
|
+
//# sourceMappingURL=chunk-GFQFOIS4.mjs.map
|