@book000/create-ts 0.1.100 → 0.1.102

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.100",
3
+ "version": "0.1.102",
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.26",
32
+ "@book000/eslint-config": "1.16.27",
33
33
  "@types/node": "25.9.5",
34
34
  "eslint": "10.8.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.26",
21
+ "@book000/eslint-config": "1.16.27",
22
22
  "@types/jest": "30.0.0",
23
23
  "@types/node": "25.9.5",
24
24
  "eslint": "10.8.0",
@@ -9,8 +9,8 @@ importers:
9
9
  .:
10
10
  devDependencies:
11
11
  '@book000/eslint-config':
12
- specifier: 1.16.26
13
- version: 1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
12
+ specifier: 1.16.27
13
+ version: 1.16.27(eslint@10.8.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.26':
210
- resolution: {integrity: sha512-SB5hzd7fRDa+eK/zAY9JsCY30Ui8dtLzWJQ9Urrap1mDkTJ+mOyhA2QZV8RgHIDNIzTubfhf7xW5XuqAwD64Fg==}
209
+ '@book000/eslint-config@1.16.27':
210
+ resolution: {integrity: sha512-ErQU88JEMWVZuBT8D3YelIPI66M2+cEEtOrsFSfhcfKqy2Et0v33esmHZgLRHOg8NBziwIwwxe5XO7pjIgZJCQ==}
211
211
  peerDependencies:
212
212
  eslint: 10.8.0
213
213
 
@@ -1439,6 +1439,10 @@ packages:
1439
1439
  resolution: {integrity: sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==}
1440
1440
  engines: {node: '>=18'}
1441
1441
 
1442
+ globals@17.9.0:
1443
+ resolution: {integrity: sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==}
1444
+ engines: {node: '>=18'}
1445
+
1442
1446
  globalthis@1.0.4:
1443
1447
  resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
1444
1448
  engines: {node: '>= 0.4'}
@@ -2797,13 +2801,13 @@ snapshots:
2797
2801
 
2798
2802
  '@bcoe/v8-coverage@0.2.3': {}
2799
2803
 
2800
- '@book000/eslint-config@1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
2804
+ '@book000/eslint-config@1.16.27(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
2801
2805
  dependencies:
2802
2806
  '@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
2803
2807
  eslint: 10.8.0(supports-color@8.1.1)
2804
2808
  eslint-config-prettier: 10.1.8(eslint@10.8.0(supports-color@8.1.1))
2805
2809
  eslint-plugin-unicorn: 72.0.0(eslint@10.8.0(supports-color@8.1.1))
2806
- globals: 17.8.0
2810
+ globals: 17.9.0
2807
2811
  neostandard: 0.13.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
2808
2812
  typescript-eslint: 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
2809
2813
  transitivePeerDependencies:
@@ -4250,6 +4254,8 @@ snapshots:
4250
4254
 
4251
4255
  globals@17.8.0: {}
4252
4256
 
4257
+ globals@17.9.0: {}
4258
+
4253
4259
  globalthis@1.0.4:
4254
4260
  dependencies:
4255
4261
  define-properties: 1.2.1
@@ -19,10 +19,10 @@
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.25.25"
22
+ "@book000/node-utils": "1.25.26"
23
23
  },
24
24
  "devDependencies": {
25
- "@book000/eslint-config": "1.16.26",
25
+ "@book000/eslint-config": "1.16.27",
26
26
  "@types/jest": "30.0.0",
27
27
  "@types/node": "25.9.5",
28
28
  "eslint": "10.8.0",
@@ -9,12 +9,12 @@ importers:
9
9
  .:
10
10
  dependencies:
11
11
  '@book000/node-utils':
12
- specifier: 1.25.25
13
- version: 1.25.25(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
12
+ specifier: 1.25.26
13
+ version: 1.25.26(@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.26
17
- version: 1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
16
+ specifier: 1.16.27
17
+ version: 1.16.27(eslint@10.8.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,13 +224,13 @@ packages:
224
224
  '@bcoe/v8-coverage@0.2.3':
225
225
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
226
226
 
227
- '@book000/eslint-config@1.16.26':
228
- resolution: {integrity: sha512-SB5hzd7fRDa+eK/zAY9JsCY30Ui8dtLzWJQ9Urrap1mDkTJ+mOyhA2QZV8RgHIDNIzTubfhf7xW5XuqAwD64Fg==}
227
+ '@book000/eslint-config@1.16.27':
228
+ resolution: {integrity: sha512-ErQU88JEMWVZuBT8D3YelIPI66M2+cEEtOrsFSfhcfKqy2Et0v33esmHZgLRHOg8NBziwIwwxe5XO7pjIgZJCQ==}
229
229
  peerDependencies:
230
230
  eslint: 10.8.0
231
231
 
232
- '@book000/node-utils@1.25.25':
233
- resolution: {integrity: sha512-N1eVJdT48Wm6sBvQndOQiDLsEHrt8iLe1w809V6TGw6bgeMffuUFpU+CcJ/6l2fSpk1aannFGSzcvBhsDPxecA==}
232
+ '@book000/node-utils@1.25.26':
233
+ resolution: {integrity: sha512-Qic4kHjLxoGT56+jpXH8mqGxd3g371lOtYBz9gwNi5Gkqz+iNELeyWZQFa0RwI90OVrik/RnW/DhCHc5XARPCg==}
234
234
 
235
235
  '@colors/colors@1.6.0':
236
236
  resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -1646,6 +1646,10 @@ packages:
1646
1646
  resolution: {integrity: sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==}
1647
1647
  engines: {node: '>=18'}
1648
1648
 
1649
+ globals@17.9.0:
1650
+ resolution: {integrity: sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==}
1651
+ engines: {node: '>=18'}
1652
+
1649
1653
  globalthis@1.0.4:
1650
1654
  resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
1651
1655
  engines: {node: '>= 0.4'}
@@ -3173,20 +3177,20 @@ snapshots:
3173
3177
 
3174
3178
  '@bcoe/v8-coverage@0.2.3': {}
3175
3179
 
3176
- '@book000/eslint-config@1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3180
+ '@book000/eslint-config@1.16.27(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3177
3181
  dependencies:
3178
3182
  '@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3179
3183
  eslint: 10.8.0(supports-color@8.1.1)
3180
3184
  eslint-config-prettier: 10.1.8(eslint@10.8.0(supports-color@8.1.1))
3181
3185
  eslint-plugin-unicorn: 72.0.0(eslint@10.8.0(supports-color@8.1.1))
3182
- globals: 17.8.0
3186
+ globals: 17.9.0
3183
3187
  neostandard: 0.13.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3184
3188
  typescript-eslint: 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3185
3189
  transitivePeerDependencies:
3186
3190
  - supports-color
3187
3191
  - typescript
3188
3192
 
3189
- '@book000/node-utils@1.25.25(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
3193
+ '@book000/node-utils@1.25.26(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
3190
3194
  dependencies:
3191
3195
  '@sentry/node': 10.68.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
3192
3196
  cycle: 1.0.3
@@ -4826,6 +4830,8 @@ snapshots:
4826
4830
 
4827
4831
  globals@17.8.0: {}
4828
4832
 
4833
+ globals@17.9.0: {}
4834
+
4829
4835
  globalthis@1.0.4:
4830
4836
  dependencies:
4831
4837
  define-properties: 1.2.1
@@ -19,11 +19,11 @@
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.25.25",
22
+ "@book000/node-utils": "1.25.26",
23
23
  "discord.js": "14.27.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@book000/eslint-config": "1.16.26",
26
+ "@book000/eslint-config": "1.16.27",
27
27
  "@types/jest": "30.0.0",
28
28
  "@types/node": "25.9.5",
29
29
  "eslint": "10.8.0",
@@ -9,15 +9,15 @@ importers:
9
9
  .:
10
10
  dependencies:
11
11
  '@book000/node-utils':
12
- specifier: 1.25.25
13
- version: 1.25.25(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
12
+ specifier: 1.25.26
13
+ version: 1.25.26(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
14
14
  discord.js:
15
15
  specifier: 14.27.0
16
16
  version: 14.27.0
17
17
  devDependencies:
18
18
  '@book000/eslint-config':
19
- specifier: 1.16.26
20
- version: 1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
19
+ specifier: 1.16.27
20
+ version: 1.16.27(eslint@10.8.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,13 +227,13 @@ packages:
227
227
  '@bcoe/v8-coverage@0.2.3':
228
228
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
229
229
 
230
- '@book000/eslint-config@1.16.26':
231
- resolution: {integrity: sha512-SB5hzd7fRDa+eK/zAY9JsCY30Ui8dtLzWJQ9Urrap1mDkTJ+mOyhA2QZV8RgHIDNIzTubfhf7xW5XuqAwD64Fg==}
230
+ '@book000/eslint-config@1.16.27':
231
+ resolution: {integrity: sha512-ErQU88JEMWVZuBT8D3YelIPI66M2+cEEtOrsFSfhcfKqy2Et0v33esmHZgLRHOg8NBziwIwwxe5XO7pjIgZJCQ==}
232
232
  peerDependencies:
233
233
  eslint: 10.8.0
234
234
 
235
- '@book000/node-utils@1.25.25':
236
- resolution: {integrity: sha512-N1eVJdT48Wm6sBvQndOQiDLsEHrt8iLe1w809V6TGw6bgeMffuUFpU+CcJ/6l2fSpk1aannFGSzcvBhsDPxecA==}
235
+ '@book000/node-utils@1.25.26':
236
+ resolution: {integrity: sha512-Qic4kHjLxoGT56+jpXH8mqGxd3g371lOtYBz9gwNi5Gkqz+iNELeyWZQFa0RwI90OVrik/RnW/DhCHc5XARPCg==}
237
237
 
238
238
  '@colors/colors@1.6.0':
239
239
  resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -1703,6 +1703,10 @@ packages:
1703
1703
  resolution: {integrity: sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==}
1704
1704
  engines: {node: '>=18'}
1705
1705
 
1706
+ globals@17.9.0:
1707
+ resolution: {integrity: sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==}
1708
+ engines: {node: '>=18'}
1709
+
1706
1710
  globalthis@1.0.4:
1707
1711
  resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
1708
1712
  engines: {node: '>= 0.4'}
@@ -3258,20 +3262,20 @@ snapshots:
3258
3262
 
3259
3263
  '@bcoe/v8-coverage@0.2.3': {}
3260
3264
 
3261
- '@book000/eslint-config@1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3265
+ '@book000/eslint-config@1.16.27(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3262
3266
  dependencies:
3263
3267
  '@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3264
3268
  eslint: 10.8.0(supports-color@8.1.1)
3265
3269
  eslint-config-prettier: 10.1.8(eslint@10.8.0(supports-color@8.1.1))
3266
3270
  eslint-plugin-unicorn: 72.0.0(eslint@10.8.0(supports-color@8.1.1))
3267
- globals: 17.8.0
3271
+ globals: 17.9.0
3268
3272
  neostandard: 0.13.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3269
3273
  typescript-eslint: 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3270
3274
  transitivePeerDependencies:
3271
3275
  - supports-color
3272
3276
  - typescript
3273
3277
 
3274
- '@book000/node-utils@1.25.25(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
3278
+ '@book000/node-utils@1.25.26(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)':
3275
3279
  dependencies:
3276
3280
  '@sentry/node': 10.68.0(@opentelemetry/core@2.10.0(@opentelemetry/api@1.9.1))(supports-color@8.1.1)
3277
3281
  cycle: 1.0.3
@@ -4996,6 +5000,8 @@ snapshots:
4996
5000
 
4997
5001
  globals@17.8.0: {}
4998
5002
 
5003
+ globals@17.9.0: {}
5004
+
4999
5005
  globalthis@1.0.4:
5000
5006
  dependencies:
5001
5007
  define-properties: 1.2.1
@@ -22,7 +22,7 @@
22
22
  "fastify": "5.11.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@book000/eslint-config": "1.16.26",
25
+ "@book000/eslint-config": "1.16.27",
26
26
  "@types/jest": "30.0.0",
27
27
  "@types/node": "25.9.5",
28
28
  "eslint": "10.8.0",
@@ -16,8 +16,8 @@ importers:
16
16
  version: 5.11.0
17
17
  devDependencies:
18
18
  '@book000/eslint-config':
19
- specifier: 1.16.26
20
- version: 1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
19
+ specifier: 1.16.27
20
+ version: 1.16.27(eslint@10.8.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.26':
220
- resolution: {integrity: sha512-SB5hzd7fRDa+eK/zAY9JsCY30Ui8dtLzWJQ9Urrap1mDkTJ+mOyhA2QZV8RgHIDNIzTubfhf7xW5XuqAwD64Fg==}
219
+ '@book000/eslint-config@1.16.27':
220
+ resolution: {integrity: sha512-ErQU88JEMWVZuBT8D3YelIPI66M2+cEEtOrsFSfhcfKqy2Et0v33esmHZgLRHOg8NBziwIwwxe5XO7pjIgZJCQ==}
221
221
  peerDependencies:
222
222
  eslint: 10.8.0
223
223
 
@@ -1545,6 +1545,10 @@ packages:
1545
1545
  resolution: {integrity: sha512-Zz/LMDZScFmkakeL2cTHzf+PbWKdpU3uclqkZT7TjDG58j5WPt0PpA+n9uPI24fZtlw07q0OtEi84K+umsRzqQ==}
1546
1546
  engines: {node: '>=18'}
1547
1547
 
1548
+ globals@17.9.0:
1549
+ resolution: {integrity: sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==}
1550
+ engines: {node: '>=18'}
1551
+
1548
1552
  globalthis@1.0.4:
1549
1553
  resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
1550
1554
  engines: {node: '>= 0.4'}
@@ -3023,13 +3027,13 @@ snapshots:
3023
3027
 
3024
3028
  '@bcoe/v8-coverage@0.2.3': {}
3025
3029
 
3026
- '@book000/eslint-config@1.16.26(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3030
+ '@book000/eslint-config@1.16.27(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)':
3027
3031
  dependencies:
3028
3032
  '@typescript-eslint/parser': 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3029
3033
  eslint: 10.8.0(supports-color@8.1.1)
3030
3034
  eslint-config-prettier: 10.1.8(eslint@10.8.0(supports-color@8.1.1))
3031
3035
  eslint-plugin-unicorn: 72.0.0(eslint@10.8.0(supports-color@8.1.1))
3032
- globals: 17.8.0
3036
+ globals: 17.9.0
3033
3037
  neostandard: 0.13.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3034
3038
  typescript-eslint: 8.65.0(eslint@10.8.0(supports-color@8.1.1))(supports-color@8.1.1)(typescript@6.0.3)
3035
3039
  transitivePeerDependencies:
@@ -4591,6 +4595,8 @@ snapshots:
4591
4595
 
4592
4596
  globals@17.8.0: {}
4593
4597
 
4598
+ globals@17.9.0: {}
4599
+
4594
4600
  globalthis@1.0.4:
4595
4601
  dependencies:
4596
4602
  define-properties: 1.2.1