@forestadmin/context
Advanced tools
Comparing version 1.35.0 to 1.35.1
{ | ||
"name": "@forestadmin/context", | ||
"version": "1.35.0", | ||
"version": "1.35.1", | ||
"description": "Minimal context management helper for applications and libraries.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -28,3 +28,3 @@ const Metadata = require('./metadata'); | ||
.filter((key) => key); | ||
if (missings.length > 0) throw new Error(`missing dependencies ${missings}. Existing: ${Object.keys(bag)}`); | ||
if (missings.length > 0) throw new Error(`missing dependencies ${missings}.`); | ||
this._metadata.setRequisites(keys); | ||
@@ -31,0 +31,0 @@ return true; |
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
61452