addon-tools-raub
Advanced tools
Comparing version 7.4.0 to 8.0.0
@@ -47,3 +47,3 @@ 'use strict'; | ||
napi = require('node-addon-api'); | ||
} catch (ex) { | ||
} catch (_ex) { | ||
// do nothing | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "addon-tools-raub", | ||
"version": "7.4.0", | ||
"version": "8.0.0", | ||
"description": "Helpers for Node.js addons and dependency packages", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=18.16.0", | ||
"npm": ">=9.5.1" | ||
"node": ">=20.14.0", | ||
"npm": ">=10.7.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "scripts": { | ||
"peerDependencies": { | ||
"node-addon-api": "^7.0.0" | ||
"node-addon-api": "^8.0.0" | ||
}, | ||
@@ -56,8 +56,8 @@ "peerDependenciesMeta": { | ||
"devDependencies": { | ||
"@types/node": "^20.8.3", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"node-addon-api": "^7.0.0", | ||
"typescript": "^5.2.2" | ||
"@types/node": "^20.12.13", | ||
"@eslint/js": "^9.3.0", | ||
"eslint": "^9.3.0", | ||
"node-addon-api": "^8.0.0", | ||
"typescript": "^5.4.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74511