@book000/create-ts 0.1.34 → 0.1.36
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.11
|
|
34
34
|
version: 29.4.11(@babel/core@7.29.7)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5))(typescript@6.0.3)
|
|
35
35
|
tsx:
|
|
36
|
-
specifier: 4.23.
|
|
37
|
-
version: 4.23.
|
|
36
|
+
specifier: 4.23.1
|
|
37
|
+
version: 4.23.1
|
|
38
38
|
typescript:
|
|
39
39
|
specifier: 6.0.3
|
|
40
40
|
version: 6.0.3
|
|
@@ -2421,8 +2421,8 @@ packages:
|
|
|
2421
2421
|
tslib@2.8.1:
|
|
2422
2422
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2423
2423
|
|
|
2424
|
-
tsx@4.23.
|
|
2425
|
-
resolution: {integrity: sha512-
|
|
2424
|
+
tsx@4.23.1:
|
|
2425
|
+
resolution: {integrity: sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==}
|
|
2426
2426
|
engines: {node: '>=18.0.0'}
|
|
2427
2427
|
hasBin: true
|
|
2428
2428
|
|
|
@@ -5426,7 +5426,7 @@ snapshots:
|
|
|
5426
5426
|
tslib@2.8.1:
|
|
5427
5427
|
optional: true
|
|
5428
5428
|
|
|
5429
|
-
tsx@4.23.
|
|
5429
|
+
tsx@4.23.1:
|
|
5430
5430
|
dependencies:
|
|
5431
5431
|
esbuild: 0.28.1
|
|
5432
5432
|
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.24.
|
|
22
|
+
"@book000/node-utils": "1.24.283"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@book000/eslint-config": "1.15.4",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prettier": "3.9.5",
|
|
31
31
|
"run-z": "2.1.0",
|
|
32
32
|
"ts-jest": "29.4.11",
|
|
33
|
-
"tsx": "4.23.
|
|
33
|
+
"tsx": "4.23.1",
|
|
34
34
|
"typescript": "6.0.3",
|
|
35
35
|
"typescript-json-schema": "0.67.4"
|
|
36
36
|
},
|
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.24.
|
|
13
|
-
version: 1.24.
|
|
12
|
+
specifier: 1.24.283
|
|
13
|
+
version: 1.24.283
|
|
14
14
|
devDependencies:
|
|
15
15
|
'@book000/eslint-config':
|
|
16
16
|
specifier: 1.15.4
|
|
@@ -37,8 +37,8 @@ importers:
|
|
|
37
37
|
specifier: 29.4.11
|
|
38
38
|
version: 29.4.11(@babel/core@7.29.7)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(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.1
|
|
41
|
+
version: 4.23.1
|
|
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.5.0
|
|
220
220
|
|
|
221
|
-
'@book000/node-utils@1.24.
|
|
222
|
-
resolution: {integrity: sha512-
|
|
221
|
+
'@book000/node-utils@1.24.283':
|
|
222
|
+
resolution: {integrity: sha512-765dLNV0R6LJ6oDvC2Kj8zJCG934z6NISQ23wQ7RT0qGYoVnmWuz11xXSKBtmhLuBpwC/xAoxkGNHREJnxDPRQ==}
|
|
223
223
|
|
|
224
224
|
'@colors/colors@1.6.0':
|
|
225
225
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2595,8 +2595,8 @@ packages:
|
|
|
2595
2595
|
tslib@2.8.1:
|
|
2596
2596
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2597
2597
|
|
|
2598
|
-
tsx@4.23.
|
|
2599
|
-
resolution: {integrity: sha512-
|
|
2598
|
+
tsx@4.23.1:
|
|
2599
|
+
resolution: {integrity: sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==}
|
|
2600
2600
|
engines: {node: '>=18.0.0'}
|
|
2601
2601
|
hasBin: true
|
|
2602
2602
|
|
|
@@ -3006,7 +3006,7 @@ snapshots:
|
|
|
3006
3006
|
- supports-color
|
|
3007
3007
|
- typescript
|
|
3008
3008
|
|
|
3009
|
-
'@book000/node-utils@1.24.
|
|
3009
|
+
'@book000/node-utils@1.24.283':
|
|
3010
3010
|
dependencies:
|
|
3011
3011
|
cycle: 1.0.3
|
|
3012
3012
|
jsonc-parser: 3.3.1
|
|
@@ -5840,7 +5840,7 @@ snapshots:
|
|
|
5840
5840
|
tslib@2.8.1:
|
|
5841
5841
|
optional: true
|
|
5842
5842
|
|
|
5843
|
-
tsx@4.23.
|
|
5843
|
+
tsx@4.23.1:
|
|
5844
5844
|
dependencies:
|
|
5845
5845
|
esbuild: 0.28.1
|
|
5846
5846
|
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.24.
|
|
22
|
+
"@book000/node-utils": "1.24.283",
|
|
23
23
|
"discord.js": "14.26.5"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"prettier": "3.9.5",
|
|
32
32
|
"run-z": "2.1.0",
|
|
33
33
|
"ts-jest": "29.4.11",
|
|
34
|
-
"tsx": "4.23.
|
|
34
|
+
"tsx": "4.23.1",
|
|
35
35
|
"typescript": "6.0.3",
|
|
36
36
|
"typescript-json-schema": "0.67.4"
|
|
37
37
|
},
|
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.24.
|
|
13
|
-
version: 1.24.
|
|
12
|
+
specifier: 1.24.283
|
|
13
|
+
version: 1.24.283
|
|
14
14
|
discord.js:
|
|
15
15
|
specifier: 14.26.5
|
|
16
16
|
version: 14.26.5
|
|
@@ -40,8 +40,8 @@ importers:
|
|
|
40
40
|
specifier: 29.4.11
|
|
41
41
|
version: 29.4.11(@babel/core@7.29.7)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5)(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.1
|
|
44
|
+
version: 4.23.1
|
|
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.5.0
|
|
223
223
|
|
|
224
|
-
'@book000/node-utils@1.24.
|
|
225
|
-
resolution: {integrity: sha512-
|
|
224
|
+
'@book000/node-utils@1.24.283':
|
|
225
|
+
resolution: {integrity: sha512-765dLNV0R6LJ6oDvC2Kj8zJCG934z6NISQ23wQ7RT0qGYoVnmWuz11xXSKBtmhLuBpwC/xAoxkGNHREJnxDPRQ==}
|
|
226
226
|
|
|
227
227
|
'@colors/colors@1.6.0':
|
|
228
228
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2668,8 +2668,8 @@ packages:
|
|
|
2668
2668
|
tslib@2.8.1:
|
|
2669
2669
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2670
2670
|
|
|
2671
|
-
tsx@4.23.
|
|
2672
|
-
resolution: {integrity: sha512-
|
|
2671
|
+
tsx@4.23.1:
|
|
2672
|
+
resolution: {integrity: sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==}
|
|
2673
2673
|
engines: {node: '>=18.0.0'}
|
|
2674
2674
|
hasBin: true
|
|
2675
2675
|
|
|
@@ -3095,7 +3095,7 @@ snapshots:
|
|
|
3095
3095
|
- supports-color
|
|
3096
3096
|
- typescript
|
|
3097
3097
|
|
|
3098
|
-
'@book000/node-utils@1.24.
|
|
3098
|
+
'@book000/node-utils@1.24.283':
|
|
3099
3099
|
dependencies:
|
|
3100
3100
|
cycle: 1.0.3
|
|
3101
3101
|
jsonc-parser: 3.3.1
|
|
@@ -6023,7 +6023,7 @@ snapshots:
|
|
|
6023
6023
|
|
|
6024
6024
|
tslib@2.8.1: {}
|
|
6025
6025
|
|
|
6026
|
-
tsx@4.23.
|
|
6026
|
+
tsx@4.23.1:
|
|
6027
6027
|
dependencies:
|
|
6028
6028
|
esbuild: 0.28.1
|
|
6029
6029
|
optionalDependencies:
|
|
@@ -43,8 +43,8 @@ importers:
|
|
|
43
43
|
specifier: 29.4.11
|
|
44
44
|
version: 29.4.11(@babel/core@7.29.7)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.5))(typescript@6.0.3)
|
|
45
45
|
tsx:
|
|
46
|
-
specifier: 4.23.
|
|
47
|
-
version: 4.23.
|
|
46
|
+
specifier: 4.23.1
|
|
47
|
+
version: 4.23.1
|
|
48
48
|
typescript:
|
|
49
49
|
specifier: 6.0.3
|
|
50
50
|
version: 6.0.3
|
|
@@ -2643,8 +2643,8 @@ packages:
|
|
|
2643
2643
|
tslib@2.8.1:
|
|
2644
2644
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
|
2645
2645
|
|
|
2646
|
-
tsx@4.23.
|
|
2647
|
-
resolution: {integrity: sha512-
|
|
2646
|
+
tsx@4.23.1:
|
|
2647
|
+
resolution: {integrity: sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==}
|
|
2648
2648
|
engines: {node: '>=18.0.0'}
|
|
2649
2649
|
hasBin: true
|
|
2650
2650
|
|
|
@@ -5872,7 +5872,7 @@ snapshots:
|
|
|
5872
5872
|
tslib@2.8.1:
|
|
5873
5873
|
optional: true
|
|
5874
5874
|
|
|
5875
|
-
tsx@4.23.
|
|
5875
|
+
tsx@4.23.1:
|
|
5876
5876
|
dependencies:
|
|
5877
5877
|
esbuild: 0.28.1
|
|
5878
5878
|
optionalDependencies:
|