@diia-inhouse/scaffold 2.19.1 → 2.22.0

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.
@@ -10,7 +10,7 @@ to: <%= packageName %>/package.json
10
10
  "main": "dist/index.js",
11
11
  "types": "dist/types/index.d.ts",
12
12
  "engines": {
13
- "node": ">=18"
13
+ "node": ">=20"
14
14
  },
15
15
  "scripts": {
16
16
  "build": "tsc",
@@ -14,8 +14,7 @@ to: <%= packageName %>/tsconfig.json
14
14
  "@interfaces/*": ["src/interfaces/*"],
15
15
  "@src/*": ["src/*"],
16
16
  "@tests/*": ["tests/*"]
17
- },
18
- "plugins": [{ "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true }]
17
+ }
19
18
  },
20
19
  "include": ["src/**/*"],
21
20
  "exclude": ["node_modules", "tests"]
@@ -5,4 +5,5 @@ to: <%= serviceName %>/.eslintignore
5
5
  node_modules
6
6
  dist
7
7
  coverage
8
- migrate-mongo-config.ts
8
+ migrate-mongo-config.ts
9
+ src/generated
@@ -3,4 +3,4 @@ to: <%= serviceName %>/.prettierignore
3
3
  ---
4
4
 
5
5
  dist
6
- generated
6
+ src/generated
@@ -31,7 +31,7 @@ to: <%= serviceName %>/package.json
31
31
  },
32
32
  "keywords": [],
33
33
  "engines": {
34
- "node": ">=18"
34
+ "node": ">=20"
35
35
  },
36
36
  "files": [
37
37
  "dist"
@@ -18,8 +18,7 @@ to: <%= serviceName %>/tsconfig.json
18
18
  "@actions/*": ["src/actions/*"],
19
19
  "@src/*": ["src/*"],
20
20
  "@tests/*": ["tests/*"]
21
- },
22
- "plugins": [{ "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true }]
21
+ }
23
22
  },
24
23
  "include": ["src/**/*", "tests/jest.d.ts"]
25
24
  }
package/dist/depsNames.js CHANGED
@@ -14,7 +14,7 @@ const devDeps = [
14
14
  'madge',
15
15
  'prettier',
16
16
  'rimraf',
17
- 'semantic-release@21.1.2',
17
+ 'semantic-release',
18
18
  'ts-node',
19
19
  'ts-patch',
20
20
  'typescript',
@@ -1 +1 @@
1
- {"version":3,"file":"depsNames.js","sourceRoot":"","sources":["../src/depsNames.ts"],"names":[],"mappings":";;;AAAA,MAAM,OAAO,GAAG;IACZ,uBAAuB;IACvB,6BAA6B;IAC7B,oBAAoB;IACpB,wBAAwB;IACxB,oBAAoB;IACpB,aAAa;IACb,QAAQ;IACR,MAAM;IACN,eAAe;IACf,OAAO;IACP,UAAU;IACV,QAAQ;IACR,yBAAyB;IACzB,SAAS;IACT,UAAU;IACV,YAAY;CACf,CAAA;AAEY,QAAA,mBAAmB,GAAG,EAAE,OAAO,EAAE,CAAA;AAEjC,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE,wBAAwB,CAAC;IAC/C,IAAI,EAAE;QACF,yBAAyB;QACzB,sBAAsB;QACtB,kBAAkB;QAClB,wBAAwB;QACxB,2BAA2B;QAC3B,0BAA0B;QAC1B,4BAA4B;QAC5B,mBAAmB;QACnB,sBAAsB;QACtB,2BAA2B;QAC3B,oBAAoB;QACpB,qBAAqB;QACrB,qBAAqB;QACrB,qBAAqB;QACrB,0BAA0B;QAC1B,eAAe;QACf,cAAc;KACjB;CACJ,CAAA"}
1
+ {"version":3,"file":"depsNames.js","sourceRoot":"","sources":["../src/depsNames.ts"],"names":[],"mappings":";;;AAAA,MAAM,OAAO,GAAG;IACZ,uBAAuB;IACvB,6BAA6B;IAC7B,oBAAoB;IACpB,wBAAwB;IACxB,oBAAoB;IACpB,aAAa;IACb,QAAQ;IACR,MAAM;IACN,eAAe;IACf,OAAO;IACP,UAAU;IACV,QAAQ;IACR,kBAAkB;IAClB,SAAS;IACT,UAAU;IACV,YAAY;CACf,CAAA;AAEY,QAAA,mBAAmB,GAAG,EAAE,OAAO,EAAE,CAAA;AAEjC,QAAA,mBAAmB,GAAG;IAC/B,OAAO,EAAE,CAAC,GAAG,OAAO,EAAE,wBAAwB,CAAC;IAC/C,IAAI,EAAE;QACF,yBAAyB;QACzB,sBAAsB;QACtB,kBAAkB;QAClB,wBAAwB;QACxB,2BAA2B;QAC3B,0BAA0B;QAC1B,4BAA4B;QAC5B,mBAAmB;QACnB,sBAAsB;QACtB,2BAA2B;QAC3B,oBAAoB;QACpB,qBAAqB;QACrB,qBAAqB;QACrB,qBAAqB;QACrB,0BAA0B;QAC1B,eAAe;QACf,cAAc;KACjB;CACJ,CAAA"}
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@diia-inhouse/scaffold",
3
- "version": "2.19.1",
3
+ "version": "2.22.0",
4
4
  "main": "dist/index.js",
5
5
  "engines": {
6
- "node": ">=18"
6
+ "node": ">=20"
7
7
  },
8
8
  "scripts": {
9
9
  "lint": "eslint --ext .ts . && prettier --check .",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "author": "Diia",
26
26
  "dependencies": {
27
- "@diia-inhouse/types": "6.24.0",
27
+ "@diia-inhouse/types": "6.35.2",
28
28
  "chalk": "4.1.2",
29
29
  "enquirer": "2.4.1",
30
30
  "execa": "5.1.1",
@@ -32,19 +32,19 @@
32
32
  "lodash": "4.17.21"
33
33
  },
34
34
  "devDependencies": {
35
- "@diia-inhouse/configs": "1.31.1",
35
+ "@diia-inhouse/configs": "2.0.0",
36
36
  "@diia-inhouse/eslint-config": "5.1.0",
37
- "@types/lodash": "4.14.201",
37
+ "@types/lodash": "4.17.6",
38
38
  "@types/node": "20.12.7",
39
39
  "copyfiles": "2.4.1",
40
40
  "eslint": "8.57.0",
41
41
  "eslint-plugin-prettier": "5.1.3",
42
- "lockfile-lint": "4.13.2",
42
+ "lockfile-lint": "4.14.0",
43
43
  "madge": "7.0.0",
44
- "prettier": "3.2.5",
44
+ "prettier": "3.3.2",
45
45
  "protobufjs": "7.2.5",
46
- "rimraf": "5.0.7",
47
- "semantic-release": "21.1.2",
46
+ "rimraf": "6.0.0",
47
+ "semantic-release": "24.0.0",
48
48
  "typescript": "5.4.5"
49
49
  },
50
50
  "release": {