flightdeck 0.0.14 → 0.0.15

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.
@@ -362,6 +362,7 @@ var parse = cli({
362
362
  $configPath: FLIGHTDECK_MANUAL,
363
363
  schema: SCHEMA_MANUAL
364
364
  },
365
+ debugOutput: true,
365
366
  discoverConfigPath: (args) => {
366
367
  if (args[0] === `schema`) {
367
368
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flightdeck",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Jeremy Banka",
@@ -23,12 +23,12 @@
23
23
  "dependencies": {
24
24
  "zod": "3.23.8",
25
25
  "atom.io": "0.30.0",
26
- "comline": "0.1.3"
26
+ "comline": "0.1.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "22.7.6",
30
30
  "@types/tmp": "0.2.6",
31
- "bun-types": "1.1.30",
31
+ "bun-types": "1.1.31",
32
32
  "concurrently": "9.0.1",
33
33
  "rimraf": "6.0.1",
34
34
  "tmp": "0.2.3",
@@ -79,6 +79,7 @@ const parse = cli(
79
79
  $configPath: FLIGHTDECK_MANUAL,
80
80
  schema: SCHEMA_MANUAL,
81
81
  },
82
+ debugOutput: true,
82
83
  discoverConfigPath: (args) => {
83
84
  if (args[0] === `schema`) {
84
85
  return