ppio-sandbox 2.1.0-a2 → 2.1.0-a4
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-X3M4KXDB.mjs → chunk-DIBNB4FZ.mjs} +2 -2
- package/dist/{chunk-46KYZWWN.mjs → chunk-FLLX4NEM.mjs} +4 -4
- package/dist/{chunk-46KYZWWN.mjs.map → chunk-FLLX4NEM.mjs.map} +1 -1
- package/dist/{chunk-T5IKSUZH.mjs → chunk-FU27AIYY.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-4BXYHVGT.mjs +8 -0
- package/dist/sandbox-XUU36K7U.mjs +8 -0
- package/package.json +1 -1
- package/dist/sandbox-JYRR7FR5.mjs +0 -8
- package/dist/sandbox-V324H2RC.mjs +0 -8
- /package/dist/{chunk-X3M4KXDB.mjs.map → chunk-DIBNB4FZ.mjs.map} +0 -0
- /package/dist/{chunk-T5IKSUZH.mjs.map → chunk-FU27AIYY.mjs.map} +0 -0
- /package/dist/{sandbox-JYRR7FR5.mjs.map → sandbox-4BXYHVGT.mjs.map} +0 -0
- /package/dist/{sandbox-V324H2RC.mjs.map → sandbox-XUU36K7U.mjs.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
TimeoutError,
|
|
6
6
|
__spreadProps,
|
|
7
7
|
__spreadValues
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-FLLX4NEM.mjs";
|
|
9
9
|
|
|
10
10
|
// src/desktop/utils.ts
|
|
11
11
|
import { randomBytes } from "crypto";
|
|
@@ -530,4 +530,4 @@ var VNCServer = class {
|
|
|
530
530
|
export {
|
|
531
531
|
Sandbox2 as Sandbox
|
|
532
532
|
};
|
|
533
|
-
//# sourceMappingURL=chunk-
|
|
533
|
+
//# sourceMappingURL=chunk-DIBNB4FZ.mjs.map
|
|
@@ -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-a4";
|
|
64
64
|
|
|
65
65
|
// src/core/utils.ts
|
|
66
66
|
import platform from "platform";
|
|
@@ -7687,12 +7687,12 @@ var PPIO = class {
|
|
|
7687
7687
|
this.secret = new SecretNamespace(opts);
|
|
7688
7688
|
this.codeInterpreter = new RuntimeSandboxNamespace(
|
|
7689
7689
|
opts,
|
|
7690
|
-
() => import("./sandbox-
|
|
7690
|
+
() => import("./sandbox-4BXYHVGT.mjs")
|
|
7691
7691
|
);
|
|
7692
7692
|
this.code_interpreter = this.codeInterpreter;
|
|
7693
7693
|
this.desktop = new RuntimeSandboxNamespace(
|
|
7694
7694
|
opts,
|
|
7695
|
-
() => import("./sandbox-
|
|
7695
|
+
() => import("./sandbox-XUU36K7U.mjs")
|
|
7696
7696
|
);
|
|
7697
7697
|
}
|
|
7698
7698
|
async create(templateOrOpts, opts) {
|
|
@@ -7770,4 +7770,4 @@ export {
|
|
|
7770
7770
|
ALL_TRAFFIC,
|
|
7771
7771
|
core_default
|
|
7772
7772
|
};
|
|
7773
|
-
//# sourceMappingURL=chunk-
|
|
7773
|
+
//# sourceMappingURL=chunk-FLLX4NEM.mjs.map
|