Skip to content

Commit d2bc196

Browse files
authored
fix(mac os x): add prebuild for Mac OS X and Node.js 24 (#360)
* fix: update docs for making prebuilds * feat(mac os x): add prebuild for Node.js 24 * add changelog
1 parent 97f86f4 commit d2bc196

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#### v 7.2.0 (2025-12-13)
22
* feat(windows): add prebuild for Node.js 24
3+
* feat(mac os x): add prebuild for Node.js 24
34

45
Pull request [359](https://github.com/yfinkelstein/node-zookeeper/pull/359) by @davidvujic
6+
Pull request [360](https://github.com/yfinkelstein/node-zookeeper/pull/360) by @davidvujic
57

68
#### v 7.1.0 (2025-11-15)
79
* feat: Node js 24 and v8 compatibility fixes

prebuilds/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Currently, there are prebuilt Node.js AddOns for Mac OS X and Windows.
77
Create prebuilds for Mac OS X:
88

99
```bash
10-
npx prebuildify --arch x64 --platform darwin --target 20.11.0
10+
npx prebuildify --napi false --arch x64 --platform darwin --target 24.12.0
1111
```
1212

1313
Prebuilds for Mac OS X with the M1/M2/M3 processor:
1414
```bash
15-
npx prebuildify --arch arm64 --platform darwin --target 20.11.0
15+
npx prebuildify --napi false --arch arm64 --platform darwin --target 24.12.0
1616
```
1717

1818
Create prebuilds for Windows:
1919

2020
```bash
21-
npx prebuildify --arch x64 --platform win32 --target 20.11.0
21+
npx prebuildify --napi false --arch x64 --platform win32 --target 24.12.0
2222
```
342 KB
Binary file not shown.

0 commit comments

Comments
 (0)