Skip to content

Commit c3320a8

Browse files
committed
Switch from @axosoft/nan to upstream nan@^2.26.2 for Node 24 V8 API support
1 parent 93f65c9 commit c3320a8

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

generate/templates/templates/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"include_dirs": [
8989
"vendor/libv8-convert",
9090
"vendor/libssh2/include",
91-
"<!(node -e \"require('@axosoft/nan')\")"
91+
"<!(node -e \"require('nan')\")"
9292
],
9393

9494
"cflags": [

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">= 16"
3939
},
4040
"dependencies": {
41-
"@axosoft/nan": "^2.20.0-gk.1",
41+
"nan": "^2.26.2",
4242
"@mapbox/node-pre-gyp": "^1.0.8",
4343
"fs-extra": "^7.0.0",
4444
"got": "^11.8.6",

0 commit comments

Comments
 (0)