isol8 0.10.0 → 0.10.1
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
|
@@ -56483,7 +56483,7 @@ var package_default;
|
|
|
56483
56483
|
var init_package = __esm(() => {
|
|
56484
56484
|
package_default = {
|
|
56485
56485
|
name: "isol8",
|
|
56486
|
-
version: "0.
|
|
56486
|
+
version: "0.10.0",
|
|
56487
56487
|
description: "Secure code execution engine for AI agents",
|
|
56488
56488
|
author: "Illusion47586",
|
|
56489
56489
|
license: "MIT",
|
|
@@ -62502,4 +62502,4 @@ if (!process.argv.slice(2).length) {
|
|
|
62502
62502
|
}
|
|
62503
62503
|
program2.parse();
|
|
62504
62504
|
|
|
62505
|
-
//# debugId=
|
|
62505
|
+
//# debugId=B68BB6FF7DBA923364756E2164756E21
|
package/dist/index.js
CHANGED
|
@@ -1844,7 +1844,7 @@ init_logger();
|
|
|
1844
1844
|
// package.json
|
|
1845
1845
|
var package_default = {
|
|
1846
1846
|
name: "isol8",
|
|
1847
|
-
version: "0.
|
|
1847
|
+
version: "0.10.0",
|
|
1848
1848
|
description: "Secure code execution engine for AI agents",
|
|
1849
1849
|
author: "Illusion47586",
|
|
1850
1850
|
license: "MIT",
|
|
@@ -2182,4 +2182,4 @@ export {
|
|
|
2182
2182
|
BunAdapter
|
|
2183
2183
|
};
|
|
2184
2184
|
|
|
2185
|
-
//# debugId=
|
|
2185
|
+
//# debugId=C11E47C76FBC0D2364756E2164756E21
|