@stll/anonymize-darwin-arm64 0.0.1-placeholder.0 → 2.0.0-alpha.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/index.cjs ADDED
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ module.exports = require("./stella_anonymize_napi.node");
package/package.json CHANGED
@@ -1,5 +1,24 @@
1
1
  {
2
2
  "name": "@stll/anonymize-darwin-arm64",
3
- "version": "0.0.1-placeholder.0",
4
- "description": "Placeholder to bootstrap npm trusted publishing. Real platform builds are published by the stella/anonymize release workflow."
3
+ "version": "2.0.0-alpha.1",
4
+ "description": "macOS arm64 native binding for @stll/anonymize",
5
+ "main": "index.cjs",
6
+ "files": [
7
+ "index.cjs",
8
+ "stella_anonymize_napi.node"
9
+ ],
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "arm64"
15
+ ],
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/stella/anonymize.git"
22
+ },
23
+ "license": "MIT"
5
24
  }
Binary file