@stryke/capnp 0.12.75 → 0.12.80

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
@@ -41,7 +41,7 @@ let node_buffer = require("node:buffer");
41
41
  let __stryke_fs_json = require("@stryke/fs/json");
42
42
  let __stryke_fs_list_files = require("@stryke/fs/list-files");
43
43
 
44
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
44
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
45
45
  var DEFAULT_COLOR_CONFIG = {
46
46
  light: {
47
47
  background: "#fafafa",
@@ -2218,7 +2218,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2218
2218
  }));
2219
2219
 
2220
2220
  //#endregion
2221
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2221
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2222
2222
  var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
2223
2223
  var chalkDefault = {
2224
2224
  hex: (_) => (message) => message,
@@ -2250,14 +2250,14 @@ var getChalk = () => {
2250
2250
  };
2251
2251
 
2252
2252
  //#endregion
2253
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2253
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2254
2254
  function isUnicodeSupported() {
2255
2255
  if (process.platform !== "win32") return process.env.TERM !== "linux";
2256
2256
  return Boolean(process.env.WT_SESSION) || Boolean(process.env.TERMINUS_SUBLIME) || process.env.ConEmuTask === "{cmd::Cmder}" || process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
2257
2257
  }
2258
2258
 
2259
2259
  //#endregion
2260
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2260
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2261
2261
  var LogLevel = {
2262
2262
  SILENT: 0,
2263
2263
  FATAL: 10,
@@ -2282,7 +2282,7 @@ var LogLevelLabel = {
2282
2282
  };
2283
2283
 
2284
2284
  //#endregion
2285
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2285
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2286
2286
  var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
2287
2287
  var CONSOLE_ICONS = {
2288
2288
  [LogLevelLabel.ERROR]: useIcon("✘", "×"),
@@ -2296,13 +2296,13 @@ var CONSOLE_ICONS = {
2296
2296
  };
2297
2297
 
2298
2298
  //#endregion
2299
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2299
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2300
2300
  var formatTimestamp = (date = /* @__PURE__ */ new Date()) => {
2301
2301
  return `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`;
2302
2302
  };
2303
2303
 
2304
2304
  //#endregion
2305
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2305
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2306
2306
  var getLogLevel = (label) => {
2307
2307
  switch (label) {
2308
2308
  case "all": return LogLevel.ALL;
@@ -2318,7 +2318,7 @@ var getLogLevel = (label) => {
2318
2318
  };
2319
2319
 
2320
2320
  //#endregion
2321
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
2321
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
2322
2322
  var daysInYear = 365.2425;
2323
2323
  -(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
2324
2324
  var secondsInDay = 3600 * 24;
@@ -2913,7 +2913,7 @@ var _isFunction = (value) => {
2913
2913
  };
2914
2914
 
2915
2915
  //#endregion
2916
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-T4YVVO6G.js
2916
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-T4YVVO6G.js
2917
2917
  var exitWithError = (config) => {
2918
2918
  writeFatal("Exiting script with an error status...", config);
2919
2919
  process.exit(1);
@@ -2948,7 +2948,7 @@ Stacktrace: ${error.stack}`, config);
2948
2948
  };
2949
2949
 
2950
2950
  //#endregion
2951
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2951
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2952
2952
  var MAX_PATH_SEARCH_DEPTH = 30;
2953
2953
  var depth = 0;
2954
2954
  function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
@@ -2959,7 +2959,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
2959
2959
  }
2960
2960
 
2961
2961
  //#endregion
2962
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2962
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2963
2963
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
2964
2964
  function normalizeWindowsPath(input = "") {
2965
2965
  if (!input) return input;
@@ -3041,7 +3041,7 @@ var isAbsolute = function(p) {
3041
3041
  };
3042
3042
 
3043
3043
  //#endregion
3044
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
3044
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
3045
3045
  var rootFiles = [
3046
3046
  "storm-workspace.json",
3047
3047
  "storm-workspace.yaml",
package/bin/capnpc.mjs CHANGED
@@ -42,7 +42,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
42
42
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
43
43
 
44
44
  //#endregion
45
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
45
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
46
46
  var DEFAULT_COLOR_CONFIG = {
47
47
  light: {
48
48
  background: "#fafafa",
@@ -2219,7 +2219,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2219
2219
  }));
2220
2220
 
2221
2221
  //#endregion
2222
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2222
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2223
2223
  var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
2224
2224
  var chalkDefault = {
2225
2225
  hex: (_) => (message) => message,
@@ -2251,14 +2251,14 @@ var getChalk = () => {
2251
2251
  };
2252
2252
 
2253
2253
  //#endregion
2254
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2254
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2255
2255
  function isUnicodeSupported() {
2256
2256
  if (process.platform !== "win32") return process.env.TERM !== "linux";
2257
2257
  return Boolean(process.env.WT_SESSION) || Boolean(process.env.TERMINUS_SUBLIME) || process.env.ConEmuTask === "{cmd::Cmder}" || process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
2258
2258
  }
2259
2259
 
2260
2260
  //#endregion
2261
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2261
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2262
2262
  var LogLevel = {
2263
2263
  SILENT: 0,
2264
2264
  FATAL: 10,
@@ -2283,7 +2283,7 @@ var LogLevelLabel = {
2283
2283
  };
2284
2284
 
2285
2285
  //#endregion
2286
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2286
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2287
2287
  var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
2288
2288
  var CONSOLE_ICONS = {
2289
2289
  [LogLevelLabel.ERROR]: useIcon("✘", "×"),
@@ -2297,13 +2297,13 @@ var CONSOLE_ICONS = {
2297
2297
  };
2298
2298
 
2299
2299
  //#endregion
2300
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2300
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2301
2301
  var formatTimestamp = (date = /* @__PURE__ */ new Date()) => {
2302
2302
  return `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`;
2303
2303
  };
2304
2304
 
2305
2305
  //#endregion
2306
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2306
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2307
2307
  var getLogLevel = (label) => {
2308
2308
  switch (label) {
2309
2309
  case "all": return LogLevel.ALL;
@@ -2319,7 +2319,7 @@ var getLogLevel = (label) => {
2319
2319
  };
2320
2320
 
2321
2321
  //#endregion
2322
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
2322
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
2323
2323
  var daysInYear = 365.2425;
2324
2324
  -(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
2325
2325
  var secondsInDay = 3600 * 24;
@@ -2914,7 +2914,7 @@ var _isFunction = (value) => {
2914
2914
  };
2915
2915
 
2916
2916
  //#endregion
2917
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-T4YVVO6G.js
2917
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-T4YVVO6G.js
2918
2918
  var exitWithError = (config) => {
2919
2919
  writeFatal("Exiting script with an error status...", config);
2920
2920
  process.exit(1);
@@ -2949,7 +2949,7 @@ Stacktrace: ${error.stack}`, config);
2949
2949
  };
2950
2950
 
2951
2951
  //#endregion
2952
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2952
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2953
2953
  var MAX_PATH_SEARCH_DEPTH = 30;
2954
2954
  var depth = 0;
2955
2955
  function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
@@ -2960,7 +2960,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
2960
2960
  }
2961
2961
 
2962
2962
  //#endregion
2963
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2963
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2964
2964
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
2965
2965
  function normalizeWindowsPath(input = "") {
2966
2966
  if (!input) return input;
@@ -3042,7 +3042,7 @@ var isAbsolute = function(p) {
3042
3042
  };
3043
3043
 
3044
3044
  //#endregion
3045
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.11/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
3045
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.21/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
3046
3046
  var rootFiles = [
3047
3047
  "storm-workspace.json",
3048
3048
  "storm-workspace.yaml",