isol8 0.12.2 → 0.13.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/cli.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -57338,7 +57338,7 @@ var package_default;
|
|
|
57338
57338
|
var init_package = __esm(() => {
|
|
57339
57339
|
package_default = {
|
|
57340
57340
|
name: "isol8",
|
|
57341
|
-
version: "0.12.
|
|
57341
|
+
version: "0.12.2",
|
|
57342
57342
|
description: "Secure code execution engine for AI agents",
|
|
57343
57343
|
author: "Illusion47586",
|
|
57344
57344
|
license: "MIT",
|
|
@@ -63637,4 +63637,4 @@ if (!process.argv.slice(2).length) {
|
|
|
63637
63637
|
}
|
|
63638
63638
|
program2.parse();
|
|
63639
63639
|
|
|
63640
|
-
//# debugId=
|
|
63640
|
+
//# debugId=C9F8685B3337088864756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -2716,7 +2716,7 @@ init_logger();
|
|
|
2716
2716
|
// package.json
|
|
2717
2717
|
var package_default = {
|
|
2718
2718
|
name: "isol8",
|
|
2719
|
-
version: "0.12.
|
|
2719
|
+
version: "0.12.2",
|
|
2720
2720
|
description: "Secure code execution engine for AI agents",
|
|
2721
2721
|
author: "Illusion47586",
|
|
2722
2722
|
license: "MIT",
|
|
@@ -3149,4 +3149,4 @@ export {
|
|
|
3149
3149
|
BunAdapter
|
|
3150
3150
|
};
|
|
3151
3151
|
|
|
3152
|
-
//# debugId=
|
|
3152
|
+
//# debugId=0AAD50209C565EE964756E2164756E21
|