@stryke/capnp 0.12.81 → 0.12.82
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 +23 -17
- 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 +23 -17
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{compile-DaPDjVFU.cjs → compile-DI5-92za.cjs} +1 -1
- package/dist/{compile-BFDF_9ct.mjs → compile-OPOvCjdO.mjs} +2 -2
- package/dist/{compile-BFDF_9ct.mjs.map → compile-OPOvCjdO.mjs.map} +1 -1
- package/dist/compile.cjs +2 -2
- package/dist/compile.mjs +2 -2
- package/dist/{helpers-CJFuoRwm.cjs → helpers-D3oxyKcQ.cjs} +8 -8
- package/dist/{helpers-CJpyoOE6.mjs → helpers-DN2tMgBs.mjs} +9 -9
- package/dist/{helpers-CJpyoOE6.mjs.map → helpers-DN2tMgBs.mjs.map} +1 -1
- 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 +5 -5
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-D3oxyKcQ.cjs');
|
|
2
2
|
const require_capnp_es_GpvEvMIK = require('./capnp-es.GpvEvMIK-BY4gHyC5.cjs');
|
|
3
|
-
const require_compile = require('./compile-
|
|
3
|
+
const require_compile = require('./compile-DI5-92za.cjs');
|
|
4
4
|
const require_types = require('./types-DHrjS-69.cjs');
|
|
5
5
|
const require_dist = require('./dist-BZ3g4lB8.cjs');
|
|
6
6
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./helpers-
|
|
1
|
+
import "./helpers-DN2tMgBs.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-BH8YrftV.mjs";
|
|
3
|
-
import { n as compile, t as capnpc } from "./compile-
|
|
3
|
+
import { n as compile, t as capnpc } from "./compile-OPOvCjdO.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-Qno9L0HI.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-D3oxyKcQ.cjs');
|
|
2
2
|
const require_capnp_es_GpvEvMIK = require('./capnp-es.GpvEvMIK-BY4gHyC5.cjs');
|
|
3
3
|
const require_dist = require('./dist-BZ3g4lB8.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.82",
|
|
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": [
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
"nanotar": "^0.2.1"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@storm-software/config": "^1.135.
|
|
115
|
-
"@storm-software/config-tools": "^1.189.
|
|
116
|
-
"@storm-software/testing-tools": "^1.119.
|
|
114
|
+
"@storm-software/config": "^1.135.23",
|
|
115
|
+
"@storm-software/config-tools": "^1.189.22",
|
|
116
|
+
"@storm-software/testing-tools": "^1.119.97",
|
|
117
117
|
"@types/node": "^24.12.0",
|
|
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": "32851861a7163c29b3f854b7a830244bfc56cd8b"
|
|
130
130
|
}
|