@intentic/sandbox-run 1.308.2 → 1.309.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentic/sandbox-run",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.309.0",
|
|
4
4
|
"description": "The sandbox container's run contract, names, capability posture, env allowlist, runtime directives, and the docker-run emitter every creation path composes from",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@intentic/constants": "1.
|
|
55
|
+
"@intentic/constants": "1.309.0",
|
|
56
56
|
"tslib": "2.8.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|