flightdeck 0.2.3 → 0.2.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.
@@ -5566,7 +5566,7 @@ class FilesystemStorage {
5566
5566
  }
5567
5567
  }
5568
5568
 
5569
- // ../../node_modules/.pnpm/@t3-oss+env-core@0.11.1_typescript@5.6.3_zod@3.23.8/node_modules/@t3-oss/env-core/dist/index.js
5569
+ // ../../node_modules/.pnpm/@t3-oss+env-core@0.11.1_typescript@5.7.2_zod@3.23.8/node_modules/@t3-oss/env-core/dist/index.js
5570
5570
  import { object } from "zod";
5571
5571
  function createEnv(opts) {
5572
5572
  const runtimeEnv = opts.runtimeEnvStrict ?? opts.runtimeEnv ?? process.env;
package/dist/lib.js CHANGED
@@ -5568,7 +5568,7 @@ import { discoverType } from "atom.io/introspection";
5568
5568
  import { fromEntries, toEntries } from "atom.io/json";
5569
5569
  import { ChildSocket } from "atom.io/realtime-server";
5570
5570
 
5571
- // ../../node_modules/.pnpm/@t3-oss+env-core@0.11.1_typescript@5.6.3_zod@3.23.8/node_modules/@t3-oss/env-core/dist/index.js
5571
+ // ../../node_modules/.pnpm/@t3-oss+env-core@0.11.1_typescript@5.7.2_zod@3.23.8/node_modules/@t3-oss/env-core/dist/index.js
5572
5572
  import { object } from "zod";
5573
5573
  function createEnv(opts) {
5574
5574
  const runtimeEnv = opts.runtimeEnvStrict ?? opts.runtimeEnv ?? process.env;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flightdeck",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Jeremy Banka",
@@ -24,18 +24,18 @@
24
24
  "@t3-oss/env-core": "0.11.1",
25
25
  "cron": "3.2.1",
26
26
  "zod": "3.23.8",
27
- "atom.io": "0.30.4",
27
+ "atom.io": "0.30.5",
28
28
  "comline": "0.1.6"
29
29
  },
30
30
  "devDependencies": {
31
- "@types/node": "22.9.1",
31
+ "@types/node": "22.10.1",
32
32
  "@types/tmp": "0.2.6",
33
- "bun-types": "1.1.35",
33
+ "bun-types": "1.1.38",
34
34
  "concurrently": "9.1.0",
35
35
  "rimraf": "6.0.1",
36
36
  "tmp": "0.2.3",
37
37
  "tsup": "8.3.5",
38
- "vitest": "2.1.5"
38
+ "vitest": "3.0.0-beta.1"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "rimraf dist && concurrently \"bun:build:*\" && concurrently \"bun:schema:*\"",