@stryke/capnp 0.12.81 → 0.12.83
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/README.md +3 -3
- package/bin/capnpc.cjs +26 -19
- package/bin/capnpc.d.cts +6 -0
- package/bin/capnpc.d.cts.map +1 -1
- package/bin/capnpc.d.mts +6 -0
- package/bin/capnpc.d.mts.map +1 -1
- package/bin/capnpc.mjs +26 -19
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{compile-DaPDjVFU.cjs → compile-CskcqkUP.cjs} +1 -1
- package/dist/{compile-BFDF_9ct.mjs → compile-DcQoFtHz.mjs} +2 -2
- package/dist/{compile-BFDF_9ct.mjs.map → compile-DcQoFtHz.mjs.map} +1 -1
- package/dist/compile.cjs +2 -2
- package/dist/compile.mjs +2 -2
- package/dist/{helpers-CJpyoOE6.mjs → helpers-B11eFkbu.mjs} +9 -9
- package/dist/{helpers-CJpyoOE6.mjs.map → helpers-B11eFkbu.mjs.map} +1 -1
- package/dist/{helpers-CJFuoRwm.cjs → helpers-kQzfhr4P.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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_helpers = require('./helpers-
|
|
1
|
+
const require_helpers = require('./helpers-kQzfhr4P.cjs');
|
|
2
2
|
const require_capnp_es_GpvEvMIK = require('./capnp-es.GpvEvMIK-BY4gHyC5.cjs');
|
|
3
3
|
let __stryke_fs_exists = require("@stryke/fs/exists");
|
|
4
4
|
let typescript = require("typescript");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as writeWarning, t as resolveOptions } from "./helpers-
|
|
1
|
+
import { n as writeWarning, t as resolveOptions } from "./helpers-B11eFkbu.mjs";
|
|
2
2
|
import { $t as initData, Cn as setUint64, Ct as getInt8, Dt as getList, Jt as getText, Nt as getPointer, Qt as getUint8, Rt as getStruct, Sn as setUint32, St as getInt64, T as ObjectSize, Tn as testWhich, X as adopt, Xt as getUint32, Yt as getUint16, Zt as getUint64, an as isNull, bn as setText, bt as getInt16, d as getUint16Mask, dn as setFloat32, dt as getAs, en as initList, et as copyFrom, fn as setFloat64, ft as getBit, gn as setInt8, hn as setInt64, ht as getData, it as disown, ln as setBit, mn as setInt32, on as pad, pn as setInt16, q as Struct, r as CompositeList, rn as initStructAt, t as Message, ut as format, vt as getFloat32, wn as setUint8, xn as setUint16, xt as getInt32, yt as getFloat64 } from "./capnp-es.GpvEvMIK-BH8YrftV.mjs";
|
|
3
3
|
import { existsSync } from "@stryke/fs/exists";
|
|
4
4
|
import ts from "typescript";
|
|
@@ -3521,4 +3521,4 @@ async function compile(dataBuf, options) {
|
|
|
3521
3521
|
|
|
3522
3522
|
//#endregion
|
|
3523
3523
|
export { compile as n, capnpc as t };
|
|
3524
|
-
//# sourceMappingURL=compile-
|
|
3524
|
+
//# sourceMappingURL=compile-DcQoFtHz.mjs.map
|