We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1079eb commit 215d673Copy full SHA for 215d673
package.json
@@ -14,7 +14,7 @@
14
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
15
},
16
"description": "libxml bindings for v8 javascript engine",
17
- "version": "0.29.0",
+ "version": "0.30.0",
18
"scripts": {
19
"build": "node-pre-gyp install --build-from-source",
20
"install": "node-pre-gyp install --fallback-to-build --loglevel http",
@@ -33,7 +33,7 @@
33
"main": "./index",
34
"license": "MIT",
35
"engines": {
36
- "node": ">=12"
+ "node": ">=14"
37
38
"files": [
39
"index.js",
0 commit comments