Comparing version 2.1.0 to 2.1.1
@@ -6,2 +6,3 @@ function getAbi (target, runtime) { | ||
if (runtime === 'electron') { | ||
if (/^1\.8\./.test(target)) return '57' | ||
if (/^1\.7\./.test(target)) return '54' | ||
@@ -78,3 +79,4 @@ if (/^1\.6\./.test(target)) return '53' | ||
{runtime: 'electron', target: '1.6.0', abi: '53', lts: false}, | ||
{runtime: 'electron', target: '1.7.0', abi: '54', lts: false} | ||
{runtime: 'electron', target: '1.7.0', abi: '54', lts: false}, | ||
{runtime: 'electron', target: '1.8.0', abi: '57', lts: false} | ||
] | ||
@@ -81,0 +83,0 @@ |
{ | ||
"name": "node-abi", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Get the Node ABI for a given target and runtime, and vice versa.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8202
5
97