@book000/create-ts 0.1.11 → 0.1.12
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.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "Create book000-style TypeScript projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"eslint": "10.5.0",
|
|
35
35
|
"prettier": "3.8.4",
|
|
36
36
|
"run-z": "2.1.0",
|
|
37
|
-
"tsdown": "0.22.
|
|
37
|
+
"tsdown": "0.22.4",
|
|
38
38
|
"typescript": "6.0.3",
|
|
39
39
|
"vitest": "4.1.9"
|
|
40
40
|
},
|
|
@@ -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.
|
|
22
|
+
"@book000/node-utils": "1.24.274"
|
|
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.
|
|
13
|
-
version: 1.24.
|
|
12
|
+
specifier: 1.24.274
|
|
13
|
+
version: 1.24.274
|
|
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.
|
|
222
|
-
resolution: {integrity: sha512-
|
|
221
|
+
'@book000/node-utils@1.24.274':
|
|
222
|
+
resolution: {integrity: sha512-GLt0OOcYjShe89Nfxa4H8PqKEjlK2ET3dqWxMrYd3l0UhHdlDL0ZK5vzd7RTGY22Ecz6ZUdC7DdC/ldd36s+MA==}
|
|
223
223
|
|
|
224
224
|
'@colors/colors@1.6.0':
|
|
225
225
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -3009,7 +3009,7 @@ snapshots:
|
|
|
3009
3009
|
- supports-color
|
|
3010
3010
|
- typescript
|
|
3011
3011
|
|
|
3012
|
-
'@book000/node-utils@1.24.
|
|
3012
|
+
'@book000/node-utils@1.24.274':
|
|
3013
3013
|
dependencies:
|
|
3014
3014
|
cycle: 1.0.3
|
|
3015
3015
|
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.
|
|
22
|
+
"@book000/node-utils": "1.24.274",
|
|
23
23
|
"discord.js": "14.26.4"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@book000/node-utils':
|
|
12
|
-
specifier: 1.24.
|
|
13
|
-
version: 1.24.
|
|
12
|
+
specifier: 1.24.274
|
|
13
|
+
version: 1.24.274
|
|
14
14
|
discord.js:
|
|
15
15
|
specifier: 14.26.4
|
|
16
16
|
version: 14.26.4
|
|
@@ -221,8 +221,8 @@ packages:
|
|
|
221
221
|
peerDependencies:
|
|
222
222
|
eslint: 10.5.0
|
|
223
223
|
|
|
224
|
-
'@book000/node-utils@1.24.
|
|
225
|
-
resolution: {integrity: sha512-
|
|
224
|
+
'@book000/node-utils@1.24.274':
|
|
225
|
+
resolution: {integrity: sha512-GLt0OOcYjShe89Nfxa4H8PqKEjlK2ET3dqWxMrYd3l0UhHdlDL0ZK5vzd7RTGY22Ecz6ZUdC7DdC/ldd36s+MA==}
|
|
226
226
|
|
|
227
227
|
'@colors/colors@1.6.0':
|
|
228
228
|
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
|
|
@@ -3098,7 +3098,7 @@ snapshots:
|
|
|
3098
3098
|
- supports-color
|
|
3099
3099
|
- typescript
|
|
3100
3100
|
|
|
3101
|
-
'@book000/node-utils@1.24.
|
|
3101
|
+
'@book000/node-utils@1.24.274':
|
|
3102
3102
|
dependencies:
|
|
3103
3103
|
cycle: 1.0.3
|
|
3104
3104
|
jsonc-parser: 3.3.1
|