@stll/anonymize-darwin-arm64 2.0.0-alpha.1 → 2.0.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/LICENSE ADDED
@@ -0,0 +1,27 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 stella labs, s.r.o.
4
+
5
+ Permission is hereby granted, free of charge, to any
6
+ person obtaining a copy of this software and associated
7
+ documentation files (the "Software"), to deal in the
8
+ Software without restriction, including without
9
+ limitation the rights to use, copy, modify, merge,
10
+ publish, distribute, sublicense, and/or sell copies of
11
+ the Software, and to permit persons to whom the
12
+ Software is furnished to do so, subject to the
13
+ following conditions:
14
+
15
+ The above copyright notice and this permission notice
16
+ shall be included in all copies or substantial portions
17
+ of the Software.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
20
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
21
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
22
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
23
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
24
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
26
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27
+ DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @stll/anonymize-darwin-arm64
2
+
3
+ Prebuilt native binding for [`@stll/anonymize`](https://github.com/stella/anonymize), for macOS arm64.
4
+
5
+ This package is installed automatically as an optional dependency of `@stll/anonymize`. It has no independent use: install `@stll/anonymize` instead of depending on this package directly.
package/package.json CHANGED
@@ -1,7 +1,12 @@
1
1
  {
2
2
  "name": "@stll/anonymize-darwin-arm64",
3
- "version": "2.0.0-alpha.1",
3
+ "version": "2.0.1",
4
4
  "description": "macOS arm64 native binding for @stll/anonymize",
5
+ "keywords": [
6
+ "anonymization",
7
+ "napi",
8
+ "native"
9
+ ],
5
10
  "main": "index.cjs",
6
11
  "files": [
7
12
  "index.cjs",
@@ -20,5 +25,6 @@
20
25
  "type": "git",
21
26
  "url": "git+https://github.com/stella/anonymize.git"
22
27
  },
28
+ "homepage": "https://github.com/stella/anonymize",
23
29
  "license": "MIT"
24
30
  }
Binary file