flightdeck 0.2.59 → 0.2.60

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.
@@ -116,4 +116,5 @@ switch (inputs.case) {
116
116
  }
117
117
 
118
118
  //#endregion
119
+ export { };
119
120
  //# sourceMappingURL=flightdeck.x.js.map
package/dist/klaxon.x.js CHANGED
@@ -48,4 +48,5 @@ await scramble(inputs.opts).then((scrambleResult) => {
48
48
  });
49
49
 
50
50
  //#endregion
51
+ export { };
51
52
  //# sourceMappingURL=klaxon.x.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flightdeck",
3
- "version": "0.2.59",
3
+ "version": "0.2.60",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Jeremy Banka",
@@ -30,22 +30,22 @@
30
30
  "@t3-oss/env-core": "0.13.8",
31
31
  "cron": "4.3.3",
32
32
  "zod": "3.25.76",
33
- "comline": "0.3.0",
33
+ "atom.io": "0.36.3",
34
34
  "safedeposit": "0.1.1",
35
- "atom.io": "0.36.2"
35
+ "comline": "0.3.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/bun": "npm:bun-types@1.2.20",
39
- "@biomejs/js-api": "2.0.3",
40
- "@biomejs/wasm-nodejs": "2.1.4",
41
- "@types/node": "24.2.1",
39
+ "@biomejs/js-api": "3.0.0",
40
+ "@biomejs/wasm-nodejs": "2.2.0",
41
+ "@types/node": "24.3.0",
42
42
  "@types/tmp": "0.2.6",
43
43
  "concurrently": "9.2.0",
44
44
  "eslint": "9.33.0",
45
45
  "json-schema-to-zod": "2.6.1",
46
46
  "rimraf": "6.0.1",
47
47
  "tmp": "0.2.5",
48
- "tsdown": "0.14.0",
48
+ "tsdown": "0.14.1",
49
49
  "vitest": "3.2.4",
50
50
  "varmint": "0.5.3"
51
51
  },