flightdeck 0.2.12 → 0.2.14
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/dist/lib.d.ts +22 -22
- package/package.json +6 -6
package/dist/lib.d.ts
CHANGED
|
@@ -337,28 +337,28 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
337
337
|
description: z.ZodOptional<z.ZodString>;
|
|
338
338
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
339
339
|
}, "strict", z.ZodTypeAny, {
|
|
340
|
-
level?: "
|
|
340
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
341
341
|
pattern?: string | undefined;
|
|
342
342
|
description?: string | undefined;
|
|
343
343
|
paths?: {
|
|
344
344
|
glob?: string | undefined;
|
|
345
345
|
}[] | undefined;
|
|
346
346
|
}, {
|
|
347
|
-
level?: "
|
|
347
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
348
348
|
pattern?: string | undefined;
|
|
349
349
|
description?: string | undefined;
|
|
350
350
|
paths?: {
|
|
351
351
|
glob?: string | undefined;
|
|
352
352
|
}[] | undefined;
|
|
353
353
|
}>, z.ZodNever]>>, Record<string, {
|
|
354
|
-
level?: "
|
|
354
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
355
355
|
pattern?: string | undefined;
|
|
356
356
|
description?: string | undefined;
|
|
357
357
|
paths?: {
|
|
358
358
|
glob?: string | undefined;
|
|
359
359
|
}[] | undefined;
|
|
360
360
|
}>, Record<string, {
|
|
361
|
-
level?: "
|
|
361
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
362
362
|
pattern?: string | undefined;
|
|
363
363
|
description?: string | undefined;
|
|
364
364
|
paths?: {
|
|
@@ -377,28 +377,28 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
377
377
|
description: z.ZodOptional<z.ZodString>;
|
|
378
378
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
379
379
|
}, "strict", z.ZodTypeAny, {
|
|
380
|
-
level?: "
|
|
380
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
381
381
|
pattern?: string | undefined;
|
|
382
382
|
description?: string | undefined;
|
|
383
383
|
paths?: {
|
|
384
384
|
glob?: string | undefined;
|
|
385
385
|
}[] | undefined;
|
|
386
386
|
}, {
|
|
387
|
-
level?: "
|
|
387
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
388
388
|
pattern?: string | undefined;
|
|
389
389
|
description?: string | undefined;
|
|
390
390
|
paths?: {
|
|
391
391
|
glob?: string | undefined;
|
|
392
392
|
}[] | undefined;
|
|
393
393
|
}>, z.ZodNever]>>, Record<string, {
|
|
394
|
-
level?: "
|
|
394
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
395
395
|
pattern?: string | undefined;
|
|
396
396
|
description?: string | undefined;
|
|
397
397
|
paths?: {
|
|
398
398
|
glob?: string | undefined;
|
|
399
399
|
}[] | undefined;
|
|
400
400
|
}>, Record<string, {
|
|
401
|
-
level?: "
|
|
401
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
402
402
|
pattern?: string | undefined;
|
|
403
403
|
description?: string | undefined;
|
|
404
404
|
paths?: {
|
|
@@ -431,11 +431,11 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
431
431
|
line: z.ZodOptional<z.ZodString>;
|
|
432
432
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
433
433
|
}, "strict", z.ZodTypeAny, {
|
|
434
|
-
level?: "
|
|
434
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
435
435
|
description?: string | undefined;
|
|
436
436
|
line?: string | undefined;
|
|
437
437
|
}, {
|
|
438
|
-
level?: "
|
|
438
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
439
439
|
description?: string | undefined;
|
|
440
440
|
line?: string | undefined;
|
|
441
441
|
}>, "many">>;
|
|
@@ -481,19 +481,19 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
481
481
|
glob: z.ZodOptional<z.ZodString>;
|
|
482
482
|
level: z.ZodOptional<z.ZodEnum<["trace", "debug5", "debug4", "debug3", "debug2", "debug", "info", "stats", "notice", "warning", "error", "critical", "fatal"]>>;
|
|
483
483
|
}, "strict", z.ZodTypeAny, {
|
|
484
|
-
level?: "
|
|
484
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
485
485
|
pattern?: string | undefined;
|
|
486
486
|
glob?: string | undefined;
|
|
487
487
|
}, {
|
|
488
|
-
level?: "
|
|
488
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
489
489
|
pattern?: string | undefined;
|
|
490
490
|
glob?: string | undefined;
|
|
491
491
|
}>, z.ZodNever]>>, Record<string, {
|
|
492
|
-
level?: "
|
|
492
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
493
493
|
pattern?: string | undefined;
|
|
494
494
|
glob?: string | undefined;
|
|
495
495
|
}>, Record<string, {
|
|
496
|
-
level?: "
|
|
496
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
497
497
|
pattern?: string | undefined;
|
|
498
498
|
glob?: string | undefined;
|
|
499
499
|
}>>>;
|
|
@@ -608,7 +608,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
608
608
|
} | undefined;
|
|
609
609
|
"ordered-by-time"?: boolean | undefined;
|
|
610
610
|
tags?: Record<string, {
|
|
611
|
-
level?: "
|
|
611
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
612
612
|
pattern?: string | undefined;
|
|
613
613
|
description?: string | undefined;
|
|
614
614
|
paths?: {
|
|
@@ -616,7 +616,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
616
616
|
}[] | undefined;
|
|
617
617
|
}> | undefined;
|
|
618
618
|
partitions?: Record<string, {
|
|
619
|
-
level?: "
|
|
619
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
620
620
|
pattern?: string | undefined;
|
|
621
621
|
description?: string | undefined;
|
|
622
622
|
paths?: {
|
|
@@ -624,7 +624,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
624
624
|
}[] | undefined;
|
|
625
625
|
}> | undefined;
|
|
626
626
|
sample?: {
|
|
627
|
-
level?: "
|
|
627
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
628
628
|
description?: string | undefined;
|
|
629
629
|
line?: string | undefined;
|
|
630
630
|
}[] | undefined;
|
|
@@ -642,7 +642,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
642
642
|
"text-transform"?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
643
643
|
})[] | undefined;
|
|
644
644
|
"search-table"?: Record<string, {
|
|
645
|
-
level?: "
|
|
645
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
646
646
|
pattern?: string | undefined;
|
|
647
647
|
glob?: string | undefined;
|
|
648
648
|
}> | undefined;
|
|
@@ -733,7 +733,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
733
733
|
} | undefined;
|
|
734
734
|
"ordered-by-time"?: boolean | undefined;
|
|
735
735
|
tags?: Record<string, {
|
|
736
|
-
level?: "
|
|
736
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
737
737
|
pattern?: string | undefined;
|
|
738
738
|
description?: string | undefined;
|
|
739
739
|
paths?: {
|
|
@@ -741,7 +741,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
741
741
|
}[] | undefined;
|
|
742
742
|
}> | undefined;
|
|
743
743
|
partitions?: Record<string, {
|
|
744
|
-
level?: "
|
|
744
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
745
745
|
pattern?: string | undefined;
|
|
746
746
|
description?: string | undefined;
|
|
747
747
|
paths?: {
|
|
@@ -749,7 +749,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
749
749
|
}[] | undefined;
|
|
750
750
|
}> | undefined;
|
|
751
751
|
sample?: {
|
|
752
|
-
level?: "
|
|
752
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
753
753
|
description?: string | undefined;
|
|
754
754
|
line?: string | undefined;
|
|
755
755
|
}[] | undefined;
|
|
@@ -767,7 +767,7 @@ declare const lnavFormatSchema: z.ZodObject<{
|
|
|
767
767
|
"text-transform"?: "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
768
768
|
})[] | undefined;
|
|
769
769
|
"search-table"?: Record<string, {
|
|
770
|
-
level?: "
|
|
770
|
+
level?: "info" | "error" | "debug" | "trace" | "warning" | "debug5" | "debug4" | "debug3" | "debug2" | "stats" | "notice" | "critical" | "fatal" | undefined;
|
|
771
771
|
pattern?: string | undefined;
|
|
772
772
|
glob?: string | undefined;
|
|
773
773
|
}> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flightdeck",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jeremy Banka",
|
|
@@ -29,24 +29,25 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@t3-oss/env-core": "0.12.0",
|
|
31
31
|
"cron": "3.5.0",
|
|
32
|
-
"zod": "3.24.
|
|
32
|
+
"zod": "3.24.2",
|
|
33
33
|
"atom.io": "0.30.7",
|
|
34
|
-
"comline": "0.1.
|
|
34
|
+
"comline": "0.1.9",
|
|
35
35
|
"safedeposit": "0.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@biomejs/js-api": "0.7.1",
|
|
39
39
|
"@biomejs/wasm-nodejs": "1.9.4",
|
|
40
|
-
"@types/node": "22.13.
|
|
40
|
+
"@types/node": "22.13.4",
|
|
41
41
|
"@types/tmp": "0.2.6",
|
|
42
42
|
"bun-types": "1.2.2",
|
|
43
43
|
"concurrently": "9.1.2",
|
|
44
|
+
"eslint": "9.20.1",
|
|
44
45
|
"json-schema-to-zod": "2.6.0",
|
|
45
46
|
"rimraf": "6.0.1",
|
|
46
47
|
"tmp": "0.2.3",
|
|
47
48
|
"tsup": "8.3.6",
|
|
48
49
|
"vitest": "3.0.5",
|
|
49
|
-
"varmint": "0.
|
|
50
|
+
"varmint": "0.4.2"
|
|
50
51
|
},
|
|
51
52
|
"scripts": {
|
|
52
53
|
"gen": "bun ./__scripts__/gen.bun.ts",
|
|
@@ -61,7 +62,6 @@
|
|
|
61
62
|
"lint": "bun run lint:biome && bun run lint:eslint && bun run lint:types",
|
|
62
63
|
"test": "vitest",
|
|
63
64
|
"test:once": "vitest run",
|
|
64
|
-
"test:coverage": "echo no test coverage yet",
|
|
65
65
|
"postversion": "biome format --write package.json"
|
|
66
66
|
}
|
|
67
67
|
}
|