@goldstack/utils-template 0.4.26 → 0.4.28
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilsTemplate.d.ts","sourceRoot":"","sources":["../../src/utilsTemplate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utilsTemplate.d.ts","sourceRoot":"","sources":["../../src/utilsTemplate.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AAGvG,YAAY,EAAE,8BAA8B,EAAE,MAAM,kDAAkD,CAAC;AAEvG,eAAO,MAAM,4BAA4B,GAAI,MAAM,MAAM,KAAG,8BAK3D,CAAC;AAEF,eAAO,MAAM,0BAA0B,GACrC,aAAsB,KACrB,8BAOF,CAAC"}
|
|
@@ -5,8 +5,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.readTemplateConfigFromFile = exports.readTemplateConfigFromString = void 0;
|
|
7
7
|
const utils_config_1 = require("@goldstack/utils-config");
|
|
8
|
-
const goldstackTemplateConfigurationSchema_json_1 = __importDefault(require("./schemas/goldstackTemplateConfigurationSchema.json"));
|
|
9
8
|
const utils_sh_1 = require("@goldstack/utils-sh");
|
|
9
|
+
const goldstackTemplateConfigurationSchema_json_1 = __importDefault(require("./schemas/goldstackTemplateConfigurationSchema.json"));
|
|
10
10
|
const readTemplateConfigFromString = (data) => {
|
|
11
11
|
const config = (0, utils_config_1.parseConfig)(data, goldstackTemplateConfigurationSchema_json_1.default, {
|
|
12
12
|
errorMessage: 'Cannot load template config.',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilsTemplate.js","sourceRoot":"","sources":["../../src/utilsTemplate.ts"],"names":[],"mappings":";;;;;;AAAA,0DAAsD;AACtD,oIAA+E;
|
|
1
|
+
{"version":3,"file":"utilsTemplate.js","sourceRoot":"","sources":["../../src/utilsTemplate.ts"],"names":[],"mappings":";;;;;;AAAA,0DAAsD;AACtD,kDAA2C;AAE3C,oIAA+E;AAIxE,MAAM,4BAA4B,GAAG,CAAC,IAAY,EAAkC,EAAE;IAC3F,MAAM,MAAM,GAAG,IAAA,0BAAW,EAAC,IAAI,EAAE,mDAAY,EAAE;QAC7C,YAAY,EAAE,8BAA8B;KAC7C,CAAmC,CAAC;IACrC,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AALW,QAAA,4BAA4B,gCAKvC;AAEK,MAAM,0BAA0B,GAAG,CACxC,IAAI,GAAG,eAAe,EACU,EAAE;IAClC,IAAI,CAAC;QACH,MAAM,IAAI,GAAG,IAAA,eAAI,EAAC,IAAI,CAAC,CAAC;QACxB,OAAO,IAAA,oCAA4B,EAAC,IAAI,CAAC,CAAC;IAC5C,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC;QACX,MAAM,IAAI,KAAK,CAAC,oCAAoC,IAAI,YAAY,CAAC,CAAC,OAAO,EAAE,CAAC,CAAC;IACnF,CAAC;AACH,CAAC,CAAC;AATW,QAAA,0BAA0B,8BASrC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-template",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.28",
|
|
4
4
|
"description": "Utilities to work with Goldstack templates",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"version:apply:force": "yarn version $@ && yarn version apply"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@goldstack/utils-config": "0.4.
|
|
39
|
-
"@goldstack/utils-sh": "0.5.
|
|
38
|
+
"@goldstack/utils-config": "0.4.28",
|
|
39
|
+
"@goldstack/utils-sh": "0.5.27"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@goldstack/utils-git": "0.2.
|
|
43
|
-
"@goldstack/utils-json-to-ts": "0.4.
|
|
42
|
+
"@goldstack/utils-git": "0.2.18",
|
|
43
|
+
"@goldstack/utils-json-to-ts": "0.4.27",
|
|
44
44
|
"@swc/core": "^1.12.11",
|
|
45
45
|
"@swc/jest": "^0.2.39",
|
|
46
46
|
"@types/jest": "^29.5.14",
|