@kokorolx/ai-sandbox-wrapper 1.1.0 → 1.1.2
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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kokorolx/ai-sandbox-wrapper",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Docker-based security sandbox for AI coding agents. Isolate Claude, Gemini, Aider, and other AI tools from your host system.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -23,9 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"author": "kokorolx",
|
|
26
|
-
"bin":
|
|
27
|
-
"ai-sandbox-wrapper": "./bin/cli.js"
|
|
28
|
-
},
|
|
26
|
+
"bin": "./bin/cli.js",
|
|
29
27
|
"files": [
|
|
30
28
|
"bin/",
|
|
31
29
|
"lib/",
|