@stryke/capnp 0.4.5 → 0.6.0
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/capnp-DxRiMkXq.d.cts +22 -0
- package/dist/capnp-DxRiMkXq.d.ts +22 -0
- package/dist/capnp.cjs +123 -0
- package/dist/capnp.d.cts +1 -0
- package/dist/capnp.d.ts +1 -0
- package/dist/capnp.js +123 -0
- package/dist/{chunk-FKEUGB3T.cjs → chunk-5Y2STPPF.cjs} +813 -813
- package/dist/{chunk-5IWYHMY5.js → chunk-FNOKUFI5.js} +1 -1
- package/dist/chunk-I2TLOFS6.js +4758 -0
- package/dist/{chunk-DKKAH6ZG.cjs → chunk-IVTBYMMN.cjs} +87 -3
- package/dist/chunk-NZGPVGFZ.js +130 -0
- package/dist/{chunk-U3UL3P5H.js → chunk-UHN7QD4F.js} +86 -2
- package/dist/chunk-UNTMJSWJ.cjs +130 -0
- package/dist/chunk-YOA3BS5Q.cjs +4758 -0
- package/dist/compile.cjs +3 -3
- package/dist/compile.js +2 -2
- package/dist/index.cjs +8 -3
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +7 -2
- package/dist/rpc.cjs +19 -4550
- package/dist/rpc.js +7 -4538
- package/package.json +1 -1
package/dist/compile.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
3
|
+
var _chunk5Y2STPPFcjs = require('./chunk-5Y2STPPF.cjs');
|
|
4
|
+
require('./chunk-IVTBYMMN.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.capnpc =
|
|
7
|
+
exports.capnpc = _chunk5Y2STPPFcjs.capnpc;
|
package/dist/compile.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
|
|
3
|
+
var _chunkUNTMJSWJcjs = require('./chunk-UNTMJSWJ.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunk5Y2STPPFcjs = require('./chunk-5Y2STPPF.cjs');
|
|
7
|
+
require('./chunk-YOA3BS5Q.cjs');
|
|
8
|
+
require('./chunk-IVTBYMMN.cjs');
|
|
5
9
|
require('./chunk-ORA4UQMU.cjs');
|
|
6
10
|
|
|
7
11
|
|
|
8
|
-
|
|
12
|
+
|
|
13
|
+
exports.capnp = _chunkUNTMJSWJcjs.capnp_exports; exports.capnpc = _chunk5Y2STPPFcjs.capnpc;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
export { c as capnp } from './capnp-DxRiMkXq.cjs';
|
|
1
2
|
export { capnpc } from './compile.cjs';
|
|
2
3
|
export { CapnpcCLIOptions, CapnpcOptions, CapnpcResult, CodeGeneratorContext, CodeGeneratorFileContext } from './types.cjs';
|
|
4
|
+
import 'capnp-es';
|
|
3
5
|
import 'capnp-es/capnp/schema';
|
|
4
6
|
import 'typescript';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
export { c as capnp } from './capnp-DxRiMkXq.js';
|
|
1
2
|
export { capnpc } from './compile.js';
|
|
2
3
|
export { CapnpcCLIOptions, CapnpcOptions, CapnpcResult, CodeGeneratorContext, CodeGeneratorFileContext } from './types.js';
|
|
4
|
+
import 'capnp-es';
|
|
3
5
|
import 'capnp-es/capnp/schema';
|
|
4
6
|
import 'typescript';
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
capnp_exports
|
|
3
|
+
} from "./chunk-NZGPVGFZ.js";
|
|
1
4
|
import {
|
|
2
5
|
capnpc
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-FNOKUFI5.js";
|
|
7
|
+
import "./chunk-I2TLOFS6.js";
|
|
8
|
+
import "./chunk-UHN7QD4F.js";
|
|
5
9
|
import "./chunk-OULCUN6I.js";
|
|
6
10
|
export {
|
|
11
|
+
capnp_exports as capnp,
|
|
7
12
|
capnpc
|
|
8
13
|
};
|