@stryke/capnp 0.12.65 → 0.12.68

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/bin/capnpc.cjs CHANGED
@@ -2571,7 +2571,7 @@ function findWorkspaceRootSafe(pathInsideMonorepo) {
2571
2571
  }
2572
2572
 
2573
2573
  //#endregion
2574
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/error.js
2574
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js
2575
2575
  var require_error = /* @__PURE__ */ __commonJSMin(((exports) => {
2576
2576
  /**
2577
2577
  * CommanderError class
@@ -2611,7 +2611,7 @@ var require_error = /* @__PURE__ */ __commonJSMin(((exports) => {
2611
2611
  }));
2612
2612
 
2613
2613
  //#endregion
2614
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/argument.js
2614
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/argument.js
2615
2615
  var require_argument = /* @__PURE__ */ __commonJSMin(((exports) => {
2616
2616
  const { InvalidArgumentError: InvalidArgumentError$3 } = require_error();
2617
2617
  var Argument$3 = class {
@@ -2737,7 +2737,7 @@ var require_argument = /* @__PURE__ */ __commonJSMin(((exports) => {
2737
2737
  }));
2738
2738
 
2739
2739
  //#endregion
2740
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/help.js
2740
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/help.js
2741
2741
  var require_help = /* @__PURE__ */ __commonJSMin(((exports) => {
2742
2742
  const { humanReadableArgName: humanReadableArgName$1 } = require_argument();
2743
2743
  /**
@@ -3228,7 +3228,7 @@ var require_help = /* @__PURE__ */ __commonJSMin(((exports) => {
3228
3228
  }));
3229
3229
 
3230
3230
  //#endregion
3231
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/option.js
3231
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/option.js
3232
3232
  var require_option = /* @__PURE__ */ __commonJSMin(((exports) => {
3233
3233
  const { InvalidArgumentError: InvalidArgumentError$2 } = require_error();
3234
3234
  var Option$3 = class {
@@ -3532,7 +3532,7 @@ var require_option = /* @__PURE__ */ __commonJSMin(((exports) => {
3532
3532
  }));
3533
3533
 
3534
3534
  //#endregion
3535
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/suggestSimilar.js
3535
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/suggestSimilar.js
3536
3536
  var require_suggestSimilar = /* @__PURE__ */ __commonJSMin(((exports) => {
3537
3537
  const maxDistance = 3;
3538
3538
  function editDistance(a, b) {
@@ -3588,7 +3588,7 @@ var require_suggestSimilar = /* @__PURE__ */ __commonJSMin(((exports) => {
3588
3588
  }));
3589
3589
 
3590
3590
  //#endregion
3591
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/command.js
3591
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/command.js
3592
3592
  var require_command = /* @__PURE__ */ __commonJSMin(((exports) => {
3593
3593
  const EventEmitter = require("node:events").EventEmitter;
3594
3594
  const childProcess = require("node:child_process");
@@ -5567,7 +5567,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
5567
5567
  }));
5568
5568
 
5569
5569
  //#endregion
5570
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/index.js
5570
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/index.js
5571
5571
  var require_commander = /* @__PURE__ */ __commonJSMin(((exports) => {
5572
5572
  const { Argument: Argument$1 } = require_argument();
5573
5573
  const { Command: Command$1 } = require_command();
@@ -5591,7 +5591,7 @@ var require_commander = /* @__PURE__ */ __commonJSMin(((exports) => {
5591
5591
  }));
5592
5592
 
5593
5593
  //#endregion
5594
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/esm.mjs
5594
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/esm.mjs
5595
5595
  var import_commander = /* @__PURE__ */ __toESM(require_commander(), 1);
5596
5596
  const { program, createCommand, createArgument, createOption, CommanderError, InvalidArgumentError, InvalidOptionArgumentError, Command, Argument, Option, Help } = import_commander.default;
5597
5597
 
package/bin/capnpc.mjs CHANGED
@@ -2572,7 +2572,7 @@ function findWorkspaceRootSafe(pathInsideMonorepo) {
2572
2572
  }
2573
2573
 
2574
2574
  //#endregion
2575
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/error.js
2575
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js
2576
2576
  var require_error = /* @__PURE__ */ __commonJSMin(((exports) => {
2577
2577
  /**
2578
2578
  * CommanderError class
@@ -2612,7 +2612,7 @@ var require_error = /* @__PURE__ */ __commonJSMin(((exports) => {
2612
2612
  }));
2613
2613
 
2614
2614
  //#endregion
2615
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/argument.js
2615
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/argument.js
2616
2616
  var require_argument = /* @__PURE__ */ __commonJSMin(((exports) => {
2617
2617
  const { InvalidArgumentError: InvalidArgumentError$3 } = require_error();
2618
2618
  var Argument$3 = class {
@@ -2738,7 +2738,7 @@ var require_argument = /* @__PURE__ */ __commonJSMin(((exports) => {
2738
2738
  }));
2739
2739
 
2740
2740
  //#endregion
2741
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/help.js
2741
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/help.js
2742
2742
  var require_help = /* @__PURE__ */ __commonJSMin(((exports) => {
2743
2743
  const { humanReadableArgName: humanReadableArgName$1 } = require_argument();
2744
2744
  /**
@@ -3229,7 +3229,7 @@ var require_help = /* @__PURE__ */ __commonJSMin(((exports) => {
3229
3229
  }));
3230
3230
 
3231
3231
  //#endregion
3232
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/option.js
3232
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/option.js
3233
3233
  var require_option = /* @__PURE__ */ __commonJSMin(((exports) => {
3234
3234
  const { InvalidArgumentError: InvalidArgumentError$2 } = require_error();
3235
3235
  var Option$3 = class {
@@ -3533,7 +3533,7 @@ var require_option = /* @__PURE__ */ __commonJSMin(((exports) => {
3533
3533
  }));
3534
3534
 
3535
3535
  //#endregion
3536
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/suggestSimilar.js
3536
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/suggestSimilar.js
3537
3537
  var require_suggestSimilar = /* @__PURE__ */ __commonJSMin(((exports) => {
3538
3538
  const maxDistance = 3;
3539
3539
  function editDistance(a, b) {
@@ -3589,7 +3589,7 @@ var require_suggestSimilar = /* @__PURE__ */ __commonJSMin(((exports) => {
3589
3589
  }));
3590
3590
 
3591
3591
  //#endregion
3592
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/lib/command.js
3592
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/command.js
3593
3593
  var require_command = /* @__PURE__ */ __commonJSMin(((exports) => {
3594
3594
  const EventEmitter = __require("node:events").EventEmitter;
3595
3595
  const childProcess = __require("node:child_process");
@@ -5568,7 +5568,7 @@ Expecting one of '${allowedValues.join("', '")}'`);
5568
5568
  }));
5569
5569
 
5570
5570
  //#endregion
5571
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/index.js
5571
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/index.js
5572
5572
  var require_commander = /* @__PURE__ */ __commonJSMin(((exports) => {
5573
5573
  const { Argument: Argument$1 } = require_argument();
5574
5574
  const { Command: Command$1 } = require_command();
@@ -5592,7 +5592,7 @@ var require_commander = /* @__PURE__ */ __commonJSMin(((exports) => {
5592
5592
  }));
5593
5593
 
5594
5594
  //#endregion
5595
- //#region ../../node_modules/.pnpm/commander@14.0.2/node_modules/commander/esm.mjs
5595
+ //#region ../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/esm.mjs
5596
5596
  var import_commander = /* @__PURE__ */ __toESM(require_commander(), 1);
5597
5597
  const { program, createCommand, createArgument, createOption, CommanderError, InvalidArgumentError, InvalidOptionArgumentError, Command, Argument, Option, Help } = import_commander.default;
5598
5598