bare-addon-resolve
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -257,3 +257,3 @@ const resolve = require('bare-module-resolve') | ||
if (version !== null) { | ||
yield { resolution: new URL(linkedProtocol + 'lib' + name + '.so.' + version) } | ||
yield { resolution: new URL(linkedProtocol + 'lib' + name + '.' + version + '.so') } | ||
} | ||
@@ -260,0 +260,0 @@ |
{ | ||
"name": "bare-addon-resolve", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Low-level addon resolution algorithm for Bare", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
24271