@book000/create-ts 0.1.48 → 0.1.50

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.48",
3
+ "version": "0.1.50",
4
4
  "description": "Create book000-style TypeScript projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@clack/prompts": "1.7.0",
28
28
  "commander": "15.0.0",
29
- "execa": "9.6.1"
29
+ "execa": "10.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@book000/eslint-config": "1.15.3",
@@ -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.290"
22
+ "@book000/node-utils": "1.24.292"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@book000/eslint-config": "1.15.4",
@@ -9,8 +9,8 @@ importers:
9
9
  .:
10
10
  dependencies:
11
11
  '@book000/node-utils':
12
- specifier: 1.24.290
13
- version: 1.24.290
12
+ specifier: 1.24.292
13
+ version: 1.24.292
14
14
  devDependencies:
15
15
  '@book000/eslint-config':
16
16
  specifier: 1.15.4
@@ -218,8 +218,8 @@ packages:
218
218
  peerDependencies:
219
219
  eslint: 10.5.0
220
220
 
221
- '@book000/node-utils@1.24.290':
222
- resolution: {integrity: sha512-ivL30LwoDqzzKS6QOOVsqmKRcQkyFoc7nkZAdsciR9R6+pJMQ9dkogD3nEvt0gqaLRAXptEjk7BHScgQL3UHlg==}
221
+ '@book000/node-utils@1.24.292':
222
+ resolution: {integrity: sha512-ACuNktZ6dOn3nd/z2qZMlMtuIE351plFTZXdnsHZc4mDUhrMdABhnQXeqcLKeebIYQgo+1w7bJepcPLqqIdjEw==}
223
223
 
224
224
  '@colors/colors@1.6.0':
225
225
  resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -3001,7 +3001,7 @@ snapshots:
3001
3001
  - supports-color
3002
3002
  - typescript
3003
3003
 
3004
- '@book000/node-utils@1.24.290':
3004
+ '@book000/node-utils@1.24.292':
3005
3005
  dependencies:
3006
3006
  cycle: 1.0.3
3007
3007
  jsonc-parser: 3.3.1
@@ -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.290",
22
+ "@book000/node-utils": "1.24.292",
23
23
  "discord.js": "14.27.0"
24
24
  },
25
25
  "devDependencies": {
@@ -9,8 +9,8 @@ importers:
9
9
  .:
10
10
  dependencies:
11
11
  '@book000/node-utils':
12
- specifier: 1.24.290
13
- version: 1.24.290
12
+ specifier: 1.24.292
13
+ version: 1.24.292
14
14
  discord.js:
15
15
  specifier: 14.27.0
16
16
  version: 14.27.0
@@ -221,8 +221,8 @@ packages:
221
221
  peerDependencies:
222
222
  eslint: 10.5.0
223
223
 
224
- '@book000/node-utils@1.24.290':
225
- resolution: {integrity: sha512-ivL30LwoDqzzKS6QOOVsqmKRcQkyFoc7nkZAdsciR9R6+pJMQ9dkogD3nEvt0gqaLRAXptEjk7BHScgQL3UHlg==}
224
+ '@book000/node-utils@1.24.292':
225
+ resolution: {integrity: sha512-ACuNktZ6dOn3nd/z2qZMlMtuIE351plFTZXdnsHZc4mDUhrMdABhnQXeqcLKeebIYQgo+1w7bJepcPLqqIdjEw==}
226
226
 
227
227
  '@colors/colors@1.6.0':
228
228
  resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -3094,7 +3094,7 @@ snapshots:
3094
3094
  - supports-color
3095
3095
  - typescript
3096
3096
 
3097
- '@book000/node-utils@1.24.290':
3097
+ '@book000/node-utils@1.24.292':
3098
3098
  dependencies:
3099
3099
  cycle: 1.0.3
3100
3100
  jsonc-parser: 3.3.1