@goldstack/utils-project 0.4.17 → 0.4.18
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.
|
@@ -4,31 +4,31 @@
|
|
|
4
4
|
* @title Name
|
|
5
5
|
* @pattern ^[A-Za-z0-9-_]*$
|
|
6
6
|
*/
|
|
7
|
-
export
|
|
7
|
+
export type ProjectName = string;
|
|
8
8
|
/**
|
|
9
9
|
* Name of the template.
|
|
10
10
|
*/
|
|
11
|
-
export
|
|
11
|
+
export type TempalteName = string;
|
|
12
12
|
/**
|
|
13
13
|
* Version of the template.
|
|
14
14
|
*/
|
|
15
|
-
export
|
|
15
|
+
export type TemplateVersion = string;
|
|
16
16
|
/**
|
|
17
17
|
* Name of the package.
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
19
|
+
export type PackageName = string;
|
|
20
20
|
/**
|
|
21
21
|
* Name of the template.
|
|
22
22
|
*/
|
|
23
|
-
export
|
|
23
|
+
export type TemplateName = string;
|
|
24
24
|
/**
|
|
25
25
|
* Version of the template.
|
|
26
26
|
*/
|
|
27
|
-
export
|
|
27
|
+
export type TemplateVersion1 = string;
|
|
28
28
|
/**
|
|
29
29
|
* Packages to be included in the project.
|
|
30
30
|
*/
|
|
31
|
-
export
|
|
31
|
+
export type Packages = PackageProjectConfiguration[];
|
|
32
32
|
/**
|
|
33
33
|
* Template to be used for the project root.
|
|
34
34
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectConfigurationSchema.d.ts","sourceRoot":"","sources":["../../../src/types/projectConfigurationSchema.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,
|
|
1
|
+
{"version":3,"file":"projectConfigurationSchema.d.ts","sourceRoot":"","sources":["../../../src/types/projectConfigurationSchema.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAClC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AACrC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AACjC;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAClC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AACtC;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,2BAA2B,EAAE,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,YAAY,EAAE,YAAY,CAAC;IAC3B,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AACD;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,WAAW,EAAE,WAAW,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE;QACjB,YAAY,EAAE,YAAY,CAAC;QAC3B,eAAe,CAAC,EAAE,gBAAgB,CAAC;KACpC,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,WAAW,EAAE,WAAW,CAAC;IACzB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goldstack/utils-project",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.18",
|
|
4
4
|
"description": "Utility for working with Goldstack project configurations.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"goldstack",
|
|
@@ -35,21 +35,21 @@
|
|
|
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.18",
|
|
39
|
+
"@goldstack/utils-sh": "0.5.17"
|
|
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.10",
|
|
43
|
+
"@goldstack/utils-json-to-ts": "0.4.17",
|
|
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
|
"renamer": "^0.7.0",
|
|
50
50
|
"rimraf": "^3.0.2",
|
|
51
51
|
"ts-json-schema-generator": "^1.0.0",
|
|
52
|
-
"typescript": "^
|
|
52
|
+
"typescript": "^5.7.2"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"main": "dist/src/utilsProject.js"
|