@stryke/capnp 0.12.93 → 0.12.95
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 +12 -12
- package/bin/capnpc.mjs +12 -12
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{compile-BxEWlEeC.cjs → compile-DgmKft8T.cjs} +1 -1
- package/dist/{compile-D8dEUXxZ.mjs → compile-ySRLGi2G.mjs} +2 -2
- package/dist/{compile-D8dEUXxZ.mjs.map → compile-ySRLGi2G.mjs.map} +1 -1
- package/dist/compile.cjs +2 -2
- package/dist/compile.mjs +2 -2
- package/dist/{helpers-BbeE-tKp.mjs → helpers-B1zJTrkG.mjs} +9 -9
- package/dist/{helpers-BbeE-tKp.mjs.map → helpers-B1zJTrkG.mjs.map} +1 -1
- package/dist/{helpers-BkE-ayQQ.cjs → helpers-B7aznH9v.cjs} +8 -8
- package/dist/helpers.cjs +1 -1
- package/dist/helpers.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/rpc-helpers.cjs +1 -1
- package/package.json +7 -7
|
@@ -35,7 +35,7 @@ let __stryke_path_append = require("@stryke/path/append");
|
|
|
35
35
|
let __stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
|
|
36
36
|
let __stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
37
37
|
|
|
38
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
38
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-5DQF4GNF.js
|
|
39
39
|
var DEFAULT_COLOR_CONFIG = {
|
|
40
40
|
light: {
|
|
41
41
|
background: "#fafafa",
|
|
@@ -2214,7 +2214,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
2214
2214
|
}));
|
|
2215
2215
|
|
|
2216
2216
|
//#endregion
|
|
2217
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2217
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
|
|
2218
2218
|
var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
|
|
2219
2219
|
var chalkDefault = {
|
|
2220
2220
|
hex: (_) => (message) => message,
|
|
@@ -2246,14 +2246,14 @@ var getChalk = () => {
|
|
|
2246
2246
|
};
|
|
2247
2247
|
|
|
2248
2248
|
//#endregion
|
|
2249
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2249
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
|
|
2250
2250
|
function isUnicodeSupported() {
|
|
2251
2251
|
if (process.platform !== "win32") return process.env.TERM !== "linux";
|
|
2252
2252
|
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";
|
|
2253
2253
|
}
|
|
2254
2254
|
|
|
2255
2255
|
//#endregion
|
|
2256
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2256
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-RALMUN5C.js
|
|
2257
2257
|
var LogLevel = {
|
|
2258
2258
|
SILENT: 0,
|
|
2259
2259
|
FATAL: 10,
|
|
@@ -2280,7 +2280,7 @@ var LogLevelLabel = {
|
|
|
2280
2280
|
};
|
|
2281
2281
|
|
|
2282
2282
|
//#endregion
|
|
2283
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2283
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-ZFNAUMQS.js
|
|
2284
2284
|
var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
|
|
2285
2285
|
var CONSOLE_ICONS = {
|
|
2286
2286
|
[LogLevelLabel.ERROR]: useIcon("✘", "×"),
|
|
@@ -2295,13 +2295,13 @@ var CONSOLE_ICONS = {
|
|
|
2295
2295
|
};
|
|
2296
2296
|
|
|
2297
2297
|
//#endregion
|
|
2298
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2298
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
|
|
2299
2299
|
var formatTimestamp = (date = /* @__PURE__ */ new Date()) => {
|
|
2300
2300
|
return `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`;
|
|
2301
2301
|
};
|
|
2302
2302
|
|
|
2303
2303
|
//#endregion
|
|
2304
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2304
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-SXPH7ILL.js
|
|
2305
2305
|
var getLogLevel = (label) => {
|
|
2306
2306
|
switch (label) {
|
|
2307
2307
|
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.
|
|
2321
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.78_zod@4.3.6/node_modules/@storm-software/config-tools/dist/chunk-XHJNCOIU.js
|
|
2322
2322
|
var daysInYear = 365.2425;
|
|
2323
2323
|
-(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
|
|
2324
2324
|
var secondsInDay = 3600 * 24;
|
package/dist/helpers.cjs
CHANGED
package/dist/helpers.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
require('./helpers-
|
|
1
|
+
require('./helpers-B7aznH9v.cjs');
|
|
2
2
|
const require_capnp_es_GpvEvMIK = require('./capnp-es.GpvEvMIK-BcYm5JyH.cjs');
|
|
3
|
-
const require_compile = require('./compile-
|
|
3
|
+
const require_compile = require('./compile-DgmKft8T.cjs');
|
|
4
4
|
const require_types = require('./types-DHrjS-69.cjs');
|
|
5
5
|
const require_dist = require('./dist-YywzZL3Q.cjs');
|
|
6
6
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./helpers-
|
|
1
|
+
import "./helpers-B1zJTrkG.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-C4q8I6qy.mjs";
|
|
3
|
-
import { n as compile, t as capnpc } from "./compile-
|
|
3
|
+
import { n as compile, t as capnpc } from "./compile-ySRLGi2G.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-BlvFBzSi.mjs";
|
|
6
6
|
|
package/dist/rpc-helpers.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_helpers = require('./helpers-
|
|
1
|
+
const require_helpers = require('./helpers-B7aznH9v.cjs');
|
|
2
2
|
const require_capnp_es_GpvEvMIK = require('./capnp-es.GpvEvMIK-BcYm5JyH.cjs');
|
|
3
3
|
const require_dist = require('./dist-YywzZL3Q.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.
|
|
3
|
+
"version": "0.12.95",
|
|
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.
|
|
108
|
-
"@stryke/path": "^0.
|
|
107
|
+
"@stryke/fs": "^0.33.69",
|
|
108
|
+
"@stryke/path": "^0.28.1",
|
|
109
109
|
"defu": "^6.1.7",
|
|
110
110
|
"hex2dec": "^1.1.2",
|
|
111
111
|
"nanotar": "^0.2.1"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@storm-software/config": "^1.137.
|
|
115
|
-
"@storm-software/config-tools": "^1.189.
|
|
116
|
-
"@storm-software/testing-tools": "^1.119.
|
|
114
|
+
"@storm-software/config": "^1.137.32",
|
|
115
|
+
"@storm-software/config-tools": "^1.189.78",
|
|
116
|
+
"@storm-software/testing-tools": "^1.119.153",
|
|
117
117
|
"@types/node": "^24.12.2",
|
|
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": "
|
|
129
|
+
"gitHead": "d934face11e0511f16942786bd609d4cec659ec6"
|
|
130
130
|
}
|