@stryke/capnp 0.12.88 → 0.12.89
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 +1 -1
- package/bin/capnpc.cjs +1 -1
- package/bin/capnpc.mjs +1 -1
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{compile-DwHB9xBy.mjs → compile-DshE0Oj0.mjs} +2 -2
- package/dist/{compile-DwHB9xBy.mjs.map → compile-DshE0Oj0.mjs.map} +1 -1
- package/dist/{compile-GRO1_ka5.cjs → compile-e2xqm0Q3.cjs} +1 -1
- package/dist/compile.cjs +2 -2
- package/dist/compile.mjs +2 -2
- package/dist/{helpers-nWE-SpSm.cjs → helpers-B2lDU1eQ.cjs} +1 -1
- package/dist/{helpers-jlhgVQPM.mjs → helpers-C-a9QDSv.mjs} +2 -2
- package/dist/{helpers-jlhgVQPM.mjs.map → helpers-C-a9QDSv.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 +4 -4
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-B2lDU1eQ.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-e2xqm0Q3.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-C-a9QDSv.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-DshE0Oj0.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-B2lDU1eQ.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.89",
|
|
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": [
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
},
|
|
105
105
|
"files": ["bin/**/*", "dist/**/*", "dts/**/*", "schemas/**/*", "vendor/**/*"],
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@stryke/fs": "^0.33.
|
|
108
|
-
"@stryke/path": "^0.27.
|
|
107
|
+
"@stryke/fs": "^0.33.63",
|
|
108
|
+
"@stryke/path": "^0.27.2",
|
|
109
109
|
"defu": "^6.1.4",
|
|
110
110
|
"hex2dec": "^1.1.2",
|
|
111
111
|
"nanotar": "^0.2.1"
|
|
@@ -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": "cbabce3e772514cdc47c10a3b8bae3cc0ad16191"
|
|
130
130
|
}
|