@napi-rs/lzma-darwin-arm64 1.4.4 → 1.5.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@napi-rs/lzma-darwin-arm64",
3
- "version": "1.4.4",
3
+ "version": "1.5.0",
4
4
  "cpu": [
5
5
  "arm64"
6
6
  ],
@@ -8,7 +8,7 @@
8
8
  "files": [
9
9
  "lzma.darwin-arm64.node"
10
10
  ],
11
- "description": "https://docs.rs/lzma-rs binding to Node.js via https://napi.rs",
11
+ "description": "lzma / lzma2 / xz compression for Node.js and the browser, backed by pure-Rust lzma-rust2 via https://napi.rs",
12
12
  "keywords": [
13
13
  "Node-API",
14
14
  "napi",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "license": "MIT",
22
22
  "engines": {
23
- "node": ">= 10"
23
+ "node": "^22.20 || ^24.12 || >=25"
24
24
  },
25
25
  "repository": {
26
26
  "url": "git+https://github.com/Brooooooklyn/lzma.git",