@boxlite-ai/boxlite-darwin-arm64 0.2.11 → 0.4.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/boxlite.darwin-arm64.node +0 -0
- package/package.json +2 -3
- package/runtime/boxlite-guest +0 -0
- package/runtime/boxlite-shim +0 -0
- package/runtime/debugfs +0 -0
- package/runtime/libgvproxy.dylib +0 -0
- package/runtime/libkrun.1.16.0.dylib +0 -0
- package/runtime/libkrunfw.5.dylib +0 -0
- package/runtime/mke2fs +0 -0
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boxlite-ai/boxlite-darwin-arm64",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"cpu": [
|
|
5
5
|
"arm64"
|
|
6
6
|
],
|
|
7
7
|
"main": "boxlite.darwin-arm64.node",
|
|
8
8
|
"files": [
|
|
9
|
-
"boxlite.darwin-arm64.node"
|
|
10
|
-
"runtime"
|
|
9
|
+
"boxlite.darwin-arm64.node"
|
|
11
10
|
],
|
|
12
11
|
"description": "BoxLite - Embeddable micro-VM runtime for secure, isolated code execution",
|
|
13
12
|
"keywords": [
|
package/runtime/boxlite-guest
DELETED
|
Binary file
|
package/runtime/boxlite-shim
DELETED
|
Binary file
|
package/runtime/debugfs
DELETED
|
Binary file
|
package/runtime/libgvproxy.dylib
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/runtime/mke2fs
DELETED
|
Binary file
|