@modjo/core
Advanced tools
Comparing version 1.6.2 to 1.7.0
@@ -29,2 +29,5 @@ const nctx = require("nctx") | ||
} | ||
if (!dependency.pluginName && dependency.key) { | ||
dependency.pluginName = dependency.key | ||
} | ||
return dependency | ||
@@ -31,0 +34,0 @@ } |
{ | ||
"name": "@modjo/core", | ||
"version": "1.6.2", | ||
"version": "1.7.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -50,3 +50,5 @@ const path = require("path") | ||
} catch (err) { | ||
if (err.code !== "MODULE_NOT_FOUND") { | ||
if ( | ||
!(err.code === "MODULE_NOT_FOUND" && err.message.includes(`"${key}"`)) | ||
) { | ||
throw err | ||
@@ -53,0 +55,0 @@ } |
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
22587
752