@naeemo/capnp 0.5.0 → 0.5.2
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/dist/cli.js +69 -22
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +412 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +382 -24
- package/dist/index.js.map +1 -1
- package/dist/rpc-connection-CDzawjwJ.js +3 -0
- package/dist/{rpc-connection-CnyIwb0Z.js → rpc-connection-_eHtWsk2.js} +1 -25
- package/dist/{rpc-connection-CnyIwb0Z.js.map → rpc-connection-_eHtWsk2.js.map} +1 -1
- package/package.json +38 -26
- /package/dist/{rpc-connection-BPkslKv3.js → rpc-connection-jIPnPyT6.js} +0 -0
|
@@ -1,20 +1,3 @@
|
|
|
1
|
-
//#region \0rolldown/runtime.js
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __exportAll = (all, no_symbols) => {
|
|
4
|
-
let target = {};
|
|
5
|
-
for (var name in all) {
|
|
6
|
-
__defProp(target, name, {
|
|
7
|
-
get: all[name],
|
|
8
|
-
enumerable: true
|
|
9
|
-
});
|
|
10
|
-
}
|
|
11
|
-
if (!no_symbols) {
|
|
12
|
-
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
13
|
-
}
|
|
14
|
-
return target;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
1
|
|
|
19
2
|
//#region src/rpc/four-tables.ts
|
|
20
3
|
/** Manages the question table for outbound calls */
|
|
@@ -1475,7 +1458,6 @@ function serializeListSchemasResults(results) {
|
|
|
1475
1458
|
|
|
1476
1459
|
//#endregion
|
|
1477
1460
|
//#region src/rpc/rpc-connection.ts
|
|
1478
|
-
var rpc_connection_exports = /* @__PURE__ */ __exportAll({ RpcConnection: () => RpcConnection });
|
|
1479
1461
|
var RpcConnection = class {
|
|
1480
1462
|
transport;
|
|
1481
1463
|
options;
|
|
@@ -2281,12 +2263,6 @@ Object.defineProperty(exports, 'parseSchemaNodes', {
|
|
|
2281
2263
|
return parseSchemaNodes;
|
|
2282
2264
|
}
|
|
2283
2265
|
});
|
|
2284
|
-
Object.defineProperty(exports, 'rpc_connection_exports', {
|
|
2285
|
-
enumerable: true,
|
|
2286
|
-
get: function () {
|
|
2287
|
-
return rpc_connection_exports;
|
|
2288
|
-
}
|
|
2289
|
-
});
|
|
2290
2266
|
Object.defineProperty(exports, 'serializeGetSchemaParams', {
|
|
2291
2267
|
enumerable: true,
|
|
2292
2268
|
get: function () {
|
|
@@ -2317,4 +2293,4 @@ Object.defineProperty(exports, 'serializeSchemaResponse', {
|
|
|
2317
2293
|
return serializeSchemaResponse;
|
|
2318
2294
|
}
|
|
2319
2295
|
});
|
|
2320
|
-
//# sourceMappingURL=rpc-connection-
|
|
2296
|
+
//# sourceMappingURL=rpc-connection-_eHtWsk2.js.map
|