flightdeck 0.2.36 → 0.2.37

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 CHANGED
@@ -1,4 +1,3 @@
1
- import { __export } from "./chunk-Cl8Af3a2.js";
2
1
  import { z } from "zod/v4";
3
2
  import { Future } from "atom.io/internal";
4
3
  import { ChildSocket } from "atom.io/realtime-server";
@@ -67,7 +67,7 @@ export const lnavFormatSchema = z
67
67
  ctx.addIssue({
68
68
  path: [...ctx.path, key],
69
69
  code: "custom",
70
- message: "Invalid input: must match catchall schema",
70
+ message: `Invalid input: must match catchall schema`,
71
71
  params: {
72
72
  issues: result.error.issues,
73
73
  },
@@ -157,7 +157,7 @@ export const lnavFormatSchema = z
157
157
  ctx.addIssue({
158
158
  path: [...ctx.path, key],
159
159
  code: "custom",
160
- message: "Invalid input: must match catchall schema",
160
+ message: `Invalid input: must match catchall schema`,
161
161
  params: {
162
162
  issues: result.error.issues,
163
163
  },
@@ -382,7 +382,7 @@ export const lnavFormatSchema = z
382
382
  ctx.addIssue({
383
383
  path: [...ctx.path, key],
384
384
  code: "custom",
385
- message: "Invalid input: must match catchall schema",
385
+ message: `Invalid input: must match catchall schema`,
386
386
  params: {
387
387
  issues: result.error.issues,
388
388
  },
@@ -514,7 +514,7 @@ export const lnavFormatSchema = z
514
514
  ctx.addIssue({
515
515
  path: [...ctx.path, key],
516
516
  code: "custom",
517
- message: "Invalid input: must match catchall schema",
517
+ message: `Invalid input: must match catchall schema`,
518
518
  params: {
519
519
  issues: result.error.issues,
520
520
  },
@@ -602,7 +602,7 @@ export const lnavFormatSchema = z
602
602
  ctx.addIssue({
603
603
  path: [...ctx.path, key],
604
604
  code: "custom",
605
- message: "Invalid input: must match catchall schema",
605
+ message: `Invalid input: must match catchall schema`,
606
606
  params: {
607
607
  issues: result.error.issues,
608
608
  },
@@ -688,7 +688,7 @@ export const lnavFormatSchema = z
688
688
  ctx.addIssue({
689
689
  path: [...ctx.path, key],
690
690
  code: "custom",
691
- message: "Invalid input: must match catchall schema",
691
+ message: `Invalid input: must match catchall schema`,
692
692
  params: {
693
693
  issues: result.error.issues,
694
694
  },
@@ -820,7 +820,7 @@ export const lnavFormatSchema = z
820
820
  ctx.addIssue({
821
821
  path: [...ctx.path, key],
822
822
  code: "custom",
823
- message: "Invalid input: must match catchall schema",
823
+ message: `Invalid input: must match catchall schema`,
824
824
  params: {
825
825
  issues: result.error.issues,
826
826
  },
@@ -892,7 +892,7 @@ export const lnavFormatSchema = z
892
892
  ctx.addIssue({
893
893
  path: [...ctx.path, key],
894
894
  code: "custom",
895
- message: "Invalid input: must match catchall schema",
895
+ message: `Invalid input: must match catchall schema`,
896
896
  params: {
897
897
  issues: result.error.issues,
898
898
  },
@@ -1024,7 +1024,7 @@ export const lnavFormatSchema = z
1024
1024
  ctx.addIssue({
1025
1025
  path: [...ctx.path, key],
1026
1026
  code: "custom",
1027
- message: "Invalid input: must match catchall schema",
1027
+ message: `Invalid input: must match catchall schema`,
1028
1028
  params: {
1029
1029
  issues: result.error.issues,
1030
1030
  },
@@ -1156,7 +1156,7 @@ export const lnavFormatSchema = z
1156
1156
  ctx.addIssue({
1157
1157
  path: [...ctx.path, key],
1158
1158
  code: "custom",
1159
- message: "Invalid input: must match catchall schema",
1159
+ message: `Invalid input: must match catchall schema`,
1160
1160
  params: {
1161
1161
  issues: result.error.issues,
1162
1162
  },
@@ -1217,7 +1217,7 @@ export const lnavFormatSchema = z
1217
1217
  ctx.addIssue({
1218
1218
  path: [...ctx.path, key],
1219
1219
  code: "custom",
1220
- message: "Invalid input: must match catchall schema",
1220
+ message: `Invalid input: must match catchall schema`,
1221
1221
  params: {
1222
1222
  issues: result.error.issues,
1223
1223
  },
@@ -1430,7 +1430,7 @@ export const lnavFormatSchema = z
1430
1430
  ctx.addIssue({
1431
1431
  path: [...ctx.path, key],
1432
1432
  code: "custom",
1433
- message: "Invalid input: must match catchall schema",
1433
+ message: `Invalid input: must match catchall schema`,
1434
1434
  params: {
1435
1435
  issues: result.error.issues,
1436
1436
  },
@@ -1528,7 +1528,7 @@ export const lnavFormatSchema = z
1528
1528
  ctx.addIssue({
1529
1529
  path: [...ctx.path, key],
1530
1530
  code: "custom",
1531
- message: "Invalid input: must match catchall schema",
1531
+ message: `Invalid input: must match catchall schema`,
1532
1532
  params: {
1533
1533
  issues: result.error.issues,
1534
1534
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flightdeck",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Jeremy Banka",
@@ -29,24 +29,24 @@
29
29
  "dependencies": {
30
30
  "@t3-oss/env-core": "0.13.8",
31
31
  "cron": "4.3.1",
32
- "zod": "3.25.64",
33
- "atom.io": "0.33.5",
34
- "comline": "0.3.0",
35
- "safedeposit": "0.1.1"
32
+ "zod": "3.25.67",
33
+ "atom.io": "0.33.6",
34
+ "safedeposit": "0.1.1",
35
+ "comline": "0.3.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@types/bun": "npm:bun-types@1.2.16",
39
- "@biomejs/js-api": "0.7.1",
40
- "@biomejs/wasm-nodejs": "1.9.4",
41
- "@types/node": "24.0.1",
38
+ "@types/bun": "npm:bun-types@1.2.17",
39
+ "@biomejs/js-api": "1.0.0",
40
+ "@biomejs/wasm-nodejs": "2.0.5",
41
+ "@types/node": "24.0.4",
42
42
  "@types/tmp": "0.2.6",
43
- "concurrently": "9.1.2",
43
+ "concurrently": "9.2.0",
44
44
  "eslint": "9.29.0",
45
45
  "json-schema-to-zod": "2.6.1",
46
46
  "rimraf": "6.0.1",
47
47
  "tmp": "0.2.3",
48
- "tsdown": "0.12.7",
49
- "vitest": "3.2.3",
48
+ "tsdown": "0.12.9",
49
+ "vitest": "3.2.4",
50
50
  "varmint": "0.5.2"
51
51
  },
52
52
  "scripts": {