@book000/create-ts 0.1.191 → 0.1.193
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
|
@@ -33,8 +33,8 @@ importers:
|
|
|
33
33
|
specifier: 29.4.12
|
|
34
34
|
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.5.0(supports-color@8.1.1))(@jest/types@30.5.0)(babel-jest@30.5.0(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.2)(jest-util@30.5.0)(jest@30.5.0(@types/node@25.9.5)(supports-color@8.1.1))(typescript@6.0.3)
|
|
35
35
|
tsx:
|
|
36
|
-
specifier: 4.23.
|
|
37
|
-
version: 4.23.
|
|
36
|
+
specifier: 4.23.13
|
|
37
|
+
version: 4.23.13
|
|
38
38
|
typescript:
|
|
39
39
|
specifier: 6.0.3
|
|
40
40
|
version: 6.0.3
|
|
@@ -2507,8 +2507,8 @@ packages:
|
|
|
2507
2507
|
tslib@2.8.1:
|
|
2508
2508
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2509
2509
|
|
|
2510
|
-
tsx@4.23.
|
|
2511
|
-
resolution: {integrity: sha512-
|
|
2510
|
+
tsx@4.23.13:
|
|
2511
|
+
resolution: {integrity: sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==}
|
|
2512
2512
|
engines: {node: '>=18.0.0'}
|
|
2513
2513
|
hasBin: true
|
|
2514
2514
|
|
|
@@ -5557,7 +5557,7 @@ snapshots:
|
|
|
5557
5557
|
tslib@2.8.1:
|
|
5558
5558
|
optional: true
|
|
5559
5559
|
|
|
5560
|
-
tsx@4.23.
|
|
5560
|
+
tsx@4.23.13:
|
|
5561
5561
|
dependencies:
|
|
5562
5562
|
esbuild: 0.28.2
|
|
5563
5563
|
optionalDependencies:
|
|
@@ -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.75"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@book000/eslint-config": "1.16.50",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prettier": "3.9.6",
|
|
31
31
|
"run-z": "2.1.0",
|
|
32
32
|
"ts-jest": "29.4.12",
|
|
33
|
-
"tsx": "4.23.
|
|
33
|
+
"tsx": "4.23.13",
|
|
34
34
|
"typescript": "6.0.3",
|
|
35
35
|
"typescript-json-schema": "0.68.0"
|
|
36
36
|
},
|
|
@@ -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.75
|
|
13
|
+
version: 1.25.75(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
14
14
|
devDependencies:
|
|
15
15
|
'@book000/eslint-config':
|
|
16
16
|
specifier: 1.16.50
|
|
@@ -37,8 +37,8 @@ importers:
|
|
|
37
37
|
specifier: 29.4.12
|
|
38
38
|
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.5.0(supports-color@8.1.1))(@jest/types@30.5.0)(babel-jest@30.5.0(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.2)(jest-util@30.5.0)(jest@30.5.0(@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
|
-
specifier: 4.23.
|
|
41
|
-
version: 4.23.
|
|
40
|
+
specifier: 4.23.13
|
|
41
|
+
version: 4.23.13
|
|
42
42
|
typescript:
|
|
43
43
|
specifier: 6.0.3
|
|
44
44
|
version: 6.0.3
|
|
@@ -218,8 +218,8 @@ packages:
|
|
|
218
218
|
peerDependencies:
|
|
219
219
|
eslint: 10.9.1
|
|
220
220
|
|
|
221
|
-
'@book000/node-utils@1.25.
|
|
222
|
-
resolution: {integrity: sha512-
|
|
221
|
+
'@book000/node-utils@1.25.75':
|
|
222
|
+
resolution: {integrity: sha512-MwzXy+QWbgulwEsk3M4xvKNq0K5Nv4P2PuKB1i3f2Zv+ZL+f9j09KFYz2W4al22ka9LHmkjns4uZyr9CKUrJ6A==}
|
|
223
223
|
|
|
224
224
|
'@colors/colors@1.6.0':
|
|
225
225
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2774,8 +2774,8 @@ packages:
|
|
|
2774
2774
|
tslib@2.8.1:
|
|
2775
2775
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2776
2776
|
|
|
2777
|
-
tsx@4.23.
|
|
2778
|
-
resolution: {integrity: sha512-
|
|
2777
|
+
tsx@4.23.13:
|
|
2778
|
+
resolution: {integrity: sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==}
|
|
2779
2779
|
engines: {node: '>=18.0.0'}
|
|
2780
2780
|
hasBin: true
|
|
2781
2781
|
|
|
@@ -3182,7 +3182,7 @@ snapshots:
|
|
|
3182
3182
|
- supports-color
|
|
3183
3183
|
- typescript
|
|
3184
3184
|
|
|
3185
|
-
'@book000/node-utils@1.25.
|
|
3185
|
+
'@book000/node-utils@1.25.75(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3186
3186
|
dependencies:
|
|
3187
3187
|
'@sentry/node': 10.72.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3188
3188
|
cycle: 1.0.3
|
|
@@ -6164,7 +6164,7 @@ snapshots:
|
|
|
6164
6164
|
tslib@2.8.1:
|
|
6165
6165
|
optional: true
|
|
6166
6166
|
|
|
6167
|
-
tsx@4.23.
|
|
6167
|
+
tsx@4.23.13:
|
|
6168
6168
|
dependencies:
|
|
6169
6169
|
esbuild: 0.28.2
|
|
6170
6170
|
optionalDependencies:
|
|
@@ -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.75",
|
|
23
23
|
"discord.js": "14.27.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"prettier": "3.9.6",
|
|
32
32
|
"run-z": "2.1.0",
|
|
33
33
|
"ts-jest": "29.4.12",
|
|
34
|
-
"tsx": "4.23.
|
|
34
|
+
"tsx": "4.23.13",
|
|
35
35
|
"typescript": "6.0.3",
|
|
36
36
|
"typescript-json-schema": "0.68.0"
|
|
37
37
|
},
|
|
@@ -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.75
|
|
13
|
+
version: 1.25.75(@opentelemetry/core@2.10.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
|
|
@@ -40,8 +40,8 @@ importers:
|
|
|
40
40
|
specifier: 29.4.12
|
|
41
41
|
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.5.0(supports-color@8.1.1))(@jest/types@30.5.0)(babel-jest@30.5.0(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.2)(jest-util@30.5.0)(jest@30.5.0(@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
|
-
specifier: 4.23.
|
|
44
|
-
version: 4.23.
|
|
43
|
+
specifier: 4.23.13
|
|
44
|
+
version: 4.23.13
|
|
45
45
|
typescript:
|
|
46
46
|
specifier: 6.0.3
|
|
47
47
|
version: 6.0.3
|
|
@@ -221,8 +221,8 @@ packages:
|
|
|
221
221
|
peerDependencies:
|
|
222
222
|
eslint: 10.9.1
|
|
223
223
|
|
|
224
|
-
'@book000/node-utils@1.25.
|
|
225
|
-
resolution: {integrity: sha512-
|
|
224
|
+
'@book000/node-utils@1.25.75':
|
|
225
|
+
resolution: {integrity: sha512-MwzXy+QWbgulwEsk3M4xvKNq0K5Nv4P2PuKB1i3f2Zv+ZL+f9j09KFYz2W4al22ka9LHmkjns4uZyr9CKUrJ6A==}
|
|
226
226
|
|
|
227
227
|
'@colors/colors@1.6.0':
|
|
228
228
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2843,8 +2843,8 @@ packages:
|
|
|
2843
2843
|
tslib@2.8.1:
|
|
2844
2844
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2845
2845
|
|
|
2846
|
-
tsx@4.23.
|
|
2847
|
-
resolution: {integrity: sha512-
|
|
2846
|
+
tsx@4.23.13:
|
|
2847
|
+
resolution: {integrity: sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==}
|
|
2848
2848
|
engines: {node: '>=18.0.0'}
|
|
2849
2849
|
hasBin: true
|
|
2850
2850
|
|
|
@@ -3267,7 +3267,7 @@ snapshots:
|
|
|
3267
3267
|
- supports-color
|
|
3268
3268
|
- typescript
|
|
3269
3269
|
|
|
3270
|
-
'@book000/node-utils@1.25.
|
|
3270
|
+
'@book000/node-utils@1.25.75(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3271
3271
|
dependencies:
|
|
3272
3272
|
'@sentry/node': 10.72.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3273
3273
|
cycle: 1.0.3
|
|
@@ -6341,7 +6341,7 @@ snapshots:
|
|
|
6341
6341
|
|
|
6342
6342
|
tslib@2.8.1: {}
|
|
6343
6343
|
|
|
6344
|
-
tsx@4.23.
|
|
6344
|
+
tsx@4.23.13:
|
|
6345
6345
|
dependencies:
|
|
6346
6346
|
esbuild: 0.28.2
|
|
6347
6347
|
optionalDependencies:
|
|
@@ -43,8 +43,8 @@ importers:
|
|
|
43
43
|
specifier: 29.4.12
|
|
44
44
|
version: 29.4.12(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.5.0(supports-color@8.1.1))(@jest/types@30.5.0)(babel-jest@30.5.0(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(esbuild@0.28.2)(jest-util@30.5.0)(jest@30.5.0(@types/node@25.9.5)(supports-color@8.1.1))(typescript@6.0.3)
|
|
45
45
|
tsx:
|
|
46
|
-
specifier: 4.23.
|
|
47
|
-
version: 4.23.
|
|
46
|
+
specifier: 4.23.13
|
|
47
|
+
version: 4.23.13
|
|
48
48
|
typescript:
|
|
49
49
|
specifier: 6.0.3
|
|
50
50
|
version: 6.0.3
|
|
@@ -2726,8 +2726,8 @@ packages:
|
|
|
2726
2726
|
tslib@2.8.1:
|
|
2727
2727
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2728
2728
|
|
|
2729
|
-
tsx@4.23.
|
|
2730
|
-
resolution: {integrity: sha512-
|
|
2729
|
+
tsx@4.23.13:
|
|
2730
|
+
resolution: {integrity: sha512-BL5MGkRln6aDYhb0xbQlEAGw743BaZYWdbWtdJOBriYJboKgUUYCadFp2/FpBBZquBC/ezNBn7wMMPx7FDZUDw==}
|
|
2731
2731
|
engines: {node: '>=18.0.0'}
|
|
2732
2732
|
hasBin: true
|
|
2733
2733
|
|
|
@@ -5998,7 +5998,7 @@ snapshots:
|
|
|
5998
5998
|
tslib@2.8.1:
|
|
5999
5999
|
optional: true
|
|
6000
6000
|
|
|
6001
|
-
tsx@4.23.
|
|
6001
|
+
tsx@4.23.13:
|
|
6002
6002
|
dependencies:
|
|
6003
6003
|
esbuild: 0.28.2
|
|
6004
6004
|
optionalDependencies:
|