@stryke/capnp 0.12.90 → 0.12.91
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 +17 -17
- package/bin/capnpc.mjs +17 -17
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{capnp-es.GpvEvMIK-BY4gHyC5.cjs → capnp-es.GpvEvMIK-CmKAL9Yb.cjs} +3 -3
- package/dist/{capnp-es.GpvEvMIK-BH8YrftV.mjs → capnp-es.GpvEvMIK-DsWfF1Qn.mjs} +4 -4
- package/dist/{capnp-es.GpvEvMIK-BH8YrftV.mjs.map → capnp-es.GpvEvMIK-DsWfF1Qn.mjs.map} +1 -1
- package/dist/{compile-3hfkad4j.mjs → compile-CO2nKitW.mjs} +5 -5
- package/dist/{compile-3hfkad4j.mjs.map → compile-CO2nKitW.mjs.map} +1 -1
- package/dist/{compile-DqmjvmGp.cjs → compile-Dl3MRfFK.cjs} +4 -4
- package/dist/compile.cjs +2 -2
- package/dist/compile.mjs +2 -2
- package/dist/{dist-BZ3g4lB8.cjs → dist-Cb6zQ421.cjs} +4 -4
- package/dist/{dist-Qno9L0HI.mjs → dist-CqWVRc1U.mjs} +5 -5
- package/dist/{dist-Qno9L0HI.mjs.map → dist-CqWVRc1U.mjs.map} +1 -1
- package/dist/{helpers-tmzjh7_r.cjs → helpers-CWggdFzq.cjs} +8 -8
- package/dist/{helpers-Byi6HtYL.mjs → helpers-DWQ2iGfn.mjs} +9 -9
- package/dist/helpers-DWQ2iGfn.mjs.map +1 -0
- package/dist/helpers.cjs +1 -1
- package/dist/helpers.mjs +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.mjs +4 -4
- package/dist/rpc-helpers.cjs +3 -3
- package/dist/rpc-helpers.mjs +2 -2
- package/package.json +9 -9
- package/schemas/persistent.cjs +1 -1
- package/schemas/persistent.mjs +1 -1
- package/schemas/rpc-twoparty.cjs +1 -1
- package/schemas/rpc-twoparty.mjs +1 -1
- package/schemas/rpc.cjs +1 -1
- package/schemas/rpc.mjs +1 -1
- package/schemas/schema.cjs +1 -1
- package/schemas/schema.mjs +1 -1
- package/schemas/{src-DLOZdE-O.mjs → src-BSJZt7kS.mjs} +6 -6
- package/schemas/{src-DLOZdE-O.mjs.map → src-BSJZt7kS.mjs.map} +1 -1
- package/schemas/{src-rXFz6bX_.cjs → src-Dzq1RuiS.cjs} +5 -5
- package/dist/helpers-Byi6HtYL.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/capnp",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.91",
|
|
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,17 +104,17 @@
|
|
|
104
104
|
},
|
|
105
105
|
"files": ["bin/**/*", "dist/**/*", "dts/**/*", "schemas/**/*", "vendor/**/*"],
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@stryke/fs": "^0.33.
|
|
108
|
-
"@stryke/path": "^0.27.
|
|
109
|
-
"defu": "^6.1.
|
|
107
|
+
"@stryke/fs": "^0.33.65",
|
|
108
|
+
"@stryke/path": "^0.27.4",
|
|
109
|
+
"defu": "^6.1.6",
|
|
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.
|
|
117
|
-
"@types/node": "^24.12.
|
|
114
|
+
"@storm-software/config": "^1.137.26",
|
|
115
|
+
"@storm-software/config-tools": "^1.189.72",
|
|
116
|
+
"@storm-software/testing-tools": "^1.119.147",
|
|
117
|
+
"@types/node": "^24.12.2",
|
|
118
118
|
"@types/semver": "^7.7.1",
|
|
119
119
|
"capnp-es": "^0.0.11",
|
|
120
120
|
"chalk": "^5.6.2",
|
|
@@ -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": "f0f6e2fadb52ddf2679e7b98b5f79f94c9d56090"
|
|
130
130
|
}
|
package/schemas/persistent.cjs
CHANGED
package/schemas/persistent.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Server, d as Struct, i as Registry, n as Interface, r as Pipeline, t as utils, u as ObjectSize } from "./src-
|
|
1
|
+
import { a as Server, d as Struct, i as Registry, n as Interface, r as Pipeline, t as utils, u as ObjectSize } from "./src-BSJZt7kS.mjs";
|
|
2
2
|
|
|
3
3
|
//#region schemas/persistent.ts
|
|
4
4
|
const _capnpFileId = BigInt("0xb8630836983feed7");
|
package/schemas/rpc-twoparty.cjs
CHANGED
package/schemas/rpc-twoparty.mjs
CHANGED
package/schemas/rpc.cjs
CHANGED
package/schemas/rpc.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as Struct, l as getUint8Mask, o as CompositeList, s as getBitMask, t as utils, u as ObjectSize } from "./src-
|
|
1
|
+
import { d as Struct, l as getUint8Mask, o as CompositeList, s as getBitMask, t as utils, u as ObjectSize } from "./src-BSJZt7kS.mjs";
|
|
2
2
|
|
|
3
3
|
//#region schemas/rpc.ts
|
|
4
4
|
const _capnpFileId = BigInt("0xb312981b2552a250");
|
package/schemas/schema.cjs
CHANGED
package/schemas/schema.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as getUint16Mask, d as Struct, o as CompositeList, t as utils, u as ObjectSize } from "./src-
|
|
1
|
+
import { c as getUint16Mask, d as Struct, o as CompositeList, t as utils, u as ObjectSize } from "./src-BSJZt7kS.mjs";
|
|
2
2
|
|
|
3
3
|
//#region schemas/schema.ts
|
|
4
4
|
const _capnpFileId = BigInt("0xa93fc509624c72d9");
|
|
@@ -9,7 +9,7 @@ import "@stryke/path/append";
|
|
|
9
9
|
import "@stryke/path/file-path-fns";
|
|
10
10
|
import "@stryke/path/join-paths";
|
|
11
11
|
|
|
12
|
-
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@
|
|
12
|
+
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@6.0.2/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
|
|
13
13
|
var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
|
|
14
14
|
ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
|
|
15
15
|
ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
|
|
@@ -1477,7 +1477,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
|
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
1479
1479
|
//#endregion
|
|
1480
|
-
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@
|
|
1480
|
+
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@6.0.2/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
|
|
1481
1481
|
function CompositeList(CompositeClass) {
|
|
1482
1482
|
return class extends List {
|
|
1483
1483
|
static _capnp = {
|
|
@@ -1521,7 +1521,7 @@ function getBitMask(value, bitOffset) {
|
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
1523
|
//#endregion
|
|
1524
|
-
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@
|
|
1524
|
+
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@6.0.2/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
|
|
1525
1525
|
var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
|
|
1526
1526
|
ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
|
|
1527
1527
|
ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
|
|
@@ -2356,7 +2356,7 @@ function copy(m) {
|
|
|
2356
2356
|
}
|
|
2357
2357
|
|
|
2358
2358
|
//#endregion
|
|
2359
|
-
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@
|
|
2359
|
+
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@6.0.2/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
|
|
2360
2360
|
var Interface = class extends Pointer {
|
|
2361
2361
|
static _capnp = { displayName: "Interface" };
|
|
2362
2362
|
static getCapID = getCapID;
|
|
@@ -2733,7 +2733,7 @@ var Server = class {
|
|
|
2733
2733
|
};
|
|
2734
2734
|
|
|
2735
2735
|
//#endregion
|
|
2736
|
-
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@
|
|
2736
|
+
//#region ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@6.0.2/node_modules/capnp-es/dist/index.mjs
|
|
2737
2737
|
var Void = class extends Struct {
|
|
2738
2738
|
static _capnp = {
|
|
2739
2739
|
displayName: "Void",
|
|
@@ -3066,4 +3066,4 @@ const ConnWeakRefRegistry = globalThis.FinalizationRegistry ? new FinalizationRe
|
|
|
3066
3066
|
|
|
3067
3067
|
//#endregion
|
|
3068
3068
|
export { Server as a, getUint16Mask as c, Struct as d, Registry as i, getUint8Mask as l, Interface as n, CompositeList as o, Pipeline as r, getBitMask as s, utils as t, ObjectSize as u };
|
|
3069
|
-
//# sourceMappingURL=src-
|
|
3069
|
+
//# sourceMappingURL=src-BSJZt7kS.mjs.map
|