@stryke/capnp 0.6.2 → 0.6.3
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 -11
- package/bin/capnpc.js +17 -11
- package/dist/capnp.cjs +3 -3
- package/dist/capnp.js +2 -2
- package/dist/{chunk-IJMQEVSJ.cjs → chunk-5MK6PQWW.cjs} +3 -3
- package/dist/{chunk-XNXRTQEO.cjs → chunk-CFDWCYSU.cjs} +820 -820
- package/dist/{chunk-QVMMUK6E.js → chunk-COUAFT7O.js} +5 -5
- package/dist/{chunk-34UFVQ2X.cjs → chunk-M5QB7J6H.cjs} +820 -820
- package/dist/{chunk-7QZRCXNX.js → chunk-N5AOPRAP.js} +3 -3
- package/dist/{chunk-FGRQLKDC.js → chunk-QHIE4YNG.js} +8 -8
- package/dist/compile.cjs +3 -3
- package/dist/compile.js +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.js +3 -3
- package/dist/rpc.cjs +10 -10
- package/dist/rpc.js +2 -2
- package/dist/types.d.cts +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -135,9 +135,9 @@ import {
|
|
|
135
135
|
testWhich,
|
|
136
136
|
trackPointerAllocation,
|
|
137
137
|
validate
|
|
138
|
-
} from "./chunk-
|
|
138
|
+
} from "./chunk-N5AOPRAP.js";
|
|
139
139
|
|
|
140
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
140
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
|
|
141
141
|
var Interface = class extends Pointer {
|
|
142
142
|
static {
|
|
143
143
|
__name(this, "Interface");
|
|
@@ -680,7 +680,7 @@ var Server = class {
|
|
|
680
680
|
}
|
|
681
681
|
};
|
|
682
682
|
|
|
683
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
683
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
|
|
684
684
|
var dist_exports = {};
|
|
685
685
|
__export(dist_exports, {
|
|
686
686
|
AnyPointerList: () => AnyPointerList,
|
|
@@ -743,7 +743,7 @@ __export(dist_exports, {
|
|
|
743
743
|
utils: () => utils
|
|
744
744
|
});
|
|
745
745
|
|
|
746
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
746
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/capnp/rpc.mjs
|
|
747
747
|
var _capnpFileId = BigInt("0xb312981b2552a250");
|
|
748
748
|
var Message_Which = {
|
|
749
749
|
/**
|
|
@@ -3263,7 +3263,7 @@ var Exception = class extends Struct {
|
|
|
3263
3263
|
Payload._CapTable = CompositeList(CapDescriptor);
|
|
3264
3264
|
PromisedAnswer._Transform = CompositeList(PromisedAnswer_Op);
|
|
3265
3265
|
|
|
3266
|
-
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=
|
|
3266
|
+
// ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=8f737a83e1b5be10396ff9b257b56b8b8e7a3dbd2754765e9b1e2019839e9c31_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
|
|
3267
3267
|
var Void = class extends Struct {
|
|
3268
3268
|
static {
|
|
3269
3269
|
__name(this, "Void");
|