@torkbot/sandbox-linux-x64-gnu 0.1.1 → 0.2.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/package.json +2 -1
- package/rootfs/alpine-3.20.erofs +0 -0
- package/rootfs/alpine-3.20.ext4 +0 -0
- package/sandbox-host +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@torkbot/sandbox-linux-x64-gnu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "sandbox-host artifact for @torkbot/sandbox on x86_64-unknown-linux-gnu.",
|
|
6
6
|
"license": "MIT OR Apache-2.0",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"files": [
|
|
24
24
|
"sandbox-host",
|
|
25
|
+
"rootfs",
|
|
25
26
|
"README.md"
|
|
26
27
|
]
|
|
27
28
|
}
|
|
Binary file
|
|
Binary file
|
package/sandbox-host
CHANGED
|
Binary file
|