@goldstack/utils-config 0.3.34 → 0.3.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ interface ValidateOptions {
|
|
|
2
2
|
errorMessage?: string;
|
|
3
3
|
additionalSchemas?: object[];
|
|
4
4
|
}
|
|
5
|
-
export declare const validateConfig: (config: object, schema: object, options?: ValidateOptions
|
|
5
|
+
export declare const validateConfig: (config: object, schema: object, options?: ValidateOptions) => object;
|
|
6
6
|
export declare const parseConfig: (data: string, schema: object, options: ValidateOptions) => object;
|
|
7
7
|
export declare const getPackageConfigPaths: (workspacePath: string) => string[];
|
|
8
8
|
export declare const getAwsConfigPath: (workspacePath: string) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilsConfig.d.ts","sourceRoot":"","sources":["../../src/utilsConfig.ts"],"names":[],"mappings":"AAGA,UAAU,eAAe;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC9B;AAED,eAAO,MAAM,cAAc,WACjB,MAAM,UACN,MAAM,
|
|
1
|
+
{"version":3,"file":"utilsConfig.d.ts","sourceRoot":"","sources":["../../src/utilsConfig.ts"],"names":[],"mappings":"AAGA,UAAU,eAAe;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC9B;AAED,eAAO,MAAM,cAAc,WACjB,MAAM,UACN,MAAM,YACJ,eAAe,KACxB,MAwBF,CAAC;AAEF,eAAO,MAAM,WAAW,SAChB,MAAM,UACJ,MAAM,WACL,eAAe,KACvB,MAGF,CAAC;AAEF,eAAO,MAAM,qBAAqB,kBAAmB,MAAM,KAAG,MAAM,EAGnE,CAAC;AAEF,eAAO,MAAM,gBAAgB,kBAAmB,MAAM,KAAG,MAExD,CAAC;AAEF,eAAO,MAAM,yBAAyB,kBAAmB,MAAM,KAAG,MAEjE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-config",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.35",
|
|
4
4
|
"description": "Utilities to work with JSON configuration files.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@goldstack/utils-log": "0.2.
|
|
40
|
-
"@goldstack/utils-sh": "0.4.
|
|
39
|
+
"@goldstack/utils-log": "0.2.16",
|
|
40
|
+
"@goldstack/utils-sh": "0.4.33",
|
|
41
41
|
"ajv": "^6.12.2",
|
|
42
42
|
"handlebars": "4.7.7"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@goldstack/utils-git": "0.1.
|
|
45
|
+
"@goldstack/utils-git": "0.1.36",
|
|
46
46
|
"@types/jest": "^27.5.1",
|
|
47
47
|
"@types/node": "^17.0.33",
|
|
48
48
|
"jest": "^28.1.0",
|
|
49
49
|
"rimraf": "^3.0.2",
|
|
50
50
|
"ts-jest": "^28.0.2",
|
|
51
|
-
"typescript": "^4.
|
|
51
|
+
"typescript": "^4.7.4"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"main": "dist/src/utilsConfig.js"
|