@goldstack/utils-config
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -36,3 +36,3 @@ "use strict"; | ||
const config = JSON.parse(data); | ||
return exports.validateConfig(config, schema, options); | ||
return (0, exports.validateConfig)(config, schema, options); | ||
}; | ||
@@ -39,0 +39,0 @@ exports.parseConfig = parseConfig; |
@@ -6,3 +6,3 @@ "use strict"; | ||
it('Should determine package paths', () => { | ||
const paths = utilsConfig_1.getPackageConfigPaths('./../../'); | ||
const paths = (0, utilsConfig_1.getPackageConfigPaths)('./../../'); | ||
expect(paths.length).toBeGreaterThan(0); | ||
@@ -9,0 +9,0 @@ }); |
{ | ||
"name": "@goldstack/utils-config", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Utilities to work with JSON configuration files.", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/goldstack/goldstack-lib.git" | ||
"url": "https://github.com/goldstack/goldstack.git" | ||
}, | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@goldstack/utils-log": "0.2.5", | ||
"@goldstack/utils-sh": "0.4.12", | ||
"@goldstack/utils-log": "0.2.6", | ||
"@goldstack/utils-sh": "0.4.13", | ||
"ajv": "^6.12.2", | ||
@@ -47,3 +47,3 @@ "handlebars": "^4.7.6" | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.25", | ||
"@goldstack/utils-git": "0.1.26", | ||
"@types/jest": "^26.0.21", | ||
@@ -53,4 +53,4 @@ "@types/node": "^14.0.6", | ||
"ts-jest": "^26.5.4", | ||
"typescript": "^4.3.4" | ||
"typescript": "^4.4.3" | ||
} | ||
} |
@@ -5,4 +5,4 @@ # Goldstack Configuration Utility | ||
See [utilsConfig.ts](https://github.com/goldstack/goldstack-lib/blob/master/packages/utils-config/src/utilsConfig.ts). | ||
See [utilsConfig.ts](https://github.com/goldstack/goldstack/blob/master/workspaces/templates-lib/packages/utils-config/src/utilsConfig.ts). | ||
[ajv](https://github.com/ajv-validator/ajv) is used to validate the schema. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7751
+ Added@goldstack/utils-log@0.2.6(transitive)
+ Added@goldstack/utils-sh@0.4.13(transitive)
- Removed@goldstack/utils-log@0.2.5(transitive)
- Removed@goldstack/utils-sh@0.4.12(transitive)
Updated@goldstack/utils-log@0.2.6
Updated@goldstack/utils-sh@0.4.13