ppio-sandbox 2.0.0-a2 → 2.0.2-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/README.md +1 -1
- package/dist/{chunk-P33RTZCB.mjs → chunk-V2Q62RZL.mjs} +1133 -374
- package/dist/chunk-V2Q62RZL.mjs.map +1 -0
- package/dist/code-interpreter.d.mts +2 -2
- package/dist/code-interpreter.d.ts +2 -2
- package/dist/code-interpreter.js +1144 -382
- package/dist/code-interpreter.js.map +1 -1
- package/dist/code-interpreter.mjs +9 -3
- package/dist/code-interpreter.mjs.map +1 -1
- package/dist/desktop.d.mts +2 -2
- package/dist/desktop.d.ts +2 -2
- package/dist/desktop.js +1132 -370
- package/dist/desktop.js.map +1 -1
- package/dist/desktop.mjs +9 -3
- package/dist/desktop.mjs.map +1 -1
- package/dist/{index-Dvjw3Vq4.d.mts → index-COUoJrLZ.d.mts} +795 -750
- package/dist/{index-Dvjw3Vq4.d.ts → index-COUoJrLZ.d.ts} +795 -750
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1132 -370
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -3
- package/package.json +1 -1
- package/dist/chunk-P33RTZCB.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# PPIO Sandbox SDK
|
|
2
2
|
|
|
3
|
-
TypeScript/JavaScript SDK for PPIO Sandbox environments, providing code execution, desktop automation, and cloud computing capabilities, which is compatible with
|
|
3
|
+
TypeScript/JavaScript SDK for PPIO Sandbox environments, providing code execution, desktop automation, and cloud computing capabilities, which is compatible with e2b.
|
|
4
4
|
|
|
5
5
|
Please read the [documentation](https://ppio.com/docs/sandbox/overview) for more information.
|
|
6
6
|
|