@book000/create-ts 0.1.163 → 0.1.165
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 +6 -6
- package/templates/nodejs/config-batch/package.json +2 -2
- package/templates/nodejs/config-batch/pnpm-lock.yaml +11 -11
- package/templates/nodejs/discord-bot/package.json +2 -2
- package/templates/nodejs/discord-bot/pnpm-lock.yaml +11 -11
- package/templates/nodejs/fastify/package.json +1 -1
- package/templates/nodejs/fastify/pnpm-lock.yaml +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@book000/create-ts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.165",
|
|
4
4
|
"description": "Create book000-style TypeScript projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"execa": "10.0.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@book000/eslint-config": "1.16.
|
|
32
|
+
"@book000/eslint-config": "1.16.42",
|
|
33
33
|
"@types/node": "25.9.5",
|
|
34
34
|
"eslint": "10.9.0",
|
|
35
35
|
"prettier": "3.9.6",
|
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
devDependencies:
|
|
11
11
|
'@book000/eslint-config':
|
|
12
|
-
specifier: 1.16.
|
|
13
|
-
version: 1.16.
|
|
12
|
+
specifier: 1.16.42
|
|
13
|
+
version: 1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
14
14
|
'@types/jest':
|
|
15
15
|
specifier: 30.0.0
|
|
16
16
|
version: 30.0.0
|
|
@@ -206,10 +206,10 @@ packages:
|
|
|
206
206
|
'@bcoe/v8-coverage@0.2.3':
|
|
207
207
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
208
208
|
|
|
209
|
-
'@book000/eslint-config@1.16.
|
|
210
|
-
resolution: {integrity: sha512-
|
|
209
|
+
'@book000/eslint-config@1.16.42':
|
|
210
|
+
resolution: {integrity: sha512-u4ocYm04Lg5i5Qg6b1qRJ04XF0P2moUDvq8v3Cd/WcO1qh+aufbxOt/l3gLM3TYwSEucMB0OdJY+L2xNn42ylw==}
|
|
211
211
|
peerDependencies:
|
|
212
|
-
eslint: 10.
|
|
212
|
+
eslint: 10.9.0
|
|
213
213
|
|
|
214
214
|
'@emnapi/core@1.10.0':
|
|
215
215
|
resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
|
|
@@ -2798,7 +2798,7 @@ snapshots:
|
|
|
2798
2798
|
|
|
2799
2799
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
2800
2800
|
|
|
2801
|
-
'@book000/eslint-config@1.16.
|
|
2801
|
+
'@book000/eslint-config@1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
2802
2802
|
dependencies:
|
|
2803
2803
|
'@typescript-eslint/parser': 8.67.0(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
2804
2804
|
eslint: 10.9.0(supports-color@8.1.1)
|
|
@@ -19,10 +19,10 @@
|
|
|
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.60"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@book000/eslint-config": "1.16.
|
|
25
|
+
"@book000/eslint-config": "1.16.42",
|
|
26
26
|
"@types/jest": "30.0.0",
|
|
27
27
|
"@types/node": "25.9.5",
|
|
28
28
|
"eslint": "10.9.0",
|
|
@@ -9,12 +9,12 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.25.
|
|
13
|
-
version: 1.25.
|
|
12
|
+
specifier: 1.25.60
|
|
13
|
+
version: 1.25.60(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
14
14
|
devDependencies:
|
|
15
15
|
'@book000/eslint-config':
|
|
16
|
-
specifier: 1.16.
|
|
17
|
-
version: 1.16.
|
|
16
|
+
specifier: 1.16.42
|
|
17
|
+
version: 1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
18
18
|
'@types/jest':
|
|
19
19
|
specifier: 30.0.0
|
|
20
20
|
version: 30.0.0
|
|
@@ -224,13 +224,13 @@ packages:
|
|
|
224
224
|
'@bcoe/v8-coverage@0.2.3':
|
|
225
225
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
226
226
|
|
|
227
|
-
'@book000/eslint-config@1.16.
|
|
228
|
-
resolution: {integrity: sha512-
|
|
227
|
+
'@book000/eslint-config@1.16.42':
|
|
228
|
+
resolution: {integrity: sha512-u4ocYm04Lg5i5Qg6b1qRJ04XF0P2moUDvq8v3Cd/WcO1qh+aufbxOt/l3gLM3TYwSEucMB0OdJY+L2xNn42ylw==}
|
|
229
229
|
peerDependencies:
|
|
230
|
-
eslint: 10.
|
|
230
|
+
eslint: 10.9.0
|
|
231
231
|
|
|
232
|
-
'@book000/node-utils@1.25.
|
|
233
|
-
resolution: {integrity: sha512-
|
|
232
|
+
'@book000/node-utils@1.25.60':
|
|
233
|
+
resolution: {integrity: sha512-kntJa8aeAaLuhXqWHSpFvMSlHk/IJW7Ubj2YpKz3xCPuTUkPD59MvZgaGg5Gdzv71OO7YZrrzmV+FJXtVSwJFg==}
|
|
234
234
|
|
|
235
235
|
'@colors/colors@1.6.0':
|
|
236
236
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -3174,7 +3174,7 @@ snapshots:
|
|
|
3174
3174
|
|
|
3175
3175
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3176
3176
|
|
|
3177
|
-
'@book000/eslint-config@1.16.
|
|
3177
|
+
'@book000/eslint-config@1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3178
3178
|
dependencies:
|
|
3179
3179
|
'@typescript-eslint/parser': 8.67.0(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3180
3180
|
eslint: 10.9.0(supports-color@8.1.1)
|
|
@@ -3187,7 +3187,7 @@ snapshots:
|
|
|
3187
3187
|
- supports-color
|
|
3188
3188
|
- typescript
|
|
3189
3189
|
|
|
3190
|
-
'@book000/node-utils@1.25.
|
|
3190
|
+
'@book000/node-utils@1.25.60(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3191
3191
|
dependencies:
|
|
3192
3192
|
'@sentry/node': 10.70.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3193
3193
|
cycle: 1.0.3
|
|
@@ -19,11 +19,11 @@
|
|
|
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.60",
|
|
23
23
|
"discord.js": "14.27.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@book000/eslint-config": "1.16.
|
|
26
|
+
"@book000/eslint-config": "1.16.42",
|
|
27
27
|
"@types/jest": "30.0.0",
|
|
28
28
|
"@types/node": "25.9.5",
|
|
29
29
|
"eslint": "10.9.0",
|
|
@@ -9,15 +9,15 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.25.
|
|
13
|
-
version: 1.25.
|
|
12
|
+
specifier: 1.25.60
|
|
13
|
+
version: 1.25.60(@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
|
|
17
17
|
devDependencies:
|
|
18
18
|
'@book000/eslint-config':
|
|
19
|
-
specifier: 1.16.
|
|
20
|
-
version: 1.16.
|
|
19
|
+
specifier: 1.16.42
|
|
20
|
+
version: 1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
21
21
|
'@types/jest':
|
|
22
22
|
specifier: 30.0.0
|
|
23
23
|
version: 30.0.0
|
|
@@ -227,13 +227,13 @@ packages:
|
|
|
227
227
|
'@bcoe/v8-coverage@0.2.3':
|
|
228
228
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
229
229
|
|
|
230
|
-
'@book000/eslint-config@1.16.
|
|
231
|
-
resolution: {integrity: sha512-
|
|
230
|
+
'@book000/eslint-config@1.16.42':
|
|
231
|
+
resolution: {integrity: sha512-u4ocYm04Lg5i5Qg6b1qRJ04XF0P2moUDvq8v3Cd/WcO1qh+aufbxOt/l3gLM3TYwSEucMB0OdJY+L2xNn42ylw==}
|
|
232
232
|
peerDependencies:
|
|
233
|
-
eslint: 10.
|
|
233
|
+
eslint: 10.9.0
|
|
234
234
|
|
|
235
|
-
'@book000/node-utils@1.25.
|
|
236
|
-
resolution: {integrity: sha512-
|
|
235
|
+
'@book000/node-utils@1.25.60':
|
|
236
|
+
resolution: {integrity: sha512-kntJa8aeAaLuhXqWHSpFvMSlHk/IJW7Ubj2YpKz3xCPuTUkPD59MvZgaGg5Gdzv71OO7YZrrzmV+FJXtVSwJFg==}
|
|
237
237
|
|
|
238
238
|
'@colors/colors@1.6.0':
|
|
239
239
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -3259,7 +3259,7 @@ snapshots:
|
|
|
3259
3259
|
|
|
3260
3260
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3261
3261
|
|
|
3262
|
-
'@book000/eslint-config@1.16.
|
|
3262
|
+
'@book000/eslint-config@1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3263
3263
|
dependencies:
|
|
3264
3264
|
'@typescript-eslint/parser': 8.67.0(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3265
3265
|
eslint: 10.9.0(supports-color@8.1.1)
|
|
@@ -3272,7 +3272,7 @@ snapshots:
|
|
|
3272
3272
|
- supports-color
|
|
3273
3273
|
- typescript
|
|
3274
3274
|
|
|
3275
|
-
'@book000/node-utils@1.25.
|
|
3275
|
+
'@book000/node-utils@1.25.60(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3276
3276
|
dependencies:
|
|
3277
3277
|
'@sentry/node': 10.70.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3278
3278
|
cycle: 1.0.3
|
|
@@ -16,8 +16,8 @@ importers:
|
|
|
16
16
|
version: 5.12.1
|
|
17
17
|
devDependencies:
|
|
18
18
|
'@book000/eslint-config':
|
|
19
|
-
specifier: 1.16.
|
|
20
|
-
version: 1.16.
|
|
19
|
+
specifier: 1.16.42
|
|
20
|
+
version: 1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
21
21
|
'@types/jest':
|
|
22
22
|
specifier: 30.0.0
|
|
23
23
|
version: 30.0.0
|
|
@@ -216,10 +216,10 @@ packages:
|
|
|
216
216
|
'@bcoe/v8-coverage@0.2.3':
|
|
217
217
|
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
|
|
218
218
|
|
|
219
|
-
'@book000/eslint-config@1.16.
|
|
220
|
-
resolution: {integrity: sha512-
|
|
219
|
+
'@book000/eslint-config@1.16.42':
|
|
220
|
+
resolution: {integrity: sha512-u4ocYm04Lg5i5Qg6b1qRJ04XF0P2moUDvq8v3Cd/WcO1qh+aufbxOt/l3gLM3TYwSEucMB0OdJY+L2xNn42ylw==}
|
|
221
221
|
peerDependencies:
|
|
222
|
-
eslint: 10.
|
|
222
|
+
eslint: 10.9.0
|
|
223
223
|
|
|
224
224
|
'@emnapi/core@1.10.0':
|
|
225
225
|
resolution: {integrity: sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==}
|
|
@@ -3018,7 +3018,7 @@ snapshots:
|
|
|
3018
3018
|
|
|
3019
3019
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3020
3020
|
|
|
3021
|
-
'@book000/eslint-config@1.16.
|
|
3021
|
+
'@book000/eslint-config@1.16.42(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3022
3022
|
dependencies:
|
|
3023
3023
|
'@typescript-eslint/parser': 8.67.0(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3024
3024
|
eslint: 10.9.0(supports-color@8.1.1)
|