@book000/create-ts 0.1.69 → 0.1.71
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.
- package/package.json +1 -1
- package/templates/nodejs/base/package.json +1 -1
- package/templates/nodejs/base/pnpm-lock.yaml +5 -5
- package/templates/nodejs/config-batch/package.json +2 -2
- package/templates/nodejs/config-batch/pnpm-lock.yaml +10 -10
- package/templates/nodejs/discord-bot/package.json +2 -2
- package/templates/nodejs/discord-bot/pnpm-lock.yaml +10 -10
- package/templates/nodejs/fastify/package.json +1 -1
- package/templates/nodejs/fastify/pnpm-lock.yaml +5 -5
package/package.json
CHANGED
|
@@ -30,8 +30,8 @@ importers:
|
|
|
30
30
|
specifier: 2.1.0
|
|
31
31
|
version: 2.1.0
|
|
32
32
|
ts-jest:
|
|
33
|
-
specifier: 29.4.
|
|
34
|
-
version: 29.4.
|
|
33
|
+
specifier: 29.4.12
|
|
34
|
+
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1))(typescript@6.0.3)
|
|
35
35
|
tsx:
|
|
36
36
|
specifier: 4.23.1
|
|
37
37
|
version: 4.23.1
|
|
@@ -2472,8 +2472,8 @@ packages:
|
|
|
2472
2472
|
peerDependencies:
|
|
2473
2473
|
typescript: '>=4.0.0'
|
|
2474
2474
|
|
|
2475
|
-
ts-jest@29.4.
|
|
2476
|
-
resolution: {integrity: sha512-
|
|
2475
|
+
ts-jest@29.4.12:
|
|
2476
|
+
resolution: {integrity: sha512-Ov6ClY53Fflh6BGAnY2DlTq1hYDrTycz2PVTXBWFW2CU+9zrEqAp9fWdGXl42EXO5RLSFAcAZ2JFKbP+zBTFfw==}
|
|
2477
2477
|
engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0}
|
|
2478
2478
|
hasBin: true
|
|
2479
2479
|
peerDependencies:
|
|
@@ -5596,7 +5596,7 @@ snapshots:
|
|
|
5596
5596
|
picomatch: 4.0.5
|
|
5597
5597
|
typescript: 6.0.3
|
|
5598
5598
|
|
|
5599
|
-
ts-jest@29.4.
|
|
5599
|
+
ts-jest@29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1))(typescript@6.0.3):
|
|
5600
5600
|
dependencies:
|
|
5601
5601
|
bs-logger: 0.2.6
|
|
5602
5602
|
fast-json-stable-stringify: 2.1.0
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"generate-schema": "typescript-json-schema --required src/config.ts ConfigInterface -o schema/Configuration.json"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@book000/node-utils": "1.25.
|
|
22
|
+
"@book000/node-utils": "1.25.8"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@book000/eslint-config": "1.16.17",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"jest": "30.4.2",
|
|
30
30
|
"prettier": "3.9.6",
|
|
31
31
|
"run-z": "2.1.0",
|
|
32
|
-
"ts-jest": "29.4.
|
|
32
|
+
"ts-jest": "29.4.12",
|
|
33
33
|
"tsx": "4.23.1",
|
|
34
34
|
"typescript": "6.0.3",
|
|
35
35
|
"typescript-json-schema": "0.68.0"
|
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.25.
|
|
13
|
-
version: 1.25.
|
|
12
|
+
specifier: 1.25.8
|
|
13
|
+
version: 1.25.8(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
14
14
|
devDependencies:
|
|
15
15
|
'@book000/eslint-config':
|
|
16
16
|
specifier: 1.16.17
|
|
@@ -34,8 +34,8 @@ importers:
|
|
|
34
34
|
specifier: 2.1.0
|
|
35
35
|
version: 2.1.0
|
|
36
36
|
ts-jest:
|
|
37
|
-
specifier: 29.4.
|
|
38
|
-
version: 29.4.
|
|
37
|
+
specifier: 29.4.12
|
|
38
|
+
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1)(ts-node@10.9.2(@types/node@25.9.5)(typescript@6.0.3)))(typescript@6.0.3)
|
|
39
39
|
tsx:
|
|
40
40
|
specifier: 4.23.1
|
|
41
41
|
version: 4.23.1
|
|
@@ -229,8 +229,8 @@ packages:
|
|
|
229
229
|
peerDependencies:
|
|
230
230
|
eslint: 10.7.0
|
|
231
231
|
|
|
232
|
-
'@book000/node-utils@1.25.
|
|
233
|
-
resolution: {integrity: sha512-
|
|
232
|
+
'@book000/node-utils@1.25.8':
|
|
233
|
+
resolution: {integrity: sha512-36ZZhffKtuA4FL4Hk0gMJIuuUNsVafSL1qGEhFOUSAVRJFqOEHxjrvo64UE43IwKatkNm9u6g/2wx24fZq5Xhw==}
|
|
234
234
|
|
|
235
235
|
'@colors/colors@1.6.0':
|
|
236
236
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2758,8 +2758,8 @@ packages:
|
|
|
2758
2758
|
peerDependencies:
|
|
2759
2759
|
typescript: '>=4.0.0'
|
|
2760
2760
|
|
|
2761
|
-
ts-jest@29.4.
|
|
2762
|
-
resolution: {integrity: sha512-
|
|
2761
|
+
ts-jest@29.4.12:
|
|
2762
|
+
resolution: {integrity: sha512-Ov6ClY53Fflh6BGAnY2DlTq1hYDrTycz2PVTXBWFW2CU+9zrEqAp9fWdGXl42EXO5RLSFAcAZ2JFKbP+zBTFfw==}
|
|
2763
2763
|
engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0}
|
|
2764
2764
|
hasBin: true
|
|
2765
2765
|
peerDependencies:
|
|
@@ -3247,7 +3247,7 @@ snapshots:
|
|
|
3247
3247
|
- supports-color
|
|
3248
3248
|
- typescript
|
|
3249
3249
|
|
|
3250
|
-
'@book000/node-utils@1.25.
|
|
3250
|
+
'@book000/node-utils@1.25.8(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3251
3251
|
dependencies:
|
|
3252
3252
|
'@sentry/node': 10.67.0(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3253
3253
|
cycle: 1.0.3
|
|
@@ -6245,7 +6245,7 @@ snapshots:
|
|
|
6245
6245
|
picomatch: 4.0.5
|
|
6246
6246
|
typescript: 6.0.3
|
|
6247
6247
|
|
|
6248
|
-
ts-jest@29.4.
|
|
6248
|
+
ts-jest@29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1)(ts-node@10.9.2(@types/node@25.9.5)(typescript@6.0.3)))(typescript@6.0.3):
|
|
6249
6249
|
dependencies:
|
|
6250
6250
|
bs-logger: 0.2.6
|
|
6251
6251
|
fast-json-stable-stringify: 2.1.0
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"generate-schema": "typescript-json-schema --required src/config.ts ConfigInterface -o schema/Configuration.json"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@book000/node-utils": "1.25.
|
|
22
|
+
"@book000/node-utils": "1.25.8",
|
|
23
23
|
"discord.js": "14.27.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"jest": "30.4.2",
|
|
31
31
|
"prettier": "3.9.6",
|
|
32
32
|
"run-z": "2.1.0",
|
|
33
|
-
"ts-jest": "29.4.
|
|
33
|
+
"ts-jest": "29.4.12",
|
|
34
34
|
"tsx": "4.23.1",
|
|
35
35
|
"typescript": "6.0.3",
|
|
36
36
|
"typescript-json-schema": "0.68.0"
|
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.25.
|
|
13
|
-
version: 1.25.
|
|
12
|
+
specifier: 1.25.8
|
|
13
|
+
version: 1.25.8(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
14
14
|
discord.js:
|
|
15
15
|
specifier: 14.27.0
|
|
16
16
|
version: 14.27.0
|
|
@@ -37,8 +37,8 @@ importers:
|
|
|
37
37
|
specifier: 2.1.0
|
|
38
38
|
version: 2.1.0
|
|
39
39
|
ts-jest:
|
|
40
|
-
specifier: 29.4.
|
|
41
|
-
version: 29.4.
|
|
40
|
+
specifier: 29.4.12
|
|
41
|
+
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1)(ts-node@10.9.2(@types/node@25.9.5)(typescript@6.0.3)))(typescript@6.0.3)
|
|
42
42
|
tsx:
|
|
43
43
|
specifier: 4.23.1
|
|
44
44
|
version: 4.23.1
|
|
@@ -232,8 +232,8 @@ packages:
|
|
|
232
232
|
peerDependencies:
|
|
233
233
|
eslint: 10.7.0
|
|
234
234
|
|
|
235
|
-
'@book000/node-utils@1.25.
|
|
236
|
-
resolution: {integrity: sha512-
|
|
235
|
+
'@book000/node-utils@1.25.8':
|
|
236
|
+
resolution: {integrity: sha512-36ZZhffKtuA4FL4Hk0gMJIuuUNsVafSL1qGEhFOUSAVRJFqOEHxjrvo64UE43IwKatkNm9u6g/2wx24fZq5Xhw==}
|
|
237
237
|
|
|
238
238
|
'@colors/colors@1.6.0':
|
|
239
239
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2824,8 +2824,8 @@ packages:
|
|
|
2824
2824
|
peerDependencies:
|
|
2825
2825
|
typescript: '>=4.0.0'
|
|
2826
2826
|
|
|
2827
|
-
ts-jest@29.4.
|
|
2828
|
-
resolution: {integrity: sha512-
|
|
2827
|
+
ts-jest@29.4.12:
|
|
2828
|
+
resolution: {integrity: sha512-Ov6ClY53Fflh6BGAnY2DlTq1hYDrTycz2PVTXBWFW2CU+9zrEqAp9fWdGXl42EXO5RLSFAcAZ2JFKbP+zBTFfw==}
|
|
2829
2829
|
engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0}
|
|
2830
2830
|
hasBin: true
|
|
2831
2831
|
peerDependencies:
|
|
@@ -3332,7 +3332,7 @@ snapshots:
|
|
|
3332
3332
|
- supports-color
|
|
3333
3333
|
- typescript
|
|
3334
3334
|
|
|
3335
|
-
'@book000/node-utils@1.25.
|
|
3335
|
+
'@book000/node-utils@1.25.8(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3336
3336
|
dependencies:
|
|
3337
3337
|
'@sentry/node': 10.67.0(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3338
3338
|
cycle: 1.0.3
|
|
@@ -6421,7 +6421,7 @@ snapshots:
|
|
|
6421
6421
|
picomatch: 4.0.5
|
|
6422
6422
|
typescript: 6.0.3
|
|
6423
6423
|
|
|
6424
|
-
ts-jest@29.4.
|
|
6424
|
+
ts-jest@29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1)(ts-node@10.9.2(@types/node@25.9.5)(typescript@6.0.3)))(typescript@6.0.3):
|
|
6425
6425
|
dependencies:
|
|
6426
6426
|
bs-logger: 0.2.6
|
|
6427
6427
|
fast-json-stable-stringify: 2.1.0
|
|
@@ -40,8 +40,8 @@ importers:
|
|
|
40
40
|
specifier: 2.1.0
|
|
41
41
|
version: 2.1.0
|
|
42
42
|
ts-jest:
|
|
43
|
-
specifier: 29.4.
|
|
44
|
-
version: 29.4.
|
|
43
|
+
specifier: 29.4.12
|
|
44
|
+
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1))(typescript@6.0.3)
|
|
45
45
|
tsx:
|
|
46
46
|
specifier: 4.23.1
|
|
47
47
|
version: 4.23.1
|
|
@@ -2694,8 +2694,8 @@ packages:
|
|
|
2694
2694
|
peerDependencies:
|
|
2695
2695
|
typescript: '>=4.0.0'
|
|
2696
2696
|
|
|
2697
|
-
ts-jest@29.4.
|
|
2698
|
-
resolution: {integrity: sha512-
|
|
2697
|
+
ts-jest@29.4.12:
|
|
2698
|
+
resolution: {integrity: sha512-Ov6ClY53Fflh6BGAnY2DlTq1hYDrTycz2PVTXBWFW2CU+9zrEqAp9fWdGXl42EXO5RLSFAcAZ2JFKbP+zBTFfw==}
|
|
2699
2699
|
engines: {node: ^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0}
|
|
2700
2700
|
hasBin: true
|
|
2701
2701
|
peerDependencies:
|
|
@@ -6042,7 +6042,7 @@ snapshots:
|
|
|
6042
6042
|
picomatch: 4.0.5
|
|
6043
6043
|
typescript: 6.0.3
|
|
6044
6044
|
|
|
6045
|
-
ts-jest@29.4.
|
|
6045
|
+
ts-jest@29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.1)(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(supports-color@8.1.1))(typescript@6.0.3):
|
|
6046
6046
|
dependencies:
|
|
6047
6047
|
bs-logger: 0.2.6
|
|
6048
6048
|
fast-json-stable-stringify: 2.1.0
|