@book000/create-ts 0.1.65 → 0.1.67
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 +2 -2
- 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@book000/create-ts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.67",
|
|
4
4
|
"description": "Create book000-style TypeScript projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@book000/eslint-config": "1.16.17",
|
|
33
33
|
"@types/node": "25.9.5",
|
|
34
34
|
"eslint": "10.7.0",
|
|
35
|
-
"prettier": "3.9.
|
|
35
|
+
"prettier": "3.9.6",
|
|
36
36
|
"run-z": "2.1.0",
|
|
37
37
|
"tsdown": "0.22.12",
|
|
38
38
|
"typescript": "6.0.3",
|
|
@@ -24,8 +24,8 @@ importers:
|
|
|
24
24
|
specifier: 30.4.2
|
|
25
25
|
version: 30.4.2(@types/node@25.9.5)(supports-color@8.1.1)
|
|
26
26
|
prettier:
|
|
27
|
-
specifier: 3.9.
|
|
28
|
-
version: 3.9.
|
|
27
|
+
specifier: 3.9.6
|
|
28
|
+
version: 3.9.6
|
|
29
29
|
run-z:
|
|
30
30
|
specifier: 2.1.0
|
|
31
31
|
version: 2.1.0
|
|
@@ -2188,8 +2188,8 @@ packages:
|
|
|
2188
2188
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
2189
2189
|
engines: {node: '>= 0.8.0'}
|
|
2190
2190
|
|
|
2191
|
-
prettier@3.9.
|
|
2192
|
-
resolution: {integrity: sha512
|
|
2191
|
+
prettier@3.9.6:
|
|
2192
|
+
resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==}
|
|
2193
2193
|
engines: {node: '>=14'}
|
|
2194
2194
|
hasBin: true
|
|
2195
2195
|
|
|
@@ -5263,7 +5263,7 @@ snapshots:
|
|
|
5263
5263
|
|
|
5264
5264
|
prelude-ls@1.2.1: {}
|
|
5265
5265
|
|
|
5266
|
-
prettier@3.9.
|
|
5266
|
+
prettier@3.9.6: {}
|
|
5267
5267
|
|
|
5268
5268
|
pretty-format@30.4.1:
|
|
5269
5269
|
dependencies:
|
|
@@ -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.6"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@book000/eslint-config": "1.16.17",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/node": "25.9.5",
|
|
28
28
|
"eslint": "10.7.0",
|
|
29
29
|
"jest": "30.4.2",
|
|
30
|
-
"prettier": "3.9.
|
|
30
|
+
"prettier": "3.9.6",
|
|
31
31
|
"run-z": "2.1.0",
|
|
32
32
|
"ts-jest": "29.4.11",
|
|
33
33
|
"tsx": "4.23.1",
|
|
@@ -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.6
|
|
13
|
+
version: 1.25.6(@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
|
|
@@ -28,8 +28,8 @@ importers:
|
|
|
28
28
|
specifier: 30.4.2
|
|
29
29
|
version: 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))
|
|
30
30
|
prettier:
|
|
31
|
-
specifier: 3.9.
|
|
32
|
-
version: 3.9.
|
|
31
|
+
specifier: 3.9.6
|
|
32
|
+
version: 3.9.6
|
|
33
33
|
run-z:
|
|
34
34
|
specifier: 2.1.0
|
|
35
35
|
version: 2.1.0
|
|
@@ -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.6':
|
|
233
|
+
resolution: {integrity: sha512-yFYNQfOl+QLbGIXcrnPC3/GQK474/X0zohUI52bAsWSxUulBFzjcIdw3/5swgKQdD4BdJeyH97+2xPmo3kQKAA==}
|
|
234
234
|
|
|
235
235
|
'@colors/colors@1.6.0':
|
|
236
236
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2443,8 +2443,8 @@ packages:
|
|
|
2443
2443
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
2444
2444
|
engines: {node: '>= 0.8.0'}
|
|
2445
2445
|
|
|
2446
|
-
prettier@3.9.
|
|
2447
|
-
resolution: {integrity: sha512
|
|
2446
|
+
prettier@3.9.6:
|
|
2447
|
+
resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==}
|
|
2448
2448
|
engines: {node: '>=14'}
|
|
2449
2449
|
hasBin: true
|
|
2450
2450
|
|
|
@@ -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.6(@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
|
|
@@ -5883,7 +5883,7 @@ snapshots:
|
|
|
5883
5883
|
|
|
5884
5884
|
prelude-ls@1.2.1: {}
|
|
5885
5885
|
|
|
5886
|
-
prettier@3.9.
|
|
5886
|
+
prettier@3.9.6: {}
|
|
5887
5887
|
|
|
5888
5888
|
pretty-format@30.4.1:
|
|
5889
5889
|
dependencies:
|
|
@@ -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.6",
|
|
23
23
|
"discord.js": "14.27.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/node": "25.9.5",
|
|
29
29
|
"eslint": "10.7.0",
|
|
30
30
|
"jest": "30.4.2",
|
|
31
|
-
"prettier": "3.9.
|
|
31
|
+
"prettier": "3.9.6",
|
|
32
32
|
"run-z": "2.1.0",
|
|
33
33
|
"ts-jest": "29.4.11",
|
|
34
34
|
"tsx": "4.23.1",
|
|
@@ -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.6
|
|
13
|
+
version: 1.25.6(@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
|
|
@@ -31,8 +31,8 @@ importers:
|
|
|
31
31
|
specifier: 30.4.2
|
|
32
32
|
version: 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))
|
|
33
33
|
prettier:
|
|
34
|
-
specifier: 3.9.
|
|
35
|
-
version: 3.9.
|
|
34
|
+
specifier: 3.9.6
|
|
35
|
+
version: 3.9.6
|
|
36
36
|
run-z:
|
|
37
37
|
specifier: 2.1.0
|
|
38
38
|
version: 2.1.0
|
|
@@ -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.6':
|
|
236
|
+
resolution: {integrity: sha512-yFYNQfOl+QLbGIXcrnPC3/GQK474/X0zohUI52bAsWSxUulBFzjcIdw3/5swgKQdD4BdJeyH97+2xPmo3kQKAA==}
|
|
237
237
|
|
|
238
238
|
'@colors/colors@1.6.0':
|
|
239
239
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -2509,8 +2509,8 @@ packages:
|
|
|
2509
2509
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
2510
2510
|
engines: {node: '>= 0.8.0'}
|
|
2511
2511
|
|
|
2512
|
-
prettier@3.9.
|
|
2513
|
-
resolution: {integrity: sha512
|
|
2512
|
+
prettier@3.9.6:
|
|
2513
|
+
resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==}
|
|
2514
2514
|
engines: {node: '>=14'}
|
|
2515
2515
|
hasBin: true
|
|
2516
2516
|
|
|
@@ -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.6(@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
|
|
@@ -6059,7 +6059,7 @@ snapshots:
|
|
|
6059
6059
|
|
|
6060
6060
|
prelude-ls@1.2.1: {}
|
|
6061
6061
|
|
|
6062
|
-
prettier@3.9.
|
|
6062
|
+
prettier@3.9.6: {}
|
|
6063
6063
|
|
|
6064
6064
|
pretty-format@30.4.1:
|
|
6065
6065
|
dependencies:
|
|
@@ -34,8 +34,8 @@ importers:
|
|
|
34
34
|
specifier: 30.4.2
|
|
35
35
|
version: 30.4.2(@types/node@25.9.5)(supports-color@8.1.1)
|
|
36
36
|
prettier:
|
|
37
|
-
specifier: 3.9.
|
|
38
|
-
version: 3.9.
|
|
37
|
+
specifier: 3.9.6
|
|
38
|
+
version: 3.9.6
|
|
39
39
|
run-z:
|
|
40
40
|
specifier: 2.1.0
|
|
41
41
|
version: 2.1.0
|
|
@@ -2329,8 +2329,8 @@ packages:
|
|
|
2329
2329
|
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
|
2330
2330
|
engines: {node: '>= 0.8.0'}
|
|
2331
2331
|
|
|
2332
|
-
prettier@3.9.
|
|
2333
|
-
resolution: {integrity: sha512
|
|
2332
|
+
prettier@3.9.6:
|
|
2333
|
+
resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==}
|
|
2334
2334
|
engines: {node: '>=14'}
|
|
2335
2335
|
hasBin: true
|
|
2336
2336
|
|
|
@@ -5652,7 +5652,7 @@ snapshots:
|
|
|
5652
5652
|
|
|
5653
5653
|
prelude-ls@1.2.1: {}
|
|
5654
5654
|
|
|
5655
|
-
prettier@3.9.
|
|
5655
|
+
prettier@3.9.6: {}
|
|
5656
5656
|
|
|
5657
5657
|
pretty-format@30.4.1:
|
|
5658
5658
|
dependencies:
|