@aalis/plugin-code-sandbox-os 0.4.0 → 0.5.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aalis/plugin-code-sandbox-os",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "代码沙箱(OS 原生):Linux bubblewrap / macOS sandbox-exec 隔离不可信代码执行",
|
|
6
6
|
"type": "module",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@aalis/plugin-process-api": "^0.
|
|
17
|
+
"@aalis/plugin-process-api": "^0.5.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^22.0.0",
|
|
21
21
|
"typescript": "^5.7.0",
|
|
22
|
-
"@aalis/core": "0.
|
|
23
|
-
"@aalis/plugin-code-sandbox-api": "0.
|
|
22
|
+
"@aalis/core": "0.5.0",
|
|
23
|
+
"@aalis/plugin-code-sandbox-api": "0.5.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@aalis/core": ">=0.2.0 <1.0.0"
|