@book000/create-ts 0.1.170 → 0.1.171

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@book000/create-ts",
3
- "version": "0.1.170",
3
+ "version": "0.1.171",
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.43",
32
+ "@book000/eslint-config": "1.16.45",
33
33
  "@types/node": "25.9.5",
34
34
  "eslint": "10.9.0",
35
35
  "prettier": "3.9.6",
@@ -18,7 +18,7 @@
18
18
  "fix:prettier": "prettier --write src/"
19
19
  },
20
20
  "devDependencies": {
21
- "@book000/eslint-config": "1.16.43",
21
+ "@book000/eslint-config": "1.16.45",
22
22
  "@types/jest": "30.0.0",
23
23
  "@types/node": "25.9.5",
24
24
  "eslint": "10.9.0",
@@ -9,8 +9,8 @@ importers:
9
9
  .:
10
10
  devDependencies:
11
11
  '@book000/eslint-config':
12
- specifier: 1.16.43
13
- version: 1.16.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
12
+ specifier: 1.16.45
13
+ version: 1.16.45(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.43':
210
- resolution: {integrity: sha512-QZJD6ezyfPpR+TLIqw4MmVXNGeUE+NnSZgqJc2e0CbZ/VRz6elln5jSAlUYQa7gZV+quxlUlAe7PMXl2q2sVVg==}
209
+ '@book000/eslint-config@1.16.45':
210
+ resolution: {integrity: sha512-Pf5KPsrTC9WV69k9XVcllRh2hQQaWEt1Ewj5wsqXO2WqdurPRMGshri/NpgNx/7mGM9Qzsq9Ob/yliBieTmf9Q==}
211
211
  peerDependencies:
212
- eslint: 10.9.0
212
+ eslint: 10.9.1
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.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
2801
+ '@book000/eslint-config@1.16.45(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)
@@ -22,7 +22,7 @@
22
22
  "@book000/node-utils": "1.25.64"
23
23
  },
24
24
  "devDependencies": {
25
- "@book000/eslint-config": "1.16.43",
25
+ "@book000/eslint-config": "1.16.45",
26
26
  "@types/jest": "30.0.0",
27
27
  "@types/node": "25.9.5",
28
28
  "eslint": "10.9.0",
@@ -13,8 +13,8 @@ importers:
13
13
  version: 1.25.64(@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.43
17
- version: 1.16.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
16
+ specifier: 1.16.45
17
+ version: 1.16.45(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,10 +224,10 @@ packages:
224
224
  '@bcoe/v8-coverage@0.2.3':
225
225
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
226
226
 
227
- '@book000/eslint-config@1.16.43':
228
- resolution: {integrity: sha512-QZJD6ezyfPpR+TLIqw4MmVXNGeUE+NnSZgqJc2e0CbZ/VRz6elln5jSAlUYQa7gZV+quxlUlAe7PMXl2q2sVVg==}
227
+ '@book000/eslint-config@1.16.45':
228
+ resolution: {integrity: sha512-Pf5KPsrTC9WV69k9XVcllRh2hQQaWEt1Ewj5wsqXO2WqdurPRMGshri/NpgNx/7mGM9Qzsq9Ob/yliBieTmf9Q==}
229
229
  peerDependencies:
230
- eslint: 10.9.0
230
+ eslint: 10.9.1
231
231
 
232
232
  '@book000/node-utils@1.25.64':
233
233
  resolution: {integrity: sha512-4xtu37KwxPFuelHTNggN2dzxa9bhWarhdSRSw5oki6GE/mV+M8mhPq1E5Pos02Razrrddk5ynidHMMNdJauMiA==}
@@ -3174,7 +3174,7 @@ snapshots:
3174
3174
 
3175
3175
  '@bcoe/v8-coverage@0.2.3': {}
3176
3176
 
3177
- '@book000/eslint-config@1.16.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3177
+ '@book000/eslint-config@1.16.45(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)
@@ -23,7 +23,7 @@
23
23
  "discord.js": "14.27.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@book000/eslint-config": "1.16.43",
26
+ "@book000/eslint-config": "1.16.45",
27
27
  "@types/jest": "30.0.0",
28
28
  "@types/node": "25.9.5",
29
29
  "eslint": "10.9.0",
@@ -16,8 +16,8 @@ importers:
16
16
  version: 14.27.0
17
17
  devDependencies:
18
18
  '@book000/eslint-config':
19
- specifier: 1.16.43
20
- version: 1.16.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
19
+ specifier: 1.16.45
20
+ version: 1.16.45(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,10 +227,10 @@ packages:
227
227
  '@bcoe/v8-coverage@0.2.3':
228
228
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
229
229
 
230
- '@book000/eslint-config@1.16.43':
231
- resolution: {integrity: sha512-QZJD6ezyfPpR+TLIqw4MmVXNGeUE+NnSZgqJc2e0CbZ/VRz6elln5jSAlUYQa7gZV+quxlUlAe7PMXl2q2sVVg==}
230
+ '@book000/eslint-config@1.16.45':
231
+ resolution: {integrity: sha512-Pf5KPsrTC9WV69k9XVcllRh2hQQaWEt1Ewj5wsqXO2WqdurPRMGshri/NpgNx/7mGM9Qzsq9Ob/yliBieTmf9Q==}
232
232
  peerDependencies:
233
- eslint: 10.9.0
233
+ eslint: 10.9.1
234
234
 
235
235
  '@book000/node-utils@1.25.64':
236
236
  resolution: {integrity: sha512-4xtu37KwxPFuelHTNggN2dzxa9bhWarhdSRSw5oki6GE/mV+M8mhPq1E5Pos02Razrrddk5ynidHMMNdJauMiA==}
@@ -3259,7 +3259,7 @@ snapshots:
3259
3259
 
3260
3260
  '@bcoe/v8-coverage@0.2.3': {}
3261
3261
 
3262
- '@book000/eslint-config@1.16.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3262
+ '@book000/eslint-config@1.16.45(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)
@@ -22,7 +22,7 @@
22
22
  "fastify": "5.12.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@book000/eslint-config": "1.16.43",
25
+ "@book000/eslint-config": "1.16.45",
26
26
  "@types/jest": "30.0.0",
27
27
  "@types/node": "25.9.5",
28
28
  "eslint": "10.9.0",
@@ -16,8 +16,8 @@ importers:
16
16
  version: 5.12.1
17
17
  devDependencies:
18
18
  '@book000/eslint-config':
19
- specifier: 1.16.43
20
- version: 1.16.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
19
+ specifier: 1.16.45
20
+ version: 1.16.45(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.43':
220
- resolution: {integrity: sha512-QZJD6ezyfPpR+TLIqw4MmVXNGeUE+NnSZgqJc2e0CbZ/VRz6elln5jSAlUYQa7gZV+quxlUlAe7PMXl2q2sVVg==}
219
+ '@book000/eslint-config@1.16.45':
220
+ resolution: {integrity: sha512-Pf5KPsrTC9WV69k9XVcllRh2hQQaWEt1Ewj5wsqXO2WqdurPRMGshri/NpgNx/7mGM9Qzsq9Ob/yliBieTmf9Q==}
221
221
  peerDependencies:
222
- eslint: 10.9.0
222
+ eslint: 10.9.1
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.43(eslint@10.9.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3021
+ '@book000/eslint-config@1.16.45(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)