@vmz/vmz-darwin-arm64 0.0.1 → 0.0.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 CHANGED
@@ -1,3 +1,3 @@
1
1
  # @vmz/vmz-darwin-arm64
2
2
 
3
- Placeholder package (0.0.1). Reserved for the VMZ project.
3
+ Optional native binary for `@vmz/vmz` (darwin-arm64 / darwin-arm64).
package/package.json CHANGED
@@ -1,20 +1,24 @@
1
1
  {
2
2
  "name": "@vmz/vmz-darwin-arm64",
3
- "version": "0.0.1",
4
- "description": "Optional native binary for @vmz/vmz (darwin-arm64). Placeholder only.",
3
+ "version": "0.0.2",
4
+ "description": "VMZ native N-API addon (darwin-arm64)",
5
5
  "license": "MIT",
6
6
  "private": false,
7
+ "os": [
8
+ "darwin"
9
+ ],
10
+ "cpu": [
11
+ "arm64"
12
+ ],
7
13
  "files": [
14
+ "*.node",
8
15
  "README.md"
9
16
  ],
17
+ "publishConfig": {
18
+ "access": "public"
19
+ },
10
20
  "repository": {
11
21
  "type": "git",
12
22
  "url": "git+https://github.com/doki-land/vmz-framework.git"
13
- },
14
- "os": [
15
- "darwin"
16
- ],
17
- "cpu": [
18
- "arm64"
19
- ]
23
+ }
20
24
  }
Binary file
package/vmz.node ADDED
Binary file