@nubjs/loader-darwin-arm64 0.0.0 → 0.8.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.
Binary file
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "@nubjs/loader-darwin-arm64",
3
- "version": "0.0.0",
4
- "description": "Placeholder — the Nub loader ships here with the next Nub release.",
3
+ "version": "0.8.2",
4
+ "description": "Nub loader native addon for macOS ARM64 (Apple Silicon)",
5
5
  "license": "MIT",
6
- "repository": "https://github.com/nubjs/nub"
7
- }
6
+ "repository": "https://github.com/nubjs/nub",
7
+ "os": [
8
+ "darwin"
9
+ ],
10
+ "cpu": [
11
+ "arm64"
12
+ ],
13
+ "files": [
14
+ "nub-native.node"
15
+ ]
16
+ }
package/README.md DELETED
@@ -1 +0,0 @@
1
- Placeholder — the Nub loader ships here with the next Nub release. See https://github.com/nubjs/nub.