@goldstack/utils-config
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -16,3 +16,3 @@ "use strict"; | ||
if (!valid) { | ||
throw new Error(((options === null || options === void 0 ? void 0 : options.errorMessage) || 'Cannot read configuration') + "\n\n" + | ||
throw new Error(((options === null || options === void 0 ? void 0 : options.errorMessage) || 'Cannot read configuration') + "\n" + | ||
ajv.errorsText()); | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@goldstack/utils-config", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Utilities to work with JSON configuration files.", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.1.16", | ||
"@goldstack/utils-sh": "0.1.9", | ||
"@goldstack/utils-log": "0.1.17", | ||
"@goldstack/utils-sh": "0.1.10", | ||
"ajv": "^6.12.2", | ||
@@ -27,0 +27,0 @@ "handlebars": "^4.7.6" |
Sorry, the diff of this file is not supported yet
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
+ Added@goldstack/utils-log@0.1.17(transitive)
+ Added@goldstack/utils-sh@0.1.10(transitive)
- Removed@goldstack/utils-log@0.1.16(transitive)
- Removed@goldstack/utils-sh@0.1.9(transitive)
Updated@goldstack/utils-log@0.1.17
Updated@goldstack/utils-sh@0.1.10