@goldstack/utils-config
Advanced tools
Comparing version 0.3.3 to 0.3.4
{ | ||
"name": "@goldstack/utils-config", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Utilities to work with JSON configuration files.", | ||
@@ -39,4 +39,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.2.1", | ||
"@goldstack/utils-sh": "0.4.3", | ||
"@goldstack/utils-log": "0.2.2", | ||
"@goldstack/utils-sh": "0.4.4", | ||
"ajv": "^6.12.2", | ||
@@ -46,3 +46,3 @@ "handlebars": "^4.7.6" | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.22", | ||
"@goldstack/utils-git": "0.1.23", | ||
"@types/jest": "^25.2.3", | ||
@@ -49,0 +49,0 @@ "@types/node": "^14.0.6", |
@@ -1,1 +0,7 @@ | ||
# Utils config | ||
# Goldstack Configuration Utility | ||
This library provides a means to validate JSON based configuration files using JSON schema. | ||
See [utilsConfig.ts](https://github.com/goldstack/goldstack-lib/blob/master/packages/utils-config/src/utilsConfig.ts). | ||
[ajv](https://github.com/ajv-validator/ajv) is used to validate the schema. |
6982
8
+ Added@goldstack/utils-log@0.2.2(transitive)
+ Added@goldstack/utils-sh@0.4.4(transitive)
- Removed@goldstack/utils-log@0.2.1(transitive)
- Removed@goldstack/utils-sh@0.4.3(transitive)
Updated@goldstack/utils-log@0.2.2
Updated@goldstack/utils-sh@0.4.4