@stryke/capnp 0.12.60 → 0.12.62

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.188.80/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
44
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2221
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2253
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2260
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2285
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2299
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2305
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-H7DDJQE3.js
2321
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-NMO4EWXQ.js
2322
2322
  var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
2323
2323
  const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
2324
2324
  const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
@@ -2394,7 +2394,7 @@ var _isFunction = (value) => {
2394
2394
  };
2395
2395
 
2396
2396
  //#endregion
2397
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-OC4H2SML.js
2397
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-YH5L2OER.js
2398
2398
  var exitWithError = (config) => {
2399
2399
  writeFatal("Exiting script with an error status...", config);
2400
2400
  process.exit(1);
@@ -2429,7 +2429,7 @@ Stacktrace: ${error.stack}`, config);
2429
2429
  };
2430
2430
 
2431
2431
  //#endregion
2432
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2432
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2433
2433
  var MAX_PATH_SEARCH_DEPTH = 30;
2434
2434
  var depth = 0;
2435
2435
  function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
@@ -2440,7 +2440,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
2440
2440
  }
2441
2441
 
2442
2442
  //#endregion
2443
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2443
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2444
2444
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
2445
2445
  function normalizeWindowsPath(input = "") {
2446
2446
  if (!input) return input;
@@ -2522,7 +2522,7 @@ var isAbsolute = function(p) {
2522
2522
  };
2523
2523
 
2524
2524
  //#endregion
2525
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
2525
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
2526
2526
  var rootFiles = [
2527
2527
  "storm-workspace.json",
2528
2528
  "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.188.80/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
45
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2222
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2254
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2261
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2286
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2300
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2306
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/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.188.80/node_modules/@storm-software/config-tools/dist/chunk-H7DDJQE3.js
2322
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-NMO4EWXQ.js
2323
2323
  var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
2324
2324
  const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
2325
2325
  const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
@@ -2395,7 +2395,7 @@ var _isFunction = (value) => {
2395
2395
  };
2396
2396
 
2397
2397
  //#endregion
2398
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-OC4H2SML.js
2398
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-YH5L2OER.js
2399
2399
  var exitWithError = (config) => {
2400
2400
  writeFatal("Exiting script with an error status...", config);
2401
2401
  process.exit(1);
@@ -2430,7 +2430,7 @@ Stacktrace: ${error.stack}`, config);
2430
2430
  };
2431
2431
 
2432
2432
  //#endregion
2433
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2433
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-RUKM6FCF.js
2434
2434
  var MAX_PATH_SEARCH_DEPTH = 30;
2435
2435
  var depth = 0;
2436
2436
  function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
@@ -2441,7 +2441,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
2441
2441
  }
2442
2442
 
2443
2443
  //#endregion
2444
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2444
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-V3GMJ4TX.js
2445
2445
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
2446
2446
  function normalizeWindowsPath(input = "") {
2447
2447
  if (!input) return input;
@@ -2523,7 +2523,7 @@ var isAbsolute = function(p) {
2523
2523
  };
2524
2524
 
2525
2525
  //#endregion
2526
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.188.80/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
2526
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.0/node_modules/@storm-software/config-tools/dist/chunk-LF3SAK2O.js
2527
2527
  var rootFiles = [
2528
2528
  "storm-workspace.json",
2529
2529
  "storm-workspace.yaml",