@storm-software/config-tools 1.133.2 → 1.133.4
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/README.md +1 -2
- package/dist/{chunk-HB72CIXB.js → chunk-7LUIP6PQ.js} +1 -0
- package/dist/{chunk-4I3VB7B4.js → chunk-AX56DLMV.js} +17 -17
- package/dist/{chunk-Z6KGUYVE.js → chunk-AYVEVLX7.js} +10 -10
- package/dist/{chunk-KX62XKXR.mjs → chunk-BDBWBTMW.mjs} +1 -1
- package/dist/{chunk-MW3ECYT3.js → chunk-BQWJSIGF.js} +43 -30
- package/dist/{chunk-4MBJSEBS.js → chunk-CO2NVYPR.js} +4 -4
- package/dist/chunk-DKTC7KUS.mjs +14 -0
- package/dist/{chunk-GORCQQGS.mjs → chunk-GQAPQGTR.mjs} +2 -2
- package/dist/chunk-HQDBPM6Q.mjs +27 -0
- package/dist/{chunk-WSK3J3XQ.mjs → chunk-ITHOTGIJ.mjs} +2 -2
- package/dist/{chunk-5FVCBU6R.mjs → chunk-KN4FWZ5M.mjs} +1 -1
- package/dist/{chunk-KNCWTODF.js → chunk-LNLZS4DW.js} +3 -3
- package/dist/{chunk-MJJ7UOJ7.mjs → chunk-MJS5XRE6.mjs} +1 -0
- package/dist/{chunk-ZJOTERLI.mjs → chunk-OONRDTMT.mjs} +1 -0
- package/dist/{chunk-WLOD7C6O.js → chunk-OQLT27Y3.js} +1 -0
- package/dist/chunk-ORZJN6XC.js +27 -0
- package/dist/{chunk-QQ2ANR5T.js → chunk-PYET3L7X.js} +5 -0
- package/dist/chunk-PYKV5UE3.js +14 -0
- package/dist/chunk-QOJMUMJR.mjs +24 -0
- package/dist/{chunk-I6PX575K.mjs → chunk-QX3BA2JR.mjs} +6 -6
- package/dist/chunk-SEQZA3NM.js +24 -0
- package/dist/chunk-T3JLYD7F.js +70 -0
- package/dist/{chunk-K44Z36LS.js → chunk-UMLKUSGE.js} +9 -9
- package/dist/{chunk-25WKQUCS.js → chunk-UNJVNXY7.js} +5 -5
- package/dist/{chunk-KFTO4V5W.mjs → chunk-VGI5MGGT.mjs} +5 -0
- package/dist/{chunk-XOVQCXWL.mjs → chunk-W4ECC4CX.mjs} +24 -11
- package/dist/{chunk-PPRH5US5.mjs → chunk-XBNEIBQ5.mjs} +1 -1
- package/dist/{chunk-GKEOM3CA.mjs → chunk-ZHN5GXW7.mjs} +2 -2
- package/dist/config-file/get-config-file.d.mts +1 -1
- package/dist/config-file/get-config-file.d.ts +1 -1
- package/dist/config-file/get-config-file.js +13 -10
- package/dist/config-file/get-config-file.mjs +12 -9
- package/dist/config-file/index.d.mts +1 -1
- package/dist/config-file/index.d.ts +1 -1
- package/dist/config-file/index.js +13 -10
- package/dist/config-file/index.mjs +12 -9
- package/dist/create-storm-config.d.mts +1 -1
- package/dist/create-storm-config.d.ts +1 -1
- package/dist/create-storm-config.js +16 -13
- package/dist/create-storm-config.mjs +15 -12
- package/dist/env/get-env.d.mts +1 -1
- package/dist/env/get-env.d.ts +1 -1
- package/dist/env/get-env.js +5 -5
- package/dist/env/get-env.mjs +4 -4
- package/dist/env/index.d.mts +1 -1
- package/dist/env/index.d.ts +1 -1
- package/dist/env/index.js +6 -6
- package/dist/env/index.mjs +5 -5
- package/dist/env/set-env.d.mts +1 -1
- package/dist/env/set-env.d.ts +1 -1
- package/dist/env/set-env.js +4 -4
- package/dist/env/set-env.mjs +3 -3
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +28 -16
- package/dist/index.mjs +28 -16
- package/dist/logger/chalk.d.mts +5 -0
- package/dist/logger/chalk.d.ts +5 -0
- package/dist/logger/chalk.js +2 -2
- package/dist/logger/chalk.mjs +1 -1
- package/dist/logger/console-icons.d.mts +9 -0
- package/dist/logger/console-icons.d.ts +9 -0
- package/dist/logger/console-icons.js +9 -0
- package/dist/logger/console-icons.mjs +9 -0
- package/dist/logger/console.d.mts +1 -1
- package/dist/logger/console.d.ts +1 -1
- package/dist/logger/console.js +10 -7
- package/dist/logger/console.mjs +9 -6
- package/dist/logger/format-timestamp.d.mts +9 -0
- package/dist/logger/format-timestamp.d.ts +9 -0
- package/dist/logger/format-timestamp.js +7 -0
- package/dist/logger/format-timestamp.mjs +7 -0
- package/dist/logger/get-log-level.d.mts +1 -1
- package/dist/logger/get-log-level.d.ts +1 -1
- package/dist/logger/get-log-level.js +3 -3
- package/dist/logger/get-log-level.mjs +2 -2
- package/dist/logger/index.d.mts +4 -1
- package/dist/logger/index.d.ts +4 -1
- package/dist/logger/index.js +20 -8
- package/dist/logger/index.mjs +19 -7
- package/dist/logger/is-unicode-supported.d.mts +3 -0
- package/dist/logger/is-unicode-supported.d.ts +3 -0
- package/dist/logger/is-unicode-supported.js +7 -0
- package/dist/logger/is-unicode-supported.mjs +7 -0
- package/dist/{types-DGWqy1xb.d.mts → types-CN4ccKlk.d.mts} +67 -67
- package/dist/{types-DGWqy1xb.d.ts → types-CN4ccKlk.d.ts} +67 -67
- package/dist/types.d.mts +3 -2
- package/dist/types.d.ts +3 -2
- package/dist/types.js +2 -2
- package/dist/types.mjs +1 -1
- package/dist/utilities/apply-workspace-tokens.d.mts +1 -1
- package/dist/utilities/apply-workspace-tokens.d.ts +1 -1
- package/dist/utilities/get-default-config.d.mts +1 -1
- package/dist/utilities/get-default-config.d.ts +1 -1
- package/dist/utilities/get-default-config.js +3 -3
- package/dist/utilities/get-default-config.mjs +2 -2
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.d.ts +1 -1
- package/dist/utilities/index.js +15 -12
- package/dist/utilities/index.mjs +14 -11
- package/dist/utilities/process-handler.d.mts +1 -1
- package/dist/utilities/process-handler.d.ts +1 -1
- package/dist/utilities/process-handler.js +11 -8
- package/dist/utilities/process-handler.mjs +10 -7
- package/dist/utilities/run.d.mts +1 -1
- package/dist/utilities/run.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-RAXO3D6D.js +0 -70
- /package/dist/{chunk-OHHQHME7.js → chunk-H2652TPM.js} +0 -0
- /package/dist/{chunk-QNMM2MLO.mjs → chunk-R2YPKFGO.mjs} +0 -0
|
@@ -19,12 +19,12 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
19
19
|
positive: z.ZodDefault<z.ZodString>;
|
|
20
20
|
negative: z.ZodDefault<z.ZodString>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
+
success: string;
|
|
22
23
|
info: string;
|
|
23
24
|
dark: string;
|
|
24
25
|
light: string;
|
|
25
26
|
brand: string;
|
|
26
27
|
help: string;
|
|
27
|
-
success: string;
|
|
28
28
|
warning: string;
|
|
29
29
|
danger: string;
|
|
30
30
|
positive: string;
|
|
@@ -35,6 +35,7 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
35
35
|
link?: string | undefined;
|
|
36
36
|
}, {
|
|
37
37
|
fatal?: string | undefined;
|
|
38
|
+
success?: string | undefined;
|
|
38
39
|
info?: string | undefined;
|
|
39
40
|
dark?: string | undefined;
|
|
40
41
|
light?: string | undefined;
|
|
@@ -43,7 +44,6 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
43
44
|
accent?: string | undefined;
|
|
44
45
|
link?: string | undefined;
|
|
45
46
|
help?: string | undefined;
|
|
46
|
-
success?: string | undefined;
|
|
47
47
|
warning?: string | undefined;
|
|
48
48
|
danger?: string | undefined;
|
|
49
49
|
positive?: string | undefined;
|
|
@@ -65,10 +65,10 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
65
65
|
positive: z.ZodDefault<z.ZodString>;
|
|
66
66
|
negative: z.ZodDefault<z.ZodString>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
+
success: string;
|
|
68
69
|
info: string;
|
|
69
70
|
brand: string;
|
|
70
71
|
help: string;
|
|
71
|
-
success: string;
|
|
72
72
|
warning: string;
|
|
73
73
|
danger: string;
|
|
74
74
|
positive: string;
|
|
@@ -81,13 +81,13 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
81
81
|
link?: string | undefined;
|
|
82
82
|
}, {
|
|
83
83
|
fatal?: string | undefined;
|
|
84
|
+
success?: string | undefined;
|
|
84
85
|
info?: string | undefined;
|
|
85
86
|
brand?: string | undefined;
|
|
86
87
|
alternate?: string | undefined;
|
|
87
88
|
accent?: string | undefined;
|
|
88
89
|
link?: string | undefined;
|
|
89
90
|
help?: string | undefined;
|
|
90
|
-
success?: string | undefined;
|
|
91
91
|
warning?: string | undefined;
|
|
92
92
|
danger?: string | undefined;
|
|
93
93
|
positive?: string | undefined;
|
|
@@ -111,10 +111,10 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
111
111
|
positive: z.ZodDefault<z.ZodString>;
|
|
112
112
|
negative: z.ZodDefault<z.ZodString>;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
|
+
success: string;
|
|
114
115
|
info: string;
|
|
115
116
|
brand: string;
|
|
116
117
|
help: string;
|
|
117
|
-
success: string;
|
|
118
118
|
warning: string;
|
|
119
119
|
danger: string;
|
|
120
120
|
positive: string;
|
|
@@ -127,13 +127,13 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
127
127
|
link?: string | undefined;
|
|
128
128
|
}, {
|
|
129
129
|
fatal?: string | undefined;
|
|
130
|
+
success?: string | undefined;
|
|
130
131
|
info?: string | undefined;
|
|
131
132
|
brand?: string | undefined;
|
|
132
133
|
alternate?: string | undefined;
|
|
133
134
|
accent?: string | undefined;
|
|
134
135
|
link?: string | undefined;
|
|
135
136
|
help?: string | undefined;
|
|
136
|
-
success?: string | undefined;
|
|
137
137
|
warning?: string | undefined;
|
|
138
138
|
danger?: string | undefined;
|
|
139
139
|
positive?: string | undefined;
|
|
@@ -143,10 +143,10 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
143
143
|
}>;
|
|
144
144
|
}, "strip", z.ZodTypeAny, {
|
|
145
145
|
dark: {
|
|
146
|
+
success: string;
|
|
146
147
|
info: string;
|
|
147
148
|
brand: string;
|
|
148
149
|
help: string;
|
|
149
|
-
success: string;
|
|
150
150
|
warning: string;
|
|
151
151
|
danger: string;
|
|
152
152
|
positive: string;
|
|
@@ -159,10 +159,10 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
159
159
|
link?: string | undefined;
|
|
160
160
|
};
|
|
161
161
|
light: {
|
|
162
|
+
success: string;
|
|
162
163
|
info: string;
|
|
163
164
|
brand: string;
|
|
164
165
|
help: string;
|
|
165
|
-
success: string;
|
|
166
166
|
warning: string;
|
|
167
167
|
danger: string;
|
|
168
168
|
positive: string;
|
|
@@ -177,13 +177,13 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
177
177
|
}, {
|
|
178
178
|
dark: {
|
|
179
179
|
fatal?: string | undefined;
|
|
180
|
+
success?: string | undefined;
|
|
180
181
|
info?: string | undefined;
|
|
181
182
|
brand?: string | undefined;
|
|
182
183
|
alternate?: string | undefined;
|
|
183
184
|
accent?: string | undefined;
|
|
184
185
|
link?: string | undefined;
|
|
185
186
|
help?: string | undefined;
|
|
186
|
-
success?: string | undefined;
|
|
187
187
|
warning?: string | undefined;
|
|
188
188
|
danger?: string | undefined;
|
|
189
189
|
positive?: string | undefined;
|
|
@@ -193,13 +193,13 @@ declare const ColorConfigSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
193
193
|
};
|
|
194
194
|
light: {
|
|
195
195
|
fatal?: string | undefined;
|
|
196
|
+
success?: string | undefined;
|
|
196
197
|
info?: string | undefined;
|
|
197
198
|
brand?: string | undefined;
|
|
198
199
|
alternate?: string | undefined;
|
|
199
200
|
accent?: string | undefined;
|
|
200
201
|
link?: string | undefined;
|
|
201
202
|
help?: string | undefined;
|
|
202
|
-
success?: string | undefined;
|
|
203
203
|
warning?: string | undefined;
|
|
204
204
|
danger?: string | undefined;
|
|
205
205
|
positive?: string | undefined;
|
|
@@ -264,7 +264,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
264
264
|
packageManager: z.ZodDefault<z.ZodEnum<["npm", "yarn", "pnpm", "bun"]>>;
|
|
265
265
|
timezone: z.ZodDefault<z.ZodString>;
|
|
266
266
|
locale: z.ZodDefault<z.ZodString>;
|
|
267
|
-
logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "info", "debug", "trace", "all"]>>;
|
|
267
|
+
logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "success", "info", "debug", "trace", "all"]>>;
|
|
268
268
|
registry: z.ZodDefault<z.ZodObject<{
|
|
269
269
|
github: z.ZodOptional<z.ZodString>;
|
|
270
270
|
npm: z.ZodOptional<z.ZodString>;
|
|
@@ -301,12 +301,12 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
301
301
|
positive: z.ZodDefault<z.ZodString>;
|
|
302
302
|
negative: z.ZodDefault<z.ZodString>;
|
|
303
303
|
}, "strip", z.ZodTypeAny, {
|
|
304
|
+
success: string;
|
|
304
305
|
info: string;
|
|
305
306
|
dark: string;
|
|
306
307
|
light: string;
|
|
307
308
|
brand: string;
|
|
308
309
|
help: string;
|
|
309
|
-
success: string;
|
|
310
310
|
warning: string;
|
|
311
311
|
danger: string;
|
|
312
312
|
positive: string;
|
|
@@ -317,6 +317,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
317
317
|
link?: string | undefined;
|
|
318
318
|
}, {
|
|
319
319
|
fatal?: string | undefined;
|
|
320
|
+
success?: string | undefined;
|
|
320
321
|
info?: string | undefined;
|
|
321
322
|
dark?: string | undefined;
|
|
322
323
|
light?: string | undefined;
|
|
@@ -325,7 +326,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
325
326
|
accent?: string | undefined;
|
|
326
327
|
link?: string | undefined;
|
|
327
328
|
help?: string | undefined;
|
|
328
|
-
success?: string | undefined;
|
|
329
329
|
warning?: string | undefined;
|
|
330
330
|
danger?: string | undefined;
|
|
331
331
|
positive?: string | undefined;
|
|
@@ -347,10 +347,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
347
347
|
positive: z.ZodDefault<z.ZodString>;
|
|
348
348
|
negative: z.ZodDefault<z.ZodString>;
|
|
349
349
|
}, "strip", z.ZodTypeAny, {
|
|
350
|
+
success: string;
|
|
350
351
|
info: string;
|
|
351
352
|
brand: string;
|
|
352
353
|
help: string;
|
|
353
|
-
success: string;
|
|
354
354
|
warning: string;
|
|
355
355
|
danger: string;
|
|
356
356
|
positive: string;
|
|
@@ -363,13 +363,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
363
363
|
link?: string | undefined;
|
|
364
364
|
}, {
|
|
365
365
|
fatal?: string | undefined;
|
|
366
|
+
success?: string | undefined;
|
|
366
367
|
info?: string | undefined;
|
|
367
368
|
brand?: string | undefined;
|
|
368
369
|
alternate?: string | undefined;
|
|
369
370
|
accent?: string | undefined;
|
|
370
371
|
link?: string | undefined;
|
|
371
372
|
help?: string | undefined;
|
|
372
|
-
success?: string | undefined;
|
|
373
373
|
warning?: string | undefined;
|
|
374
374
|
danger?: string | undefined;
|
|
375
375
|
positive?: string | undefined;
|
|
@@ -393,10 +393,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
393
393
|
positive: z.ZodDefault<z.ZodString>;
|
|
394
394
|
negative: z.ZodDefault<z.ZodString>;
|
|
395
395
|
}, "strip", z.ZodTypeAny, {
|
|
396
|
+
success: string;
|
|
396
397
|
info: string;
|
|
397
398
|
brand: string;
|
|
398
399
|
help: string;
|
|
399
|
-
success: string;
|
|
400
400
|
warning: string;
|
|
401
401
|
danger: string;
|
|
402
402
|
positive: string;
|
|
@@ -409,13 +409,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
409
409
|
link?: string | undefined;
|
|
410
410
|
}, {
|
|
411
411
|
fatal?: string | undefined;
|
|
412
|
+
success?: string | undefined;
|
|
412
413
|
info?: string | undefined;
|
|
413
414
|
brand?: string | undefined;
|
|
414
415
|
alternate?: string | undefined;
|
|
415
416
|
accent?: string | undefined;
|
|
416
417
|
link?: string | undefined;
|
|
417
418
|
help?: string | undefined;
|
|
418
|
-
success?: string | undefined;
|
|
419
419
|
warning?: string | undefined;
|
|
420
420
|
danger?: string | undefined;
|
|
421
421
|
positive?: string | undefined;
|
|
@@ -425,10 +425,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
425
425
|
}>;
|
|
426
426
|
}, "strip", z.ZodTypeAny, {
|
|
427
427
|
dark: {
|
|
428
|
+
success: string;
|
|
428
429
|
info: string;
|
|
429
430
|
brand: string;
|
|
430
431
|
help: string;
|
|
431
|
-
success: string;
|
|
432
432
|
warning: string;
|
|
433
433
|
danger: string;
|
|
434
434
|
positive: string;
|
|
@@ -441,10 +441,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
441
441
|
link?: string | undefined;
|
|
442
442
|
};
|
|
443
443
|
light: {
|
|
444
|
+
success: string;
|
|
444
445
|
info: string;
|
|
445
446
|
brand: string;
|
|
446
447
|
help: string;
|
|
447
|
-
success: string;
|
|
448
448
|
warning: string;
|
|
449
449
|
danger: string;
|
|
450
450
|
positive: string;
|
|
@@ -459,13 +459,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
459
459
|
}, {
|
|
460
460
|
dark: {
|
|
461
461
|
fatal?: string | undefined;
|
|
462
|
+
success?: string | undefined;
|
|
462
463
|
info?: string | undefined;
|
|
463
464
|
brand?: string | undefined;
|
|
464
465
|
alternate?: string | undefined;
|
|
465
466
|
accent?: string | undefined;
|
|
466
467
|
link?: string | undefined;
|
|
467
468
|
help?: string | undefined;
|
|
468
|
-
success?: string | undefined;
|
|
469
469
|
warning?: string | undefined;
|
|
470
470
|
danger?: string | undefined;
|
|
471
471
|
positive?: string | undefined;
|
|
@@ -475,13 +475,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
475
475
|
};
|
|
476
476
|
light: {
|
|
477
477
|
fatal?: string | undefined;
|
|
478
|
+
success?: string | undefined;
|
|
478
479
|
info?: string | undefined;
|
|
479
480
|
brand?: string | undefined;
|
|
480
481
|
alternate?: string | undefined;
|
|
481
482
|
accent?: string | undefined;
|
|
482
483
|
link?: string | undefined;
|
|
483
484
|
help?: string | undefined;
|
|
484
|
-
success?: string | undefined;
|
|
485
485
|
warning?: string | undefined;
|
|
486
486
|
danger?: string | undefined;
|
|
487
487
|
positive?: string | undefined;
|
|
@@ -506,12 +506,12 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
506
506
|
positive: z.ZodDefault<z.ZodString>;
|
|
507
507
|
negative: z.ZodDefault<z.ZodString>;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
|
+
success: string;
|
|
509
510
|
info: string;
|
|
510
511
|
dark: string;
|
|
511
512
|
light: string;
|
|
512
513
|
brand: string;
|
|
513
514
|
help: string;
|
|
514
|
-
success: string;
|
|
515
515
|
warning: string;
|
|
516
516
|
danger: string;
|
|
517
517
|
positive: string;
|
|
@@ -522,6 +522,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
522
522
|
link?: string | undefined;
|
|
523
523
|
}, {
|
|
524
524
|
fatal?: string | undefined;
|
|
525
|
+
success?: string | undefined;
|
|
525
526
|
info?: string | undefined;
|
|
526
527
|
dark?: string | undefined;
|
|
527
528
|
light?: string | undefined;
|
|
@@ -530,7 +531,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
530
531
|
accent?: string | undefined;
|
|
531
532
|
link?: string | undefined;
|
|
532
533
|
help?: string | undefined;
|
|
533
|
-
success?: string | undefined;
|
|
534
534
|
warning?: string | undefined;
|
|
535
535
|
danger?: string | undefined;
|
|
536
536
|
positive?: string | undefined;
|
|
@@ -552,10 +552,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
552
552
|
positive: z.ZodDefault<z.ZodString>;
|
|
553
553
|
negative: z.ZodDefault<z.ZodString>;
|
|
554
554
|
}, "strip", z.ZodTypeAny, {
|
|
555
|
+
success: string;
|
|
555
556
|
info: string;
|
|
556
557
|
brand: string;
|
|
557
558
|
help: string;
|
|
558
|
-
success: string;
|
|
559
559
|
warning: string;
|
|
560
560
|
danger: string;
|
|
561
561
|
positive: string;
|
|
@@ -568,13 +568,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
568
568
|
link?: string | undefined;
|
|
569
569
|
}, {
|
|
570
570
|
fatal?: string | undefined;
|
|
571
|
+
success?: string | undefined;
|
|
571
572
|
info?: string | undefined;
|
|
572
573
|
brand?: string | undefined;
|
|
573
574
|
alternate?: string | undefined;
|
|
574
575
|
accent?: string | undefined;
|
|
575
576
|
link?: string | undefined;
|
|
576
577
|
help?: string | undefined;
|
|
577
|
-
success?: string | undefined;
|
|
578
578
|
warning?: string | undefined;
|
|
579
579
|
danger?: string | undefined;
|
|
580
580
|
positive?: string | undefined;
|
|
@@ -598,10 +598,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
598
598
|
positive: z.ZodDefault<z.ZodString>;
|
|
599
599
|
negative: z.ZodDefault<z.ZodString>;
|
|
600
600
|
}, "strip", z.ZodTypeAny, {
|
|
601
|
+
success: string;
|
|
601
602
|
info: string;
|
|
602
603
|
brand: string;
|
|
603
604
|
help: string;
|
|
604
|
-
success: string;
|
|
605
605
|
warning: string;
|
|
606
606
|
danger: string;
|
|
607
607
|
positive: string;
|
|
@@ -614,13 +614,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
614
614
|
link?: string | undefined;
|
|
615
615
|
}, {
|
|
616
616
|
fatal?: string | undefined;
|
|
617
|
+
success?: string | undefined;
|
|
617
618
|
info?: string | undefined;
|
|
618
619
|
brand?: string | undefined;
|
|
619
620
|
alternate?: string | undefined;
|
|
620
621
|
accent?: string | undefined;
|
|
621
622
|
link?: string | undefined;
|
|
622
623
|
help?: string | undefined;
|
|
623
|
-
success?: string | undefined;
|
|
624
624
|
warning?: string | undefined;
|
|
625
625
|
danger?: string | undefined;
|
|
626
626
|
positive?: string | undefined;
|
|
@@ -630,10 +630,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
630
630
|
}>;
|
|
631
631
|
}, "strip", z.ZodTypeAny, {
|
|
632
632
|
dark: {
|
|
633
|
+
success: string;
|
|
633
634
|
info: string;
|
|
634
635
|
brand: string;
|
|
635
636
|
help: string;
|
|
636
|
-
success: string;
|
|
637
637
|
warning: string;
|
|
638
638
|
danger: string;
|
|
639
639
|
positive: string;
|
|
@@ -646,10 +646,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
646
646
|
link?: string | undefined;
|
|
647
647
|
};
|
|
648
648
|
light: {
|
|
649
|
+
success: string;
|
|
649
650
|
info: string;
|
|
650
651
|
brand: string;
|
|
651
652
|
help: string;
|
|
652
|
-
success: string;
|
|
653
653
|
warning: string;
|
|
654
654
|
danger: string;
|
|
655
655
|
positive: string;
|
|
@@ -664,13 +664,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
664
664
|
}, {
|
|
665
665
|
dark: {
|
|
666
666
|
fatal?: string | undefined;
|
|
667
|
+
success?: string | undefined;
|
|
667
668
|
info?: string | undefined;
|
|
668
669
|
brand?: string | undefined;
|
|
669
670
|
alternate?: string | undefined;
|
|
670
671
|
accent?: string | undefined;
|
|
671
672
|
link?: string | undefined;
|
|
672
673
|
help?: string | undefined;
|
|
673
|
-
success?: string | undefined;
|
|
674
674
|
warning?: string | undefined;
|
|
675
675
|
danger?: string | undefined;
|
|
676
676
|
positive?: string | undefined;
|
|
@@ -680,13 +680,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
680
680
|
};
|
|
681
681
|
light: {
|
|
682
682
|
fatal?: string | undefined;
|
|
683
|
+
success?: string | undefined;
|
|
683
684
|
info?: string | undefined;
|
|
684
685
|
brand?: string | undefined;
|
|
685
686
|
alternate?: string | undefined;
|
|
686
687
|
accent?: string | undefined;
|
|
687
688
|
link?: string | undefined;
|
|
688
689
|
help?: string | undefined;
|
|
689
|
-
success?: string | undefined;
|
|
690
690
|
warning?: string | undefined;
|
|
691
691
|
danger?: string | undefined;
|
|
692
692
|
positive?: string | undefined;
|
|
@@ -697,12 +697,12 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
697
697
|
}>]>;
|
|
698
698
|
}, "strip", z.ZodTypeAny, {
|
|
699
699
|
base: {
|
|
700
|
+
success: string;
|
|
700
701
|
info: string;
|
|
701
702
|
dark: string;
|
|
702
703
|
light: string;
|
|
703
704
|
brand: string;
|
|
704
705
|
help: string;
|
|
705
|
-
success: string;
|
|
706
706
|
warning: string;
|
|
707
707
|
danger: string;
|
|
708
708
|
positive: string;
|
|
@@ -713,10 +713,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
713
713
|
link?: string | undefined;
|
|
714
714
|
} | {
|
|
715
715
|
dark: {
|
|
716
|
+
success: string;
|
|
716
717
|
info: string;
|
|
717
718
|
brand: string;
|
|
718
719
|
help: string;
|
|
719
|
-
success: string;
|
|
720
720
|
warning: string;
|
|
721
721
|
danger: string;
|
|
722
722
|
positive: string;
|
|
@@ -729,10 +729,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
729
729
|
link?: string | undefined;
|
|
730
730
|
};
|
|
731
731
|
light: {
|
|
732
|
+
success: string;
|
|
732
733
|
info: string;
|
|
733
734
|
brand: string;
|
|
734
735
|
help: string;
|
|
735
|
-
success: string;
|
|
736
736
|
warning: string;
|
|
737
737
|
danger: string;
|
|
738
738
|
positive: string;
|
|
@@ -748,6 +748,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
748
748
|
}, {
|
|
749
749
|
base: {
|
|
750
750
|
fatal?: string | undefined;
|
|
751
|
+
success?: string | undefined;
|
|
751
752
|
info?: string | undefined;
|
|
752
753
|
dark?: string | undefined;
|
|
753
754
|
light?: string | undefined;
|
|
@@ -756,7 +757,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
756
757
|
accent?: string | undefined;
|
|
757
758
|
link?: string | undefined;
|
|
758
759
|
help?: string | undefined;
|
|
759
|
-
success?: string | undefined;
|
|
760
760
|
warning?: string | undefined;
|
|
761
761
|
danger?: string | undefined;
|
|
762
762
|
positive?: string | undefined;
|
|
@@ -764,13 +764,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
764
764
|
} | {
|
|
765
765
|
dark: {
|
|
766
766
|
fatal?: string | undefined;
|
|
767
|
+
success?: string | undefined;
|
|
767
768
|
info?: string | undefined;
|
|
768
769
|
brand?: string | undefined;
|
|
769
770
|
alternate?: string | undefined;
|
|
770
771
|
accent?: string | undefined;
|
|
771
772
|
link?: string | undefined;
|
|
772
773
|
help?: string | undefined;
|
|
773
|
-
success?: string | undefined;
|
|
774
774
|
warning?: string | undefined;
|
|
775
775
|
danger?: string | undefined;
|
|
776
776
|
positive?: string | undefined;
|
|
@@ -780,13 +780,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
780
780
|
};
|
|
781
781
|
light: {
|
|
782
782
|
fatal?: string | undefined;
|
|
783
|
+
success?: string | undefined;
|
|
783
784
|
info?: string | undefined;
|
|
784
785
|
brand?: string | undefined;
|
|
785
786
|
alternate?: string | undefined;
|
|
786
787
|
accent?: string | undefined;
|
|
787
788
|
link?: string | undefined;
|
|
788
789
|
help?: string | undefined;
|
|
789
|
-
success?: string | undefined;
|
|
790
790
|
warning?: string | undefined;
|
|
791
791
|
danger?: string | undefined;
|
|
792
792
|
positive?: string | undefined;
|
|
@@ -811,12 +811,12 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
811
811
|
positive: z.ZodDefault<z.ZodString>;
|
|
812
812
|
negative: z.ZodDefault<z.ZodString>;
|
|
813
813
|
}, "strip", z.ZodTypeAny, {
|
|
814
|
+
success: string;
|
|
814
815
|
info: string;
|
|
815
816
|
dark: string;
|
|
816
817
|
light: string;
|
|
817
818
|
brand: string;
|
|
818
819
|
help: string;
|
|
819
|
-
success: string;
|
|
820
820
|
warning: string;
|
|
821
821
|
danger: string;
|
|
822
822
|
positive: string;
|
|
@@ -827,6 +827,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
827
827
|
link?: string | undefined;
|
|
828
828
|
}, {
|
|
829
829
|
fatal?: string | undefined;
|
|
830
|
+
success?: string | undefined;
|
|
830
831
|
info?: string | undefined;
|
|
831
832
|
dark?: string | undefined;
|
|
832
833
|
light?: string | undefined;
|
|
@@ -835,7 +836,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
835
836
|
accent?: string | undefined;
|
|
836
837
|
link?: string | undefined;
|
|
837
838
|
help?: string | undefined;
|
|
838
|
-
success?: string | undefined;
|
|
839
839
|
warning?: string | undefined;
|
|
840
840
|
danger?: string | undefined;
|
|
841
841
|
positive?: string | undefined;
|
|
@@ -857,10 +857,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
857
857
|
positive: z.ZodDefault<z.ZodString>;
|
|
858
858
|
negative: z.ZodDefault<z.ZodString>;
|
|
859
859
|
}, "strip", z.ZodTypeAny, {
|
|
860
|
+
success: string;
|
|
860
861
|
info: string;
|
|
861
862
|
brand: string;
|
|
862
863
|
help: string;
|
|
863
|
-
success: string;
|
|
864
864
|
warning: string;
|
|
865
865
|
danger: string;
|
|
866
866
|
positive: string;
|
|
@@ -873,13 +873,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
873
873
|
link?: string | undefined;
|
|
874
874
|
}, {
|
|
875
875
|
fatal?: string | undefined;
|
|
876
|
+
success?: string | undefined;
|
|
876
877
|
info?: string | undefined;
|
|
877
878
|
brand?: string | undefined;
|
|
878
879
|
alternate?: string | undefined;
|
|
879
880
|
accent?: string | undefined;
|
|
880
881
|
link?: string | undefined;
|
|
881
882
|
help?: string | undefined;
|
|
882
|
-
success?: string | undefined;
|
|
883
883
|
warning?: string | undefined;
|
|
884
884
|
danger?: string | undefined;
|
|
885
885
|
positive?: string | undefined;
|
|
@@ -903,10 +903,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
903
903
|
positive: z.ZodDefault<z.ZodString>;
|
|
904
904
|
negative: z.ZodDefault<z.ZodString>;
|
|
905
905
|
}, "strip", z.ZodTypeAny, {
|
|
906
|
+
success: string;
|
|
906
907
|
info: string;
|
|
907
908
|
brand: string;
|
|
908
909
|
help: string;
|
|
909
|
-
success: string;
|
|
910
910
|
warning: string;
|
|
911
911
|
danger: string;
|
|
912
912
|
positive: string;
|
|
@@ -919,13 +919,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
919
919
|
link?: string | undefined;
|
|
920
920
|
}, {
|
|
921
921
|
fatal?: string | undefined;
|
|
922
|
+
success?: string | undefined;
|
|
922
923
|
info?: string | undefined;
|
|
923
924
|
brand?: string | undefined;
|
|
924
925
|
alternate?: string | undefined;
|
|
925
926
|
accent?: string | undefined;
|
|
926
927
|
link?: string | undefined;
|
|
927
928
|
help?: string | undefined;
|
|
928
|
-
success?: string | undefined;
|
|
929
929
|
warning?: string | undefined;
|
|
930
930
|
danger?: string | undefined;
|
|
931
931
|
positive?: string | undefined;
|
|
@@ -935,10 +935,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
935
935
|
}>;
|
|
936
936
|
}, "strip", z.ZodTypeAny, {
|
|
937
937
|
dark: {
|
|
938
|
+
success: string;
|
|
938
939
|
info: string;
|
|
939
940
|
brand: string;
|
|
940
941
|
help: string;
|
|
941
|
-
success: string;
|
|
942
942
|
warning: string;
|
|
943
943
|
danger: string;
|
|
944
944
|
positive: string;
|
|
@@ -951,10 +951,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
951
951
|
link?: string | undefined;
|
|
952
952
|
};
|
|
953
953
|
light: {
|
|
954
|
+
success: string;
|
|
954
955
|
info: string;
|
|
955
956
|
brand: string;
|
|
956
957
|
help: string;
|
|
957
|
-
success: string;
|
|
958
958
|
warning: string;
|
|
959
959
|
danger: string;
|
|
960
960
|
positive: string;
|
|
@@ -969,13 +969,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
969
969
|
}, {
|
|
970
970
|
dark: {
|
|
971
971
|
fatal?: string | undefined;
|
|
972
|
+
success?: string | undefined;
|
|
972
973
|
info?: string | undefined;
|
|
973
974
|
brand?: string | undefined;
|
|
974
975
|
alternate?: string | undefined;
|
|
975
976
|
accent?: string | undefined;
|
|
976
977
|
link?: string | undefined;
|
|
977
978
|
help?: string | undefined;
|
|
978
|
-
success?: string | undefined;
|
|
979
979
|
warning?: string | undefined;
|
|
980
980
|
danger?: string | undefined;
|
|
981
981
|
positive?: string | undefined;
|
|
@@ -985,13 +985,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
985
985
|
};
|
|
986
986
|
light: {
|
|
987
987
|
fatal?: string | undefined;
|
|
988
|
+
success?: string | undefined;
|
|
988
989
|
info?: string | undefined;
|
|
989
990
|
brand?: string | undefined;
|
|
990
991
|
alternate?: string | undefined;
|
|
991
992
|
accent?: string | undefined;
|
|
992
993
|
link?: string | undefined;
|
|
993
994
|
help?: string | undefined;
|
|
994
|
-
success?: string | undefined;
|
|
995
995
|
warning?: string | undefined;
|
|
996
996
|
danger?: string | undefined;
|
|
997
997
|
positive?: string | undefined;
|
|
@@ -1028,7 +1028,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1028
1028
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
1029
1029
|
timezone: string;
|
|
1030
1030
|
locale: string;
|
|
1031
|
-
logLevel: "silent" | "fatal" | "error" | "warn" | "info" | "debug" | "trace" | "all";
|
|
1031
|
+
logLevel: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
1032
1032
|
registry: {
|
|
1033
1033
|
npm?: string | undefined;
|
|
1034
1034
|
github?: string | undefined;
|
|
@@ -1038,12 +1038,12 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1038
1038
|
};
|
|
1039
1039
|
configFile: string | null;
|
|
1040
1040
|
colors: {
|
|
1041
|
+
success: string;
|
|
1041
1042
|
info: string;
|
|
1042
1043
|
dark: string;
|
|
1043
1044
|
light: string;
|
|
1044
1045
|
brand: string;
|
|
1045
1046
|
help: string;
|
|
1046
|
-
success: string;
|
|
1047
1047
|
warning: string;
|
|
1048
1048
|
danger: string;
|
|
1049
1049
|
positive: string;
|
|
@@ -1054,10 +1054,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1054
1054
|
link?: string | undefined;
|
|
1055
1055
|
} | {
|
|
1056
1056
|
dark: {
|
|
1057
|
+
success: string;
|
|
1057
1058
|
info: string;
|
|
1058
1059
|
brand: string;
|
|
1059
1060
|
help: string;
|
|
1060
|
-
success: string;
|
|
1061
1061
|
warning: string;
|
|
1062
1062
|
danger: string;
|
|
1063
1063
|
positive: string;
|
|
@@ -1070,10 +1070,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1070
1070
|
link?: string | undefined;
|
|
1071
1071
|
};
|
|
1072
1072
|
light: {
|
|
1073
|
+
success: string;
|
|
1073
1074
|
info: string;
|
|
1074
1075
|
brand: string;
|
|
1075
1076
|
help: string;
|
|
1076
|
-
success: string;
|
|
1077
1077
|
warning: string;
|
|
1078
1078
|
danger: string;
|
|
1079
1079
|
positive: string;
|
|
@@ -1087,12 +1087,12 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1087
1087
|
};
|
|
1088
1088
|
} | {
|
|
1089
1089
|
base: {
|
|
1090
|
+
success: string;
|
|
1090
1091
|
info: string;
|
|
1091
1092
|
dark: string;
|
|
1092
1093
|
light: string;
|
|
1093
1094
|
brand: string;
|
|
1094
1095
|
help: string;
|
|
1095
|
-
success: string;
|
|
1096
1096
|
warning: string;
|
|
1097
1097
|
danger: string;
|
|
1098
1098
|
positive: string;
|
|
@@ -1103,10 +1103,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1103
1103
|
link?: string | undefined;
|
|
1104
1104
|
} | {
|
|
1105
1105
|
dark: {
|
|
1106
|
+
success: string;
|
|
1106
1107
|
info: string;
|
|
1107
1108
|
brand: string;
|
|
1108
1109
|
help: string;
|
|
1109
|
-
success: string;
|
|
1110
1110
|
warning: string;
|
|
1111
1111
|
danger: string;
|
|
1112
1112
|
positive: string;
|
|
@@ -1119,10 +1119,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1119
1119
|
link?: string | undefined;
|
|
1120
1120
|
};
|
|
1121
1121
|
light: {
|
|
1122
|
+
success: string;
|
|
1122
1123
|
info: string;
|
|
1123
1124
|
brand: string;
|
|
1124
1125
|
help: string;
|
|
1125
|
-
success: string;
|
|
1126
1126
|
warning: string;
|
|
1127
1127
|
danger: string;
|
|
1128
1128
|
positive: string;
|
|
@@ -1136,12 +1136,12 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1136
1136
|
};
|
|
1137
1137
|
};
|
|
1138
1138
|
} | Record<string, {
|
|
1139
|
+
success: string;
|
|
1139
1140
|
info: string;
|
|
1140
1141
|
dark: string;
|
|
1141
1142
|
light: string;
|
|
1142
1143
|
brand: string;
|
|
1143
1144
|
help: string;
|
|
1144
|
-
success: string;
|
|
1145
1145
|
warning: string;
|
|
1146
1146
|
danger: string;
|
|
1147
1147
|
positive: string;
|
|
@@ -1152,10 +1152,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1152
1152
|
link?: string | undefined;
|
|
1153
1153
|
} | {
|
|
1154
1154
|
dark: {
|
|
1155
|
+
success: string;
|
|
1155
1156
|
info: string;
|
|
1156
1157
|
brand: string;
|
|
1157
1158
|
help: string;
|
|
1158
|
-
success: string;
|
|
1159
1159
|
warning: string;
|
|
1160
1160
|
danger: string;
|
|
1161
1161
|
positive: string;
|
|
@@ -1168,10 +1168,10 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1168
1168
|
link?: string | undefined;
|
|
1169
1169
|
};
|
|
1170
1170
|
light: {
|
|
1171
|
+
success: string;
|
|
1171
1172
|
info: string;
|
|
1172
1173
|
brand: string;
|
|
1173
1174
|
help: string;
|
|
1174
|
-
success: string;
|
|
1175
1175
|
warning: string;
|
|
1176
1176
|
danger: string;
|
|
1177
1177
|
positive: string;
|
|
@@ -1206,6 +1206,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1206
1206
|
};
|
|
1207
1207
|
colors: {
|
|
1208
1208
|
fatal?: string | undefined;
|
|
1209
|
+
success?: string | undefined;
|
|
1209
1210
|
info?: string | undefined;
|
|
1210
1211
|
dark?: string | undefined;
|
|
1211
1212
|
light?: string | undefined;
|
|
@@ -1214,7 +1215,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1214
1215
|
accent?: string | undefined;
|
|
1215
1216
|
link?: string | undefined;
|
|
1216
1217
|
help?: string | undefined;
|
|
1217
|
-
success?: string | undefined;
|
|
1218
1218
|
warning?: string | undefined;
|
|
1219
1219
|
danger?: string | undefined;
|
|
1220
1220
|
positive?: string | undefined;
|
|
@@ -1222,13 +1222,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1222
1222
|
} | {
|
|
1223
1223
|
dark: {
|
|
1224
1224
|
fatal?: string | undefined;
|
|
1225
|
+
success?: string | undefined;
|
|
1225
1226
|
info?: string | undefined;
|
|
1226
1227
|
brand?: string | undefined;
|
|
1227
1228
|
alternate?: string | undefined;
|
|
1228
1229
|
accent?: string | undefined;
|
|
1229
1230
|
link?: string | undefined;
|
|
1230
1231
|
help?: string | undefined;
|
|
1231
|
-
success?: string | undefined;
|
|
1232
1232
|
warning?: string | undefined;
|
|
1233
1233
|
danger?: string | undefined;
|
|
1234
1234
|
positive?: string | undefined;
|
|
@@ -1238,13 +1238,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1238
1238
|
};
|
|
1239
1239
|
light: {
|
|
1240
1240
|
fatal?: string | undefined;
|
|
1241
|
+
success?: string | undefined;
|
|
1241
1242
|
info?: string | undefined;
|
|
1242
1243
|
brand?: string | undefined;
|
|
1243
1244
|
alternate?: string | undefined;
|
|
1244
1245
|
accent?: string | undefined;
|
|
1245
1246
|
link?: string | undefined;
|
|
1246
1247
|
help?: string | undefined;
|
|
1247
|
-
success?: string | undefined;
|
|
1248
1248
|
warning?: string | undefined;
|
|
1249
1249
|
danger?: string | undefined;
|
|
1250
1250
|
positive?: string | undefined;
|
|
@@ -1255,6 +1255,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1255
1255
|
} | {
|
|
1256
1256
|
base: {
|
|
1257
1257
|
fatal?: string | undefined;
|
|
1258
|
+
success?: string | undefined;
|
|
1258
1259
|
info?: string | undefined;
|
|
1259
1260
|
dark?: string | undefined;
|
|
1260
1261
|
light?: string | undefined;
|
|
@@ -1263,7 +1264,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1263
1264
|
accent?: string | undefined;
|
|
1264
1265
|
link?: string | undefined;
|
|
1265
1266
|
help?: string | undefined;
|
|
1266
|
-
success?: string | undefined;
|
|
1267
1267
|
warning?: string | undefined;
|
|
1268
1268
|
danger?: string | undefined;
|
|
1269
1269
|
positive?: string | undefined;
|
|
@@ -1271,13 +1271,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1271
1271
|
} | {
|
|
1272
1272
|
dark: {
|
|
1273
1273
|
fatal?: string | undefined;
|
|
1274
|
+
success?: string | undefined;
|
|
1274
1275
|
info?: string | undefined;
|
|
1275
1276
|
brand?: string | undefined;
|
|
1276
1277
|
alternate?: string | undefined;
|
|
1277
1278
|
accent?: string | undefined;
|
|
1278
1279
|
link?: string | undefined;
|
|
1279
1280
|
help?: string | undefined;
|
|
1280
|
-
success?: string | undefined;
|
|
1281
1281
|
warning?: string | undefined;
|
|
1282
1282
|
danger?: string | undefined;
|
|
1283
1283
|
positive?: string | undefined;
|
|
@@ -1287,13 +1287,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1287
1287
|
};
|
|
1288
1288
|
light: {
|
|
1289
1289
|
fatal?: string | undefined;
|
|
1290
|
+
success?: string | undefined;
|
|
1290
1291
|
info?: string | undefined;
|
|
1291
1292
|
brand?: string | undefined;
|
|
1292
1293
|
alternate?: string | undefined;
|
|
1293
1294
|
accent?: string | undefined;
|
|
1294
1295
|
link?: string | undefined;
|
|
1295
1296
|
help?: string | undefined;
|
|
1296
|
-
success?: string | undefined;
|
|
1297
1297
|
warning?: string | undefined;
|
|
1298
1298
|
danger?: string | undefined;
|
|
1299
1299
|
positive?: string | undefined;
|
|
@@ -1304,6 +1304,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1304
1304
|
};
|
|
1305
1305
|
} | Record<string, {
|
|
1306
1306
|
fatal?: string | undefined;
|
|
1307
|
+
success?: string | undefined;
|
|
1307
1308
|
info?: string | undefined;
|
|
1308
1309
|
dark?: string | undefined;
|
|
1309
1310
|
light?: string | undefined;
|
|
@@ -1312,7 +1313,6 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1312
1313
|
accent?: string | undefined;
|
|
1313
1314
|
link?: string | undefined;
|
|
1314
1315
|
help?: string | undefined;
|
|
1315
|
-
success?: string | undefined;
|
|
1316
1316
|
warning?: string | undefined;
|
|
1317
1317
|
danger?: string | undefined;
|
|
1318
1318
|
positive?: string | undefined;
|
|
@@ -1320,13 +1320,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1320
1320
|
} | {
|
|
1321
1321
|
dark: {
|
|
1322
1322
|
fatal?: string | undefined;
|
|
1323
|
+
success?: string | undefined;
|
|
1323
1324
|
info?: string | undefined;
|
|
1324
1325
|
brand?: string | undefined;
|
|
1325
1326
|
alternate?: string | undefined;
|
|
1326
1327
|
accent?: string | undefined;
|
|
1327
1328
|
link?: string | undefined;
|
|
1328
1329
|
help?: string | undefined;
|
|
1329
|
-
success?: string | undefined;
|
|
1330
1330
|
warning?: string | undefined;
|
|
1331
1331
|
danger?: string | undefined;
|
|
1332
1332
|
positive?: string | undefined;
|
|
@@ -1336,13 +1336,13 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1336
1336
|
};
|
|
1337
1337
|
light: {
|
|
1338
1338
|
fatal?: string | undefined;
|
|
1339
|
+
success?: string | undefined;
|
|
1339
1340
|
info?: string | undefined;
|
|
1340
1341
|
brand?: string | undefined;
|
|
1341
1342
|
alternate?: string | undefined;
|
|
1342
1343
|
accent?: string | undefined;
|
|
1343
1344
|
link?: string | undefined;
|
|
1344
1345
|
help?: string | undefined;
|
|
1345
|
-
success?: string | undefined;
|
|
1346
1346
|
warning?: string | undefined;
|
|
1347
1347
|
danger?: string | undefined;
|
|
1348
1348
|
positive?: string | undefined;
|
|
@@ -1371,7 +1371,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1371
1371
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1372
1372
|
timezone?: string | undefined;
|
|
1373
1373
|
locale?: string | undefined;
|
|
1374
|
-
logLevel?: "silent" | "fatal" | "error" | "warn" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1374
|
+
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
1375
1375
|
registry?: {
|
|
1376
1376
|
npm?: string | undefined;
|
|
1377
1377
|
github?: string | undefined;
|