@book000/create-ts 0.1.91 → 0.1.93
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.93",
|
|
4
4
|
"description": "Create book000-style TypeScript projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"execa": "10.0.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@book000/eslint-config": "1.16.
|
|
32
|
+
"@book000/eslint-config": "1.16.25",
|
|
33
33
|
"@types/node": "25.9.5",
|
|
34
34
|
"eslint": "10.8.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.25
|
|
13
|
+
version: 1.16.25(eslint@10.8.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,8 +206,8 @@ 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.25':
|
|
210
|
+
resolution: {integrity: sha512-KwlRzoDEV1VSX1OgDYy0dieAdS/XY6SWuVyS8d/vy6+S9HMqe1Pi1ETbLqrAsNGE1yzr1URKyHqP47Mai+yPNw==}
|
|
211
211
|
peerDependencies:
|
|
212
212
|
eslint: 10.8.0
|
|
213
213
|
|
|
@@ -2796,7 +2796,7 @@ snapshots:
|
|
|
2796
2796
|
|
|
2797
2797
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
2798
2798
|
|
|
2799
|
-
'@book000/eslint-config@1.16.
|
|
2799
|
+
'@book000/eslint-config@1.16.25(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
2800
2800
|
dependencies:
|
|
2801
2801
|
'@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
2802
2802
|
eslint: 10.8.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.22"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@book000/eslint-config": "1.16.
|
|
25
|
+
"@book000/eslint-config": "1.16.25",
|
|
26
26
|
"@types/jest": "30.0.0",
|
|
27
27
|
"@types/node": "25.9.5",
|
|
28
28
|
"eslint": "10.8.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.22
|
|
13
|
+
version: 1.25.22(@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.25
|
|
17
|
+
version: 1.16.25(eslint@10.8.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.25':
|
|
228
|
+
resolution: {integrity: sha512-KwlRzoDEV1VSX1OgDYy0dieAdS/XY6SWuVyS8d/vy6+S9HMqe1Pi1ETbLqrAsNGE1yzr1URKyHqP47Mai+yPNw==}
|
|
229
229
|
peerDependencies:
|
|
230
230
|
eslint: 10.8.0
|
|
231
231
|
|
|
232
|
-
'@book000/node-utils@1.25.
|
|
233
|
-
resolution: {integrity: sha512-
|
|
232
|
+
'@book000/node-utils@1.25.22':
|
|
233
|
+
resolution: {integrity: sha512-Qb3RPAqKavhUnK1f+LkgM1rU9KQ+Mloxg0aGwR6VmLNiU/oQrsWXlxtGU/6IsVXVrLL3gc85wFSSurgeS9hasQ==}
|
|
234
234
|
|
|
235
235
|
'@colors/colors@1.6.0':
|
|
236
236
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -3168,7 +3168,7 @@ snapshots:
|
|
|
3168
3168
|
|
|
3169
3169
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3170
3170
|
|
|
3171
|
-
'@book000/eslint-config@1.16.
|
|
3171
|
+
'@book000/eslint-config@1.16.25(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3172
3172
|
dependencies:
|
|
3173
3173
|
'@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3174
3174
|
eslint: 10.8.0(supports-color@8.1.1)
|
|
@@ -3181,7 +3181,7 @@ snapshots:
|
|
|
3181
3181
|
- supports-color
|
|
3182
3182
|
- typescript
|
|
3183
3183
|
|
|
3184
|
-
'@book000/node-utils@1.25.
|
|
3184
|
+
'@book000/node-utils@1.25.22(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3185
3185
|
dependencies:
|
|
3186
3186
|
'@sentry/node': 10.68.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3187
3187
|
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.22",
|
|
23
23
|
"discord.js": "14.27.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@book000/eslint-config": "1.16.
|
|
26
|
+
"@book000/eslint-config": "1.16.25",
|
|
27
27
|
"@types/jest": "30.0.0",
|
|
28
28
|
"@types/node": "25.9.5",
|
|
29
29
|
"eslint": "10.8.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.22
|
|
13
|
+
version: 1.25.22(@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.25
|
|
20
|
+
version: 1.16.25(eslint@10.8.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.25':
|
|
231
|
+
resolution: {integrity: sha512-KwlRzoDEV1VSX1OgDYy0dieAdS/XY6SWuVyS8d/vy6+S9HMqe1Pi1ETbLqrAsNGE1yzr1URKyHqP47Mai+yPNw==}
|
|
232
232
|
peerDependencies:
|
|
233
233
|
eslint: 10.8.0
|
|
234
234
|
|
|
235
|
-
'@book000/node-utils@1.25.
|
|
236
|
-
resolution: {integrity: sha512-
|
|
235
|
+
'@book000/node-utils@1.25.22':
|
|
236
|
+
resolution: {integrity: sha512-Qb3RPAqKavhUnK1f+LkgM1rU9KQ+Mloxg0aGwR6VmLNiU/oQrsWXlxtGU/6IsVXVrLL3gc85wFSSurgeS9hasQ==}
|
|
237
237
|
|
|
238
238
|
'@colors/colors@1.6.0':
|
|
239
239
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -3253,7 +3253,7 @@ snapshots:
|
|
|
3253
3253
|
|
|
3254
3254
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3255
3255
|
|
|
3256
|
-
'@book000/eslint-config@1.16.
|
|
3256
|
+
'@book000/eslint-config@1.16.25(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3257
3257
|
dependencies:
|
|
3258
3258
|
'@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3259
3259
|
eslint: 10.8.0(supports-color@8.1.1)
|
|
@@ -3266,7 +3266,7 @@ snapshots:
|
|
|
3266
3266
|
- supports-color
|
|
3267
3267
|
- typescript
|
|
3268
3268
|
|
|
3269
|
-
'@book000/node-utils@1.25.
|
|
3269
|
+
'@book000/node-utils@1.25.22(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
|
|
3270
3270
|
dependencies:
|
|
3271
3271
|
'@sentry/node': 10.68.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
|
|
3272
3272
|
cycle: 1.0.3
|
|
@@ -16,8 +16,8 @@ importers:
|
|
|
16
16
|
version: 5.11.0
|
|
17
17
|
devDependencies:
|
|
18
18
|
'@book000/eslint-config':
|
|
19
|
-
specifier: 1.16.
|
|
20
|
-
version: 1.16.
|
|
19
|
+
specifier: 1.16.25
|
|
20
|
+
version: 1.16.25(eslint@10.8.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,8 +216,8 @@ 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.25':
|
|
220
|
+
resolution: {integrity: sha512-KwlRzoDEV1VSX1OgDYy0dieAdS/XY6SWuVyS8d/vy6+S9HMqe1Pi1ETbLqrAsNGE1yzr1URKyHqP47Mai+yPNw==}
|
|
221
221
|
peerDependencies:
|
|
222
222
|
eslint: 10.8.0
|
|
223
223
|
|
|
@@ -3022,7 +3022,7 @@ snapshots:
|
|
|
3022
3022
|
|
|
3023
3023
|
'@bcoe/v8-coverage@0.2.3': {}
|
|
3024
3024
|
|
|
3025
|
-
'@book000/eslint-config@1.16.
|
|
3025
|
+
'@book000/eslint-config@1.16.25(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
|
|
3026
3026
|
dependencies:
|
|
3027
3027
|
'@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
|
|
3028
3028
|
eslint: 10.8.0(supports-color@8.1.1)
|