proxitor 0.9.0-beta.10 → 0.9.0-beta.11

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/cli.mjs CHANGED
@@ -21481,7 +21481,7 @@ async function runConfigMenu(client) {
21481
21481
  }
21482
21482
  //#endregion
21483
21483
  //#region src/version.ts
21484
- const version = "0.9.0-beta.10";
21484
+ const version = "0.9.0-beta.11";
21485
21485
  //#endregion
21486
21486
  //#region src/commands/doctor.ts
21487
21487
  const DEFAULT_TIMEOUT_MS = 3e3;
@@ -25278,7 +25278,7 @@ const doctorCli = (0, import_cjs.command)({
25278
25278
  timeout: (0, import_cjs.option)({
25279
25279
  long: "timeout",
25280
25280
  short: "t",
25281
- type: import_cjs.string,
25281
+ type: (0, import_cjs.optional)(import_cjs.string),
25282
25282
  description: "Network check timeout in milliseconds"
25283
25283
  })
25284
25284
  },