addon-tools-raub
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -7,4 +7,3 @@ 'use strict'; | ||
} catch (ex) { | ||
console.error('To build addons, `node-addon-api` module is required.'); | ||
process.exit(1); | ||
// do nothing | ||
} | ||
@@ -29,3 +28,3 @@ | ||
const napiInclude = napi.include_dir.replace(/\\/g, '/'); | ||
const napiInclude = napi ? napi.include_dir.replace(/\\/g, '/') : ''; | ||
const thisInclude = `${rootPath}/include`; | ||
@@ -32,0 +31,0 @@ const includePath = `${napiInclude} ${thisInclude}`; |
{ | ||
"author": "Luis Blanco <luisblanco1337@gmail.com>", | ||
"name": "addon-tools-raub", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Helpers for Node.js addons and dependency packages", | ||
@@ -79,9 +79,9 @@ "license": "MIT", | ||
"adm-zip": "^0.5.9", | ||
"eslint-plugin-jest": "^27.0.4", | ||
"eslint-plugin-jest": "^27.1.6", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint": "^8.24.0", | ||
"jest": "^29.0.3", | ||
"eslint": "^8.28.0", | ||
"jest": "^29.3.1", | ||
"node-addon-api": "^5.0.0", | ||
"typescript": "^4.8.3" | ||
"typescript": "^4.9.3" | ||
} | ||
} |
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
49036
542