@goldstack/utils-template 0.4.17 → 0.4.19
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.
|
@@ -6,27 +6,27 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* Name of the template.
|
|
8
8
|
*/
|
|
9
|
-
export
|
|
9
|
+
export type Template = string;
|
|
10
10
|
/**
|
|
11
11
|
* Version of this template.
|
|
12
12
|
*/
|
|
13
|
-
export
|
|
13
|
+
export type TemplateVersion = string;
|
|
14
14
|
/**
|
|
15
15
|
* Previous version of this template.
|
|
16
16
|
*/
|
|
17
|
-
export
|
|
17
|
+
export type PreviousTemplateVersion = string;
|
|
18
18
|
/**
|
|
19
19
|
* A description of this template.
|
|
20
20
|
*/
|
|
21
|
-
export
|
|
21
|
+
export type Description = string;
|
|
22
22
|
/**
|
|
23
23
|
* Link to template documentation.
|
|
24
24
|
*/
|
|
25
|
-
export
|
|
25
|
+
export type Documentation = string;
|
|
26
26
|
/**
|
|
27
27
|
* Path to the ZIP file for this template.
|
|
28
28
|
*/
|
|
29
|
-
export
|
|
29
|
+
export type TemplateArchive = string;
|
|
30
30
|
/**
|
|
31
31
|
* Configures a Goldstack template.
|
|
32
32
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goldstackTemplateConfigurationSchema.d.ts","sourceRoot":"","sources":["../../../src/generated/goldstackTemplateConfigurationSchema.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"goldstackTemplateConfigurationSchema.d.ts","sourceRoot":"","sources":["../../../src/generated/goldstackTemplateConfigurationSchema.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAC9B;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AACrC;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC;AAC7C;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AACjC;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC;AACnC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AAErC;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,YAAY,EAAE,QAAQ,CAAC;IACvB,eAAe,EAAE,eAAe,CAAC;IACjC,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,mBAAmB,EAAE,WAAW,CAAC;IACjC,qBAAqB,EAAE,aAAa,CAAC;IACrC,eAAe,EAAE,eAAe,CAAC;CAClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilsTemplate.js","sourceRoot":"","sources":["../../src/utilsTemplate.ts"],"names":[],"mappings":";;;;;;AAAA,0DAAsD;AACtD,oIAA+E;AAC/E,kDAA2C;AAKpC,MAAM,4BAA4B,GAAG,CAC1C,IAAY,EACoB,EAAE;IAClC,MAAM,MAAM,GAAG,IAAA,0BAAW,EAAC,IAAI,EAAE,mDAAY,EAAE;QAC7C,YAAY,EAAE,8BAA8B;KAC7C,CAAmC,CAAC;IACrC,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAPW,QAAA,4BAA4B,gCAOvC;AAEK,MAAM,0BAA0B,GAAG,CACxC,IAAI,GAAG,eAAe,EACU,EAAE;IAClC,IAAI;
|
|
1
|
+
{"version":3,"file":"utilsTemplate.js","sourceRoot":"","sources":["../../src/utilsTemplate.ts"],"names":[],"mappings":";;;;;;AAAA,0DAAsD;AACtD,oIAA+E;AAC/E,kDAA2C;AAKpC,MAAM,4BAA4B,GAAG,CAC1C,IAAY,EACoB,EAAE;IAClC,MAAM,MAAM,GAAG,IAAA,0BAAW,EAAC,IAAI,EAAE,mDAAY,EAAE;QAC7C,YAAY,EAAE,8BAA8B;KAC7C,CAAmC,CAAC;IACrC,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAPW,QAAA,4BAA4B,gCAOvC;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,CACb,oCAAoC,IAAI,YAAY,CAAC,CAAC,OAAO,EAAE,CAChE,CAAC;IACJ,CAAC;AACH,CAAC,CAAC;AAXW,QAAA,0BAA0B,8BAWrC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-template",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.19",
|
|
4
4
|
"description": "Utilities to work with Goldstack templates",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -30,24 +30,24 @@
|
|
|
30
30
|
"generate:ts": "rimraf ./src/generated && utils-json-to-ts --declareExternallyReferenced",
|
|
31
31
|
"prepublishOnly": "yarn run build",
|
|
32
32
|
"publish": "utils-git changed --exec \"yarn npm publish $@\"",
|
|
33
|
-
"test
|
|
33
|
+
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand",
|
|
34
34
|
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",
|
|
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.19",
|
|
39
|
+
"@goldstack/utils-sh": "0.5.18"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@goldstack/utils-git": "0.2.
|
|
43
|
-
"@goldstack/utils-json-to-ts": "0.4.
|
|
44
|
-
"@swc/core": "^1.3
|
|
45
|
-
"@swc/jest": "^0.2.
|
|
46
|
-
"@types/jest": "^29.
|
|
47
|
-
"@types/node": "^
|
|
42
|
+
"@goldstack/utils-git": "0.2.11",
|
|
43
|
+
"@goldstack/utils-json-to-ts": "0.4.18",
|
|
44
|
+
"@swc/core": "^1.9.3",
|
|
45
|
+
"@swc/jest": "^0.2.37",
|
|
46
|
+
"@types/jest": "^29.5.14",
|
|
47
|
+
"@types/node": "^22.10.0",
|
|
48
48
|
"jest": "^29.3.1",
|
|
49
49
|
"rimraf": "^3.0.2",
|
|
50
|
-
"typescript": "^
|
|
50
|
+
"typescript": "^5.7.2"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"main": "dist/src/utilsTemplate.js"
|