@stryke/capnp 0.12.74 → 0.12.79
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 +12 -12
- package/bin/capnpc.mjs +12 -12
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{compile-B3XqBhBE.cjs → compile-BU-HlLfU.cjs} +1 -1
- package/dist/{compile-CwHohn4j.mjs → compile-CJ8KYCju.mjs} +2 -2
- package/dist/{compile-CwHohn4j.mjs.map → compile-CJ8KYCju.mjs.map} +1 -1
- package/dist/compile.cjs +2 -2
- package/dist/compile.mjs +2 -2
- package/dist/{helpers-DjSYmEPx.cjs → helpers-B7k70mjp.cjs} +8 -8
- package/dist/{helpers-DoFLy1C-.mjs → helpers-DPPIVk-O.mjs} +9 -9
- package/dist/{helpers-DoFLy1C-.mjs.map → helpers-DPPIVk-O.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 +8 -8
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-B7k70mjp.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-BU-HlLfU.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-DPPIVk-O.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-CJ8KYCju.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-B7k70mjp.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.79",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package to assist in running the Cap'n Proto compiler and creating Cap'n Proto serialization protocol schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -106,17 +106,17 @@
|
|
|
106
106
|
"peerDependencies": { "typescript": ">=4.0.0" },
|
|
107
107
|
"peerDependenciesMeta": { "typescript": { "optional": false } },
|
|
108
108
|
"dependencies": {
|
|
109
|
-
"@stryke/fs": "^0.33.
|
|
110
|
-
"@stryke/path": "^0.26.
|
|
109
|
+
"@stryke/fs": "^0.33.54",
|
|
110
|
+
"@stryke/path": "^0.26.16",
|
|
111
111
|
"defu": "^6.1.4",
|
|
112
112
|
"hex2dec": "^1.1.2",
|
|
113
113
|
"nanotar": "^0.2.1"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@storm-software/config": "^1.135.
|
|
117
|
-
"@storm-software/config-tools": "^1.189.
|
|
118
|
-
"@storm-software/testing-tools": "^1.119.
|
|
119
|
-
"@types/node": "^24.
|
|
116
|
+
"@storm-software/config": "^1.135.22",
|
|
117
|
+
"@storm-software/config-tools": "^1.189.21",
|
|
118
|
+
"@storm-software/testing-tools": "^1.119.96",
|
|
119
|
+
"@types/node": "^24.12.0",
|
|
120
120
|
"capnp-es": "^0.0.11",
|
|
121
121
|
"chalk": "^5.6.2",
|
|
122
122
|
"commander": "^14.0.3",
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"tsx": "^4.21.0"
|
|
126
126
|
},
|
|
127
127
|
"publishConfig": { "access": "public" },
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "ddf54318bd81f6321233db8cfef8b991eb161413"
|
|
129
129
|
}
|