@book000/create-ts 0.1.39 → 0.1.41

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.39",
3
+ "version": "0.1.41",
4
4
  "description": "Create book000-style TypeScript projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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.24.285"
22
+ "@book000/node-utils": "1.24.287"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@book000/eslint-config": "1.15.4",
@@ -32,7 +32,7 @@
32
32
  "ts-jest": "29.4.11",
33
33
  "tsx": "4.23.1",
34
34
  "typescript": "6.0.3",
35
- "typescript-json-schema": "0.67.4"
35
+ "typescript-json-schema": "0.68.0"
36
36
  },
37
37
  "engines": {
38
38
  "node": "26.5.0"
@@ -9,8 +9,8 @@ importers:
9
9
  .:
10
10
  dependencies:
11
11
  '@book000/node-utils':
12
- specifier: 1.24.285
13
- version: 1.24.285
12
+ specifier: 1.24.287
13
+ version: 1.24.287
14
14
  devDependencies:
15
15
  '@book000/eslint-config':
16
16
  specifier: 1.15.4
@@ -43,8 +43,8 @@ importers:
43
43
  specifier: 6.0.3
44
44
  version: 6.0.3
45
45
  typescript-json-schema:
46
- specifier: 0.67.4
47
- version: 0.67.4
46
+ specifier: 0.68.0
47
+ version: 0.68.0
48
48
 
49
49
  packages:
50
50
 
@@ -218,8 +218,8 @@ packages:
218
218
  peerDependencies:
219
219
  eslint: 10.5.0
220
220
 
221
- '@book000/node-utils@1.24.285':
222
- resolution: {integrity: sha512-nhCsslPnFOPTvluVGo2PuCWeLU4GLiYjAJYSu2L7zVewfKNA8zQjV7BpnXbNT95zbKCWs4omln6/EvP2nvcS5w==}
221
+ '@book000/node-utils@1.24.287':
222
+ resolution: {integrity: sha512-dL8WhJuGT6h5l4JXYzrssFmi6OZyu7LdWPl5gVQUM++hU1bR84BwQKOqqQFehNvIXLjSX6o/b1ihET0wM/uU4w==}
223
223
 
224
224
  '@colors/colors@1.6.0':
225
225
  resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -2639,8 +2639,8 @@ packages:
2639
2639
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2640
2640
  typescript: '>=4.8.4 <6.1.0'
2641
2641
 
2642
- typescript-json-schema@0.67.4:
2643
- resolution: {integrity: sha512-BhDCVfwGtPKKt9JOBvh6ocmSbEk7ftx7dpqqIpvGNrjzYcUKm8pnYwKSFfNJwqcp/qNTfZr9sKtVyTxx4V9iRA==}
2642
+ typescript-json-schema@0.68.0:
2643
+ resolution: {integrity: sha512-1X60xXxkZpLAr125Jt5MT9VJTTxT0xfafbjdcbtml26nvpUr2p/P4V34JEXa+ObrHc71W9ksH5pemstY6y+SEw==}
2644
2644
  hasBin: true
2645
2645
 
2646
2646
  typescript@5.9.3:
@@ -2694,11 +2694,6 @@ packages:
2694
2694
  resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==}
2695
2695
  engines: {node: '>=10.12.0'}
2696
2696
 
2697
- vm2@3.11.5:
2698
- resolution: {integrity: sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA==}
2699
- engines: {node: '>=6.0'}
2700
- hasBin: true
2701
-
2702
2697
  walker@1.0.8:
2703
2698
  resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
2704
2699
 
@@ -3006,7 +3001,7 @@ snapshots:
3006
3001
  - supports-color
3007
3002
  - typescript
3008
3003
 
3009
- '@book000/node-utils@1.24.285':
3004
+ '@book000/node-utils@1.24.287':
3010
3005
  dependencies:
3011
3006
  cycle: 1.0.3
3012
3007
  jsonc-parser: 3.3.1
@@ -5900,7 +5895,7 @@ snapshots:
5900
5895
  transitivePeerDependencies:
5901
5896
  - supports-color
5902
5897
 
5903
- typescript-json-schema@0.67.4:
5898
+ typescript-json-schema@0.68.0:
5904
5899
  dependencies:
5905
5900
  '@types/json-schema': 7.0.15
5906
5901
  '@types/node': 24.13.3
@@ -5909,7 +5904,6 @@ snapshots:
5909
5904
  safe-stable-stringify: 2.5.0
5910
5905
  ts-node: 10.9.2(@types/node@24.13.3)(typescript@5.9.3)
5911
5906
  typescript: 5.9.3
5912
- vm2: 3.11.5
5913
5907
  yargs: 18.0.0
5914
5908
  transitivePeerDependencies:
5915
5909
  - '@swc/core'
@@ -5982,11 +5976,6 @@ snapshots:
5982
5976
  '@types/istanbul-lib-coverage': 2.0.6
5983
5977
  convert-source-map: 2.0.0
5984
5978
 
5985
- vm2@3.11.5:
5986
- dependencies:
5987
- acorn: 8.17.0
5988
- acorn-walk: 8.3.5
5989
-
5990
5979
  walker@1.0.8:
5991
5980
  dependencies:
5992
5981
  makeerror: 1.0.12
@@ -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.24.285",
22
+ "@book000/node-utils": "1.24.287",
23
23
  "discord.js": "14.26.5"
24
24
  },
25
25
  "devDependencies": {
@@ -33,7 +33,7 @@
33
33
  "ts-jest": "29.4.11",
34
34
  "tsx": "4.23.1",
35
35
  "typescript": "6.0.3",
36
- "typescript-json-schema": "0.67.4"
36
+ "typescript-json-schema": "0.68.0"
37
37
  },
38
38
  "engines": {
39
39
  "node": "26.5.0"
@@ -9,8 +9,8 @@ importers:
9
9
  .:
10
10
  dependencies:
11
11
  '@book000/node-utils':
12
- specifier: 1.24.285
13
- version: 1.24.285
12
+ specifier: 1.24.287
13
+ version: 1.24.287
14
14
  discord.js:
15
15
  specifier: 14.26.5
16
16
  version: 14.26.5
@@ -46,8 +46,8 @@ importers:
46
46
  specifier: 6.0.3
47
47
  version: 6.0.3
48
48
  typescript-json-schema:
49
- specifier: 0.67.4
50
- version: 0.67.4
49
+ specifier: 0.68.0
50
+ version: 0.68.0
51
51
 
52
52
  packages:
53
53
 
@@ -221,8 +221,8 @@ packages:
221
221
  peerDependencies:
222
222
  eslint: 10.5.0
223
223
 
224
- '@book000/node-utils@1.24.285':
225
- resolution: {integrity: sha512-nhCsslPnFOPTvluVGo2PuCWeLU4GLiYjAJYSu2L7zVewfKNA8zQjV7BpnXbNT95zbKCWs4omln6/EvP2nvcS5w==}
224
+ '@book000/node-utils@1.24.287':
225
+ resolution: {integrity: sha512-dL8WhJuGT6h5l4JXYzrssFmi6OZyu7LdWPl5gVQUM++hU1bR84BwQKOqqQFehNvIXLjSX6o/b1ihET0wM/uU4w==}
226
226
 
227
227
  '@colors/colors@1.6.0':
228
228
  resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -2712,8 +2712,8 @@ packages:
2712
2712
  eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
2713
2713
  typescript: '>=4.8.4 <6.1.0'
2714
2714
 
2715
- typescript-json-schema@0.67.4:
2716
- resolution: {integrity: sha512-BhDCVfwGtPKKt9JOBvh6ocmSbEk7ftx7dpqqIpvGNrjzYcUKm8pnYwKSFfNJwqcp/qNTfZr9sKtVyTxx4V9iRA==}
2715
+ typescript-json-schema@0.68.0:
2716
+ resolution: {integrity: sha512-1X60xXxkZpLAr125Jt5MT9VJTTxT0xfafbjdcbtml26nvpUr2p/P4V34JEXa+ObrHc71W9ksH5pemstY6y+SEw==}
2717
2717
  hasBin: true
2718
2718
 
2719
2719
  typescript@5.9.3:
@@ -2771,11 +2771,6 @@ packages:
2771
2771
  resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==}
2772
2772
  engines: {node: '>=10.12.0'}
2773
2773
 
2774
- vm2@3.11.5:
2775
- resolution: {integrity: sha512-RSrkBiwrj6FRU+QdqNs6KG0XdlvJCjpQ4GXiqmMbrhmwfu5k/XIMpAer0L8f6iuf0uJ3a4T1xJN126Q8yf0VIA==}
2776
- engines: {node: '>=6.0'}
2777
- hasBin: true
2778
-
2779
2774
  walker@1.0.8:
2780
2775
  resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
2781
2776
 
@@ -3095,7 +3090,7 @@ snapshots:
3095
3090
  - supports-color
3096
3091
  - typescript
3097
3092
 
3098
- '@book000/node-utils@1.24.285':
3093
+ '@book000/node-utils@1.24.287':
3099
3094
  dependencies:
3100
3095
  cycle: 1.0.3
3101
3096
  jsonc-parser: 3.3.1
@@ -6083,7 +6078,7 @@ snapshots:
6083
6078
  transitivePeerDependencies:
6084
6079
  - supports-color
6085
6080
 
6086
- typescript-json-schema@0.67.4:
6081
+ typescript-json-schema@0.68.0:
6087
6082
  dependencies:
6088
6083
  '@types/json-schema': 7.0.15
6089
6084
  '@types/node': 24.13.3
@@ -6092,7 +6087,6 @@ snapshots:
6092
6087
  safe-stable-stringify: 2.5.0
6093
6088
  ts-node: 10.9.2(@types/node@24.13.3)(typescript@5.9.3)
6094
6089
  typescript: 5.9.3
6095
- vm2: 3.11.5
6096
6090
  yargs: 18.0.0
6097
6091
  transitivePeerDependencies:
6098
6092
  - '@swc/core'
@@ -6167,11 +6161,6 @@ snapshots:
6167
6161
  '@types/istanbul-lib-coverage': 2.0.6
6168
6162
  convert-source-map: 2.0.0
6169
6163
 
6170
- vm2@3.11.5:
6171
- dependencies:
6172
- acorn: 8.17.0
6173
- acorn-walk: 8.3.5
6174
-
6175
6164
  walker@1.0.8:
6176
6165
  dependencies:
6177
6166
  makeerror: 1.0.12