@goldstack/utils-project 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.
@@ -4,31 +4,31 @@
4
4
  * @title Name
5
5
  * @pattern ^[A-Za-z0-9-_]*$
6
6
  */
7
- export declare type ProjectName = string;
7
+ export type ProjectName = string;
8
8
  /**
9
9
  * Name of the template.
10
10
  */
11
- export declare type TempalteName = string;
11
+ export type TempalteName = string;
12
12
  /**
13
13
  * Version of the template.
14
14
  */
15
- export declare type TemplateVersion = string;
15
+ export type TemplateVersion = string;
16
16
  /**
17
17
  * Name of the package.
18
18
  */
19
- export declare type PackageName = string;
19
+ export type PackageName = string;
20
20
  /**
21
21
  * Name of the template.
22
22
  */
23
- export declare type TemplateName = string;
23
+ export type TemplateName = string;
24
24
  /**
25
25
  * Version of the template.
26
26
  */
27
- export declare type TemplateVersion1 = string;
27
+ export type TemplateVersion1 = string;
28
28
  /**
29
29
  * Packages to be included in the project.
30
30
  */
31
- export declare type Packages = PackageProjectConfiguration[];
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,oBAAY,WAAW,GAAG,MAAM,CAAC;AAEjC;;GAEG;AACH,oBAAY,YAAY,GAAG,MAAM,CAAC;AAClC;;GAEG;AACH,oBAAY,eAAe,GAAG,MAAM,CAAC;AACrC;;GAEG;AACH,oBAAY,WAAW,GAAG,MAAM,CAAC;AACjC;;GAEG;AACH,oBAAY,YAAY,GAAG,MAAM,CAAC;AAClC;;GAEG;AACH,oBAAY,gBAAgB,GAAG,MAAM,CAAC;AACtC;;GAEG;AACH,oBAAY,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"}
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.17",
3
+ "version": "0.4.19",
4
4
  "description": "Utility for working with Goldstack project configurations.",
5
5
  "keywords": [
6
6
  "goldstack",
@@ -30,26 +30,26 @@
30
30
  "generate-schema": "ts-json-schema-generator --tsconfig tsconfig.generate.json --no-type-check --path './src/types/**/*' --type 'ProjectConfiguration' -o src/schemas/configSchema.json",
31
31
  "prepublishOnly": "yarn run build",
32
32
  "publish": "utils-git changed --exec \"yarn npm publish $@\"",
33
- "test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand",
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.17",
39
- "@goldstack/utils-sh": "0.5.16"
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.9",
43
- "@goldstack/utils-json-to-ts": "0.4.16",
44
- "@swc/core": "^1.3.74",
45
- "@swc/jest": "^0.2.27",
46
- "@types/jest": "^29.0.1",
47
- "@types/node": "^18.7.13",
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
  "renamer": "^0.7.0",
50
50
  "rimraf": "^3.0.2",
51
51
  "ts-json-schema-generator": "^1.0.0",
52
- "typescript": "^4.8.4"
52
+ "typescript": "^5.7.2"
53
53
  },
54
54
  "publishConfig": {
55
55
  "main": "dist/src/utilsProject.js"