@boxlite-ai/boxlite-darwin-arm64 0.2.1 → 0.2.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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@boxlite-ai/boxlite-darwin-arm64`
2
+
3
+ This is the **aarch64-apple-darwin** binary for `@boxlite-ai/boxlite`
package/package.json CHANGED
@@ -1,22 +1,41 @@
1
1
  {
2
2
  "name": "@boxlite-ai/boxlite-darwin-arm64",
3
- "version": "0.2.1",
4
- "os": ["darwin"],
5
- "cpu": ["arm64"],
6
-
7
- "main": "index.darwin-arm64.node",
3
+ "version": "0.2.2",
4
+ "cpu": [
5
+ "arm64"
6
+ ],
7
+ "main": "boxlite.darwin-arm64.node",
8
8
  "files": [
9
- "index.darwin-arm64.node",
9
+ "boxlite.darwin-arm64.node",
10
10
  "runtime"
11
11
  ],
12
- "description": "BoxLite native bindings for darwin-arm64",
12
+ "description": "BoxLite - Embeddable micro-VM runtime for secure, isolated code execution",
13
+ "keywords": [
14
+ "boxlite",
15
+ "sandbox",
16
+ "container",
17
+ "virtualization",
18
+ "vm",
19
+ "kvm",
20
+ "hypervisor",
21
+ "isolation",
22
+ "security",
23
+ "code-execution"
24
+ ],
25
+ "author": "Dorian Zheng <xingzhengde72@gmail.com>",
13
26
  "license": "Apache-2.0",
27
+ "engines": {
28
+ "node": ">=18.0.0"
29
+ },
14
30
  "repository": {
15
31
  "type": "git",
16
32
  "url": "https://github.com/boxlite-ai/boxlite.git",
17
33
  "directory": "sdks/node"
18
34
  },
19
- "engines": {
20
- "node": ">=18.0.0"
21
- }
35
+ "bugs": {
36
+ "url": "https://github.com/boxlite-ai/boxlite/issues"
37
+ },
38
+ "os": [
39
+ "darwin"
40
+ ]
22
41
  }
Binary file
Binary file
package/runtime/debugfs CHANGED
Binary file
Binary file
File without changes
package/runtime/mke2fs CHANGED
Binary file