@stryke/capnp 0.12.82 → 0.12.84

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.
@@ -34,7 +34,7 @@ let __stryke_fs_list_files = require("@stryke/fs/list-files");
34
34
  let __stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
35
35
  let __stryke_path_join_paths = require("@stryke/path/join-paths");
36
36
 
37
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
37
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
38
38
  var DEFAULT_COLOR_CONFIG = {
39
39
  light: {
40
40
  background: "#fafafa",
@@ -2211,7 +2211,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2211
2211
  }));
2212
2212
 
2213
2213
  //#endregion
2214
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2214
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
2215
2215
  var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
2216
2216
  var chalkDefault = {
2217
2217
  hex: (_) => (message) => message,
@@ -2243,14 +2243,14 @@ var getChalk = () => {
2243
2243
  };
2244
2244
 
2245
2245
  //#endregion
2246
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2246
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
2247
2247
  function isUnicodeSupported() {
2248
2248
  if (process.platform !== "win32") return process.env.TERM !== "linux";
2249
2249
  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";
2250
2250
  }
2251
2251
 
2252
2252
  //#endregion
2253
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2253
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
2254
2254
  var LogLevel = {
2255
2255
  SILENT: 0,
2256
2256
  FATAL: 10,
@@ -2275,7 +2275,7 @@ var LogLevelLabel = {
2275
2275
  };
2276
2276
 
2277
2277
  //#endregion
2278
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2278
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
2279
2279
  var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
2280
2280
  var CONSOLE_ICONS = {
2281
2281
  [LogLevelLabel.ERROR]: useIcon("✘", "×"),
@@ -2289,13 +2289,13 @@ var CONSOLE_ICONS = {
2289
2289
  };
2290
2290
 
2291
2291
  //#endregion
2292
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2292
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
2293
2293
  var formatTimestamp = (date = /* @__PURE__ */ new Date()) => {
2294
2294
  return `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`;
2295
2295
  };
2296
2296
 
2297
2297
  //#endregion
2298
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2298
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
2299
2299
  var getLogLevel = (label) => {
2300
2300
  switch (label) {
2301
2301
  case "all": return LogLevel.ALL;
@@ -2311,7 +2311,7 @@ var getLogLevel = (label) => {
2311
2311
  };
2312
2312
 
2313
2313
  //#endregion
2314
- //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
2314
+ //#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.28/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
2315
2315
  var daysInYear = 365.2425;
2316
2316
  -(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
2317
2317
  var secondsInDay = 3600 * 24;
package/dist/helpers.cjs CHANGED
@@ -1,3 +1,3 @@
1
- const require_helpers = require('./helpers-D3oxyKcQ.cjs');
1
+ const require_helpers = require('./helpers-CQMD8SU-.cjs');
2
2
 
3
3
  exports.resolveOptions = require_helpers.resolveOptions;
package/dist/helpers.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { t as resolveOptions } from "./helpers-DN2tMgBs.mjs";
1
+ import { t as resolveOptions } from "./helpers-BdCa_OGa.mjs";
2
2
 
3
3
  export { resolveOptions };
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
- require('./helpers-D3oxyKcQ.cjs');
1
+ require('./helpers-CQMD8SU-.cjs');
2
2
  const require_capnp_es_GpvEvMIK = require('./capnp-es.GpvEvMIK-BY4gHyC5.cjs');
3
- const require_compile = require('./compile-DI5-92za.cjs');
3
+ const require_compile = require('./compile-DeNcAQWn.cjs');
4
4
  const require_types = require('./types-DHrjS-69.cjs');
5
5
  const require_dist = require('./dist-BZ3g4lB8.cjs');
6
6
 
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import "./helpers-DN2tMgBs.mjs";
1
+ import "./helpers-BdCa_OGa.mjs";
2
2
  import { $ as clientOrNull, D as Pointer, E as Orphan, J as Text, S as ListElementSize, T as ObjectSize, a as getFloat32Mask, c as getInt32Mask, d as getUint16Mask, f as getUint32Mask, g as Data, i as getBitMask, k as PointerType, l as getInt64Mask, m as getUint8Mask, n as readRawPointer, o as getFloat64Mask, p as getUint64Mask, q as Struct, r as CompositeList, s as getInt16Mask, t as Message, u as getInt8Mask, v as ErrorClient, x as List } from "./capnp-es.GpvEvMIK-BH8YrftV.mjs";
3
- import { n as compile, t as capnpc } from "./compile-OPOvCjdO.mjs";
3
+ import { n as compile, t as capnpc } from "./compile-DBZMJ5P8.mjs";
4
4
  import { t as CodeGeneratorContext } from "./types-Cuj2daUE.mjs";
5
5
  import { A as copyCall, C as isSameClient, D as Pipeline, E as Interface, M as isFuncCall, N as placeParams, O as Registry, S as clientFromResolution, T as Deferred, _ as Uint64List, a as DeferredTransport, b as VoidList, c as Int16List, d as Int8List, f as InterfaceList, g as Uint32List, h as Uint16List, i as DataList, j as isDataCall, k as Server, l as Int32List, m as TextList, n as BoolList, o as Float32List, p as PointerList, r as Conn, s as Float64List, t as AnyPointerList, u as Int64List, v as Uint8List, w as utils, x as answerPipelineClient, y as Void } from "./dist-Qno9L0HI.mjs";
6
6
 
@@ -1,4 +1,4 @@
1
- const require_helpers = require('./helpers-D3oxyKcQ.cjs');
1
+ const require_helpers = require('./helpers-CQMD8SU-.cjs');
2
2
  const require_capnp_es_GpvEvMIK = require('./capnp-es.GpvEvMIK-BY4gHyC5.cjs');
3
3
  const require_dist = require('./dist-BZ3g4lB8.cjs');
4
4
  let node_worker_threads = require("node:worker_threads");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/capnp",
3
- "version": "0.12.82",
3
+ "version": "0.12.84",
4
4
  "private": false,
5
5
  "description": "A package to assist in running the Cap'n Proto compiler and creating Cap'n Proto serialization protocol schemas.",
6
6
  "keywords": [
@@ -104,16 +104,16 @@
104
104
  },
105
105
  "files": ["bin/**/*", "dist/**/*", "dts/**/*", "schemas/**/*", "vendor/**/*"],
106
106
  "dependencies": {
107
- "@stryke/fs": "^0.33.56",
108
- "@stryke/path": "^0.26.18",
107
+ "@stryke/fs": "^0.33.58",
108
+ "@stryke/path": "^0.27.0",
109
109
  "defu": "^6.1.4",
110
110
  "hex2dec": "^1.1.2",
111
111
  "nanotar": "^0.2.1"
112
112
  },
113
113
  "devDependencies": {
114
- "@storm-software/config": "^1.135.23",
115
- "@storm-software/config-tools": "^1.189.22",
116
- "@storm-software/testing-tools": "^1.119.97",
114
+ "@storm-software/config": "^1.135.29",
115
+ "@storm-software/config-tools": "^1.189.28",
116
+ "@storm-software/testing-tools": "^1.119.103",
117
117
  "@types/node": "^24.12.0",
118
118
  "@types/semver": "^7.7.1",
119
119
  "capnp-es": "^0.0.11",
@@ -126,5 +126,5 @@
126
126
  "peerDependencies": { "typescript": ">=4.0.0" },
127
127
  "peerDependenciesMeta": { "typescript": { "optional": false } },
128
128
  "publishConfig": { "access": "public" },
129
- "gitHead": "32851861a7163c29b3f854b7a830244bfc56cd8b"
129
+ "gitHead": "a1bde3f52c2327c62bee625670e6699a3c262345"
130
130
  }