@book000/create-ts 0.1.76 → 0.1.77

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.76",
3
+ "version": "0.1.77",
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.18",
32
+ "@book000/eslint-config": "1.16.20",
33
33
  "@types/node": "25.9.5",
34
34
  "eslint": "10.7.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.18",
21
+ "@book000/eslint-config": "1.16.20",
22
22
  "@types/jest": "30.0.0",
23
23
  "@types/node": "25.9.5",
24
24
  "eslint": "10.7.0",
@@ -9,8 +9,8 @@ importers:
9
9
  .:
10
10
  devDependencies:
11
11
  '@book000/eslint-config':
12
- specifier: 1.16.18
13
- version: 1.16.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
12
+ specifier: 1.16.20
13
+ version: 1.16.20(eslint@10.7.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.18':
210
- resolution: {integrity: sha512-89NYgfNAQTfeRLA+aHkIFV9mpvIJYsGC9Q/yHrWPgMHxpK54H0v06gD9IPBB3NDZkSEYWD7SL5Q7+w4Lqat60g==}
209
+ '@book000/eslint-config@1.16.20':
210
+ resolution: {integrity: sha512-VUPgrvXmmHchvzZCQOyclDjTF17AuqvqQ99z9f3rf2Sm6UA0kL3OOFnRNJOagjCWo7QI0dHoIfk4edqy/Aw1Cw==}
211
211
  peerDependencies:
212
212
  eslint: 10.7.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.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
2799
+ '@book000/eslint-config@1.16.20(eslint@10.7.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.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
2802
2802
  eslint: 10.7.0(supports-color@8.1.1)
@@ -22,7 +22,7 @@
22
22
  "@book000/node-utils": "1.25.11"
23
23
  },
24
24
  "devDependencies": {
25
- "@book000/eslint-config": "1.16.18",
25
+ "@book000/eslint-config": "1.16.20",
26
26
  "@types/jest": "30.0.0",
27
27
  "@types/node": "25.9.5",
28
28
  "eslint": "10.7.0",
@@ -13,8 +13,8 @@ importers:
13
13
  version: 1.25.11(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
14
14
  devDependencies:
15
15
  '@book000/eslint-config':
16
- specifier: 1.16.18
17
- version: 1.16.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
16
+ specifier: 1.16.20
17
+ version: 1.16.20(eslint@10.7.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,8 +224,8 @@ packages:
224
224
  '@bcoe/v8-coverage@0.2.3':
225
225
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
226
226
 
227
- '@book000/eslint-config@1.16.18':
228
- resolution: {integrity: sha512-89NYgfNAQTfeRLA+aHkIFV9mpvIJYsGC9Q/yHrWPgMHxpK54H0v06gD9IPBB3NDZkSEYWD7SL5Q7+w4Lqat60g==}
227
+ '@book000/eslint-config@1.16.20':
228
+ resolution: {integrity: sha512-VUPgrvXmmHchvzZCQOyclDjTF17AuqvqQ99z9f3rf2Sm6UA0kL3OOFnRNJOagjCWo7QI0dHoIfk4edqy/Aw1Cw==}
229
229
  peerDependencies:
230
230
  eslint: 10.7.0
231
231
 
@@ -3168,7 +3168,7 @@ snapshots:
3168
3168
 
3169
3169
  '@bcoe/v8-coverage@0.2.3': {}
3170
3170
 
3171
- '@book000/eslint-config@1.16.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3171
+ '@book000/eslint-config@1.16.20(eslint@10.7.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.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3174
3174
  eslint: 10.7.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.18",
26
+ "@book000/eslint-config": "1.16.20",
27
27
  "@types/jest": "30.0.0",
28
28
  "@types/node": "25.9.5",
29
29
  "eslint": "10.7.0",
@@ -16,8 +16,8 @@ importers:
16
16
  version: 14.27.0
17
17
  devDependencies:
18
18
  '@book000/eslint-config':
19
- specifier: 1.16.18
20
- version: 1.16.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
19
+ specifier: 1.16.20
20
+ version: 1.16.20(eslint@10.7.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,8 +227,8 @@ packages:
227
227
  '@bcoe/v8-coverage@0.2.3':
228
228
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
229
229
 
230
- '@book000/eslint-config@1.16.18':
231
- resolution: {integrity: sha512-89NYgfNAQTfeRLA+aHkIFV9mpvIJYsGC9Q/yHrWPgMHxpK54H0v06gD9IPBB3NDZkSEYWD7SL5Q7+w4Lqat60g==}
230
+ '@book000/eslint-config@1.16.20':
231
+ resolution: {integrity: sha512-VUPgrvXmmHchvzZCQOyclDjTF17AuqvqQ99z9f3rf2Sm6UA0kL3OOFnRNJOagjCWo7QI0dHoIfk4edqy/Aw1Cw==}
232
232
  peerDependencies:
233
233
  eslint: 10.7.0
234
234
 
@@ -3253,7 +3253,7 @@ snapshots:
3253
3253
 
3254
3254
  '@bcoe/v8-coverage@0.2.3': {}
3255
3255
 
3256
- '@book000/eslint-config@1.16.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3256
+ '@book000/eslint-config@1.16.20(eslint@10.7.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.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3259
3259
  eslint: 10.7.0(supports-color@8.1.1)
@@ -22,7 +22,7 @@
22
22
  "fastify": "5.10.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@book000/eslint-config": "1.16.18",
25
+ "@book000/eslint-config": "1.16.20",
26
26
  "@types/jest": "30.0.0",
27
27
  "@types/node": "25.9.5",
28
28
  "eslint": "10.7.0",
@@ -16,8 +16,8 @@ importers:
16
16
  version: 5.10.0
17
17
  devDependencies:
18
18
  '@book000/eslint-config':
19
- specifier: 1.16.18
20
- version: 1.16.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
19
+ specifier: 1.16.20
20
+ version: 1.16.20(eslint@10.7.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.18':
220
- resolution: {integrity: sha512-89NYgfNAQTfeRLA+aHkIFV9mpvIJYsGC9Q/yHrWPgMHxpK54H0v06gD9IPBB3NDZkSEYWD7SL5Q7+w4Lqat60g==}
219
+ '@book000/eslint-config@1.16.20':
220
+ resolution: {integrity: sha512-VUPgrvXmmHchvzZCQOyclDjTF17AuqvqQ99z9f3rf2Sm6UA0kL3OOFnRNJOagjCWo7QI0dHoIfk4edqy/Aw1Cw==}
221
221
  peerDependencies:
222
222
  eslint: 10.7.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.18(eslint@10.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3025
+ '@book000/eslint-config@1.16.20(eslint@10.7.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.7.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3028
3028
  eslint: 10.7.0(supports-color@8.1.1)