@stryke/capnp 0.9.1 → 0.9.3

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 CHANGED
@@ -22,7 +22,7 @@ This package is part of Storm Software's **🌩️ Stryke** monorepo. Stryke pac
22
22
 
23
23
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
24
24
 
25
- [![Version](https://img.shields.io/badge/version-0.6.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/stryke/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
+ [![Version](https://img.shields.io/badge/version-0.9.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/stryke/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
26
26
 
27
27
  > [!IMPORTANT] Important
28
28
  > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
@@ -46,6 +46,7 @@ compiler and creating Cap'n Proto serialization protocol schemas.
46
46
 
47
47
  <!-- START doctoc -->
48
48
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
49
+
49
50
  ## Table of Contents
50
51
 
51
52
  - [Installing](#installing)
package/bin/capnpc.cjs CHANGED
@@ -871,10 +871,10 @@ var import_commander = require("commander");
871
871
  var import_promises5 = require("fs/promises");
872
872
  var import_typescript3 = __toESM(require("typescript"), 1);
873
873
 
874
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
874
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
875
875
  var import_typescript = __toESM(require("typescript"), 1);
876
876
 
877
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
877
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
878
878
  var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
879
879
  ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
880
880
  ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
@@ -2867,7 +2867,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
2867
2867
  }
2868
2868
  __name(checkDataBounds, "checkDataBounds");
2869
2869
 
2870
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
2870
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
2871
2871
  function CompositeList(CompositeClass) {
2872
2872
  return class extends List {
2873
2873
  static _capnp = {
@@ -2938,7 +2938,7 @@ var getUint8Mask = _makePrimitiveMaskFn(
2938
2938
  DataView.prototype.setUint8
2939
2939
  );
2940
2940
 
2941
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/capnp/schema.mjs
2941
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/capnp/schema.mjs
2942
2942
  var _capnpFileId = BigInt("0xa93fc509624c72d9");
2943
2943
  var Node_Parameter = class extends Struct {
2944
2944
  static {
@@ -5598,7 +5598,7 @@ CodeGeneratorRequest._Nodes = CompositeList(Node);
5598
5598
  CodeGeneratorRequest._SourceInfo = CompositeList(Node_SourceInfo);
5599
5599
  CodeGeneratorRequest._RequestedFiles = CompositeList(CodeGeneratorRequest_RequestedFile);
5600
5600
 
5601
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
5601
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
5602
5602
  var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
5603
5603
  ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
5604
5604
  ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
@@ -6595,7 +6595,7 @@ function copy(m) {
6595
6595
  }
6596
6596
  __name(copy, "copy");
6597
6597
 
6598
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
6598
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
6599
6599
  var GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE = "CAPNP-ES000 Don't know how to generate a %s field with an explicit default value.";
6600
6600
  var GEN_FIELD_NON_INLINE_STRUCT_LIST = "CAPNP-ES001 Don't know how to generate non-inline struct lists.";
6601
6601
  var GEN_NODE_LOOKUP_FAIL = "CAPNP-ES002 Failed to look up node id %s.";
@@ -7902,7 +7902,7 @@ function tsCompile(files, dts, js, tsconfig) {
7902
7902
  }
7903
7903
  __name(tsCompile, "tsCompile");
7904
7904
 
7905
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/compiler/index.mjs
7905
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/compiler/index.mjs
7906
7906
  var import_typescript2 = require("typescript");
7907
7907
 
7908
7908
  // src/compile.ts
package/bin/capnpc.js CHANGED
@@ -840,10 +840,10 @@ import { Command, Option } from "commander";
840
840
  import { writeFile as writeFile2 } from "node:fs/promises";
841
841
  import ts2 from "typescript";
842
842
 
843
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
843
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
844
844
  import ts from "typescript";
845
845
 
846
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
846
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
847
847
  var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
848
848
  ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
849
849
  ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
@@ -2836,7 +2836,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
2836
2836
  }
2837
2837
  __name(checkDataBounds, "checkDataBounds");
2838
2838
 
2839
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
2839
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
2840
2840
  function CompositeList(CompositeClass) {
2841
2841
  return class extends List {
2842
2842
  static _capnp = {
@@ -2907,7 +2907,7 @@ var getUint8Mask = _makePrimitiveMaskFn(
2907
2907
  DataView.prototype.setUint8
2908
2908
  );
2909
2909
 
2910
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/capnp/schema.mjs
2910
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/capnp/schema.mjs
2911
2911
  var _capnpFileId = BigInt("0xa93fc509624c72d9");
2912
2912
  var Node_Parameter = class extends Struct {
2913
2913
  static {
@@ -5567,7 +5567,7 @@ CodeGeneratorRequest._Nodes = CompositeList(Node);
5567
5567
  CodeGeneratorRequest._SourceInfo = CompositeList(Node_SourceInfo);
5568
5568
  CodeGeneratorRequest._RequestedFiles = CompositeList(CodeGeneratorRequest_RequestedFile);
5569
5569
 
5570
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
5570
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
5571
5571
  var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
5572
5572
  ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
5573
5573
  ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
@@ -6564,7 +6564,7 @@ function copy(m) {
6564
6564
  }
6565
6565
  __name(copy, "copy");
6566
6566
 
6567
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
6567
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.CbTQkT9D.mjs
6568
6568
  var GEN_EXPLICIT_DEFAULT_NON_PRIMITIVE = "CAPNP-ES000 Don't know how to generate a %s field with an explicit default value.";
6569
6569
  var GEN_FIELD_NON_INLINE_STRUCT_LIST = "CAPNP-ES001 Don't know how to generate non-inline struct lists.";
6570
6570
  var GEN_NODE_LOOKUP_FAIL = "CAPNP-ES002 Failed to look up node id %s.";
@@ -7871,7 +7871,7 @@ function tsCompile(files, dts, js, tsconfig) {
7871
7871
  }
7872
7872
  __name(tsCompile, "tsCompile");
7873
7873
 
7874
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/compiler/index.mjs
7874
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/compiler/index.mjs
7875
7875
  import "typescript";
7876
7876
 
7877
7877
  // src/compile.ts
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _chunkUSNT2KNTcjs = require('./chunk-USNT2KNT.cjs');
4
4
 
5
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
5
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
6
6
  var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
7
7
  ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
8
8
  ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
@@ -2089,7 +2089,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
2089
2089
  }
2090
2090
  _chunkUSNT2KNTcjs.__name.call(void 0, checkDataBounds, "checkDataBounds");
2091
2091
 
2092
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
2092
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
2093
2093
  var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
2094
2094
  ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
2095
2095
  ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
@@ -3086,7 +3086,7 @@ function copy(m) {
3086
3086
  }
3087
3087
  _chunkUSNT2KNTcjs.__name.call(void 0, copy, "copy");
3088
3088
 
3089
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
3089
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
3090
3090
  function CompositeList(CompositeClass) {
3091
3091
  return (_class10 = class extends List {
3092
3092
  static __initStatic23() {this._capnp = {
@@ -3166,7 +3166,7 @@ function getBitMask(value, bitOffset) {
3166
3166
  }
3167
3167
  _chunkUSNT2KNTcjs.__name.call(void 0, getBitMask, "getBitMask");
3168
3168
 
3169
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
3169
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
3170
3170
  var Interface = (_class11 = class extends Pointer {
3171
3171
  static {
3172
3172
  _chunkUSNT2KNTcjs.__name.call(void 0, this, "Interface");
@@ -3709,7 +3709,7 @@ var Server = class {
3709
3709
  }
3710
3710
  };
3711
3711
 
3712
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/capnp/rpc.mjs
3712
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/capnp/rpc.mjs
3713
3713
  var _capnpFileId = BigInt("0xb312981b2552a250");
3714
3714
  var Message_Which = {
3715
3715
  /**
@@ -6229,7 +6229,7 @@ var Exception = (_class34 = class extends Struct {
6229
6229
  Payload._CapTable = CompositeList(CapDescriptor);
6230
6230
  PromisedAnswer._Transform = CompositeList(PromisedAnswer_Op);
6231
6231
 
6232
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
6232
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
6233
6233
  var Void = (_class35 = class extends Struct {
6234
6234
  static {
6235
6235
  _chunkUSNT2KNTcjs.__name.call(void 0, this, "Void");
@@ -2,7 +2,7 @@ import {
2
2
  __name
3
3
  } from "./chunk-SHUYVCID.js";
4
4
 
5
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
5
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
6
6
  var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
7
7
  ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
8
8
  ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
@@ -2089,7 +2089,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
2089
2089
  }
2090
2090
  __name(checkDataBounds, "checkDataBounds");
2091
2091
 
2092
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
2092
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
2093
2093
  var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
2094
2094
  ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
2095
2095
  ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
@@ -3086,7 +3086,7 @@ function copy(m) {
3086
3086
  }
3087
3087
  __name(copy, "copy");
3088
3088
 
3089
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
3089
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
3090
3090
  function CompositeList(CompositeClass) {
3091
3091
  return class extends List {
3092
3092
  static _capnp = {
@@ -3166,7 +3166,7 @@ function getBitMask(value, bitOffset) {
3166
3166
  }
3167
3167
  __name(getBitMask, "getBitMask");
3168
3168
 
3169
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
3169
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
3170
3170
  var Interface = class extends Pointer {
3171
3171
  static {
3172
3172
  __name(this, "Interface");
@@ -3709,7 +3709,7 @@ var Server = class {
3709
3709
  }
3710
3710
  };
3711
3711
 
3712
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/capnp/rpc.mjs
3712
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/capnp/rpc.mjs
3713
3713
  var _capnpFileId = BigInt("0xb312981b2552a250");
3714
3714
  var Message_Which = {
3715
3715
  /**
@@ -6229,7 +6229,7 @@ var Exception = class extends Struct {
6229
6229
  Payload._CapTable = CompositeList(CapDescriptor);
6230
6230
  PromisedAnswer._Transform = CompositeList(PromisedAnswer_Op);
6231
6231
 
6232
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
6232
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
6233
6233
  var Void = class extends Struct {
6234
6234
  static {
6235
6235
  __name(this, "Void");
package/dist/index.cjs CHANGED
@@ -59,7 +59,7 @@
59
59
 
60
60
 
61
61
 
62
- var _chunkXQV7WBWMcjs = require('./chunk-XQV7WBWM.cjs');
62
+ var _chunkD6FULEGGcjs = require('./chunk-D6FULEGG.cjs');
63
63
 
64
64
 
65
65
  var _chunkR2JXWA7Qcjs = require('./chunk-R2JXWA7Q.cjs');
@@ -126,4 +126,4 @@ require('./chunk-USNT2KNT.cjs');
126
126
 
127
127
 
128
128
 
129
- exports.AnyPointerList = _chunkXQV7WBWMcjs.AnyPointerList; exports.BoolList = _chunkXQV7WBWMcjs.BoolList; exports.CapnpRPC = _chunkXQV7WBWMcjs.CapnpRPC; exports.CodeGeneratorContext = _chunkR2JXWA7Qcjs.CodeGeneratorContext; exports.CompositeList = _chunkXQV7WBWMcjs.CompositeList; exports.Conn = _chunkXQV7WBWMcjs.Conn; exports.Data = _chunkXQV7WBWMcjs.Data; exports.DataList = _chunkXQV7WBWMcjs.DataList; exports.Deferred = _chunkXQV7WBWMcjs.Deferred; exports.DeferredTransport = _chunkXQV7WBWMcjs.DeferredTransport; exports.ErrorClient = _chunkXQV7WBWMcjs.ErrorClient; exports.Float32List = _chunkXQV7WBWMcjs.Float32List; exports.Float64List = _chunkXQV7WBWMcjs.Float64List; exports.Int16List = _chunkXQV7WBWMcjs.Int16List; exports.Int32List = _chunkXQV7WBWMcjs.Int32List; exports.Int64List = _chunkXQV7WBWMcjs.Int64List; exports.Int8List = _chunkXQV7WBWMcjs.Int8List; exports.Interface = _chunkXQV7WBWMcjs.Interface; exports.InterfaceList = _chunkXQV7WBWMcjs.InterfaceList; exports.List = _chunkXQV7WBWMcjs.List; exports.ListElementSize = _chunkXQV7WBWMcjs.ListElementSize; exports.Message = _chunkXQV7WBWMcjs.Message; exports.MessageChannelTransport = _chunkXQV7WBWMcjs.MessageChannelTransport; exports.ObjectSize = _chunkXQV7WBWMcjs.ObjectSize; exports.Orphan = _chunkXQV7WBWMcjs.Orphan; exports.Pipeline = _chunkXQV7WBWMcjs.Pipeline; exports.Pointer = _chunkXQV7WBWMcjs.Pointer; exports.PointerList = _chunkXQV7WBWMcjs.PointerList; exports.PointerType = _chunkXQV7WBWMcjs.PointerType; exports.Registry = _chunkXQV7WBWMcjs.Registry; exports.Server = _chunkXQV7WBWMcjs.Server; exports.Struct = _chunkXQV7WBWMcjs.Struct; exports.Text = _chunkXQV7WBWMcjs.Text; exports.TextList = _chunkXQV7WBWMcjs.TextList; exports.Uint16List = _chunkXQV7WBWMcjs.Uint16List; exports.Uint32List = _chunkXQV7WBWMcjs.Uint32List; exports.Uint64List = _chunkXQV7WBWMcjs.Uint64List; exports.Uint8List = _chunkXQV7WBWMcjs.Uint8List; exports.Void = _chunkXQV7WBWMcjs.Void; exports.VoidList = _chunkXQV7WBWMcjs.VoidList; exports.answerPipelineClient = _chunkXQV7WBWMcjs.answerPipelineClient; exports.clientFromResolution = _chunkXQV7WBWMcjs.clientFromResolution; exports.clientOrNull = _chunkXQV7WBWMcjs.clientOrNull; exports.copyCall = _chunkXQV7WBWMcjs.copyCall; exports.getBitMask = _chunkXQV7WBWMcjs.getBitMask; exports.getFloat32Mask = _chunkXQV7WBWMcjs.getFloat32Mask; exports.getFloat64Mask = _chunkXQV7WBWMcjs.getFloat64Mask; exports.getInt16Mask = _chunkXQV7WBWMcjs.getInt16Mask; exports.getInt32Mask = _chunkXQV7WBWMcjs.getInt32Mask; exports.getInt64Mask = _chunkXQV7WBWMcjs.getInt64Mask; exports.getInt8Mask = _chunkXQV7WBWMcjs.getInt8Mask; exports.getUint16Mask = _chunkXQV7WBWMcjs.getUint16Mask; exports.getUint32Mask = _chunkXQV7WBWMcjs.getUint32Mask; exports.getUint64Mask = _chunkXQV7WBWMcjs.getUint64Mask; exports.getUint8Mask = _chunkXQV7WBWMcjs.getUint8Mask; exports.isDataCall = _chunkXQV7WBWMcjs.isDataCall; exports.isFuncCall = _chunkXQV7WBWMcjs.isFuncCall; exports.isSameClient = _chunkXQV7WBWMcjs.isSameClient; exports.placeParams = _chunkXQV7WBWMcjs.placeParams; exports.readRawPointer = _chunkXQV7WBWMcjs.readRawPointer; exports.utils = _chunkXQV7WBWMcjs.utils;
129
+ exports.AnyPointerList = _chunkD6FULEGGcjs.AnyPointerList; exports.BoolList = _chunkD6FULEGGcjs.BoolList; exports.CapnpRPC = _chunkD6FULEGGcjs.CapnpRPC; exports.CodeGeneratorContext = _chunkR2JXWA7Qcjs.CodeGeneratorContext; exports.CompositeList = _chunkD6FULEGGcjs.CompositeList; exports.Conn = _chunkD6FULEGGcjs.Conn; exports.Data = _chunkD6FULEGGcjs.Data; exports.DataList = _chunkD6FULEGGcjs.DataList; exports.Deferred = _chunkD6FULEGGcjs.Deferred; exports.DeferredTransport = _chunkD6FULEGGcjs.DeferredTransport; exports.ErrorClient = _chunkD6FULEGGcjs.ErrorClient; exports.Float32List = _chunkD6FULEGGcjs.Float32List; exports.Float64List = _chunkD6FULEGGcjs.Float64List; exports.Int16List = _chunkD6FULEGGcjs.Int16List; exports.Int32List = _chunkD6FULEGGcjs.Int32List; exports.Int64List = _chunkD6FULEGGcjs.Int64List; exports.Int8List = _chunkD6FULEGGcjs.Int8List; exports.Interface = _chunkD6FULEGGcjs.Interface; exports.InterfaceList = _chunkD6FULEGGcjs.InterfaceList; exports.List = _chunkD6FULEGGcjs.List; exports.ListElementSize = _chunkD6FULEGGcjs.ListElementSize; exports.Message = _chunkD6FULEGGcjs.Message; exports.MessageChannelTransport = _chunkD6FULEGGcjs.MessageChannelTransport; exports.ObjectSize = _chunkD6FULEGGcjs.ObjectSize; exports.Orphan = _chunkD6FULEGGcjs.Orphan; exports.Pipeline = _chunkD6FULEGGcjs.Pipeline; exports.Pointer = _chunkD6FULEGGcjs.Pointer; exports.PointerList = _chunkD6FULEGGcjs.PointerList; exports.PointerType = _chunkD6FULEGGcjs.PointerType; exports.Registry = _chunkD6FULEGGcjs.Registry; exports.Server = _chunkD6FULEGGcjs.Server; exports.Struct = _chunkD6FULEGGcjs.Struct; exports.Text = _chunkD6FULEGGcjs.Text; exports.TextList = _chunkD6FULEGGcjs.TextList; exports.Uint16List = _chunkD6FULEGGcjs.Uint16List; exports.Uint32List = _chunkD6FULEGGcjs.Uint32List; exports.Uint64List = _chunkD6FULEGGcjs.Uint64List; exports.Uint8List = _chunkD6FULEGGcjs.Uint8List; exports.Void = _chunkD6FULEGGcjs.Void; exports.VoidList = _chunkD6FULEGGcjs.VoidList; exports.answerPipelineClient = _chunkD6FULEGGcjs.answerPipelineClient; exports.clientFromResolution = _chunkD6FULEGGcjs.clientFromResolution; exports.clientOrNull = _chunkD6FULEGGcjs.clientOrNull; exports.copyCall = _chunkD6FULEGGcjs.copyCall; exports.getBitMask = _chunkD6FULEGGcjs.getBitMask; exports.getFloat32Mask = _chunkD6FULEGGcjs.getFloat32Mask; exports.getFloat64Mask = _chunkD6FULEGGcjs.getFloat64Mask; exports.getInt16Mask = _chunkD6FULEGGcjs.getInt16Mask; exports.getInt32Mask = _chunkD6FULEGGcjs.getInt32Mask; exports.getInt64Mask = _chunkD6FULEGGcjs.getInt64Mask; exports.getInt8Mask = _chunkD6FULEGGcjs.getInt8Mask; exports.getUint16Mask = _chunkD6FULEGGcjs.getUint16Mask; exports.getUint32Mask = _chunkD6FULEGGcjs.getUint32Mask; exports.getUint64Mask = _chunkD6FULEGGcjs.getUint64Mask; exports.getUint8Mask = _chunkD6FULEGGcjs.getUint8Mask; exports.isDataCall = _chunkD6FULEGGcjs.isDataCall; exports.isFuncCall = _chunkD6FULEGGcjs.isFuncCall; exports.isSameClient = _chunkD6FULEGGcjs.isSameClient; exports.placeParams = _chunkD6FULEGGcjs.placeParams; exports.readRawPointer = _chunkD6FULEGGcjs.readRawPointer; exports.utils = _chunkD6FULEGGcjs.utils;
package/dist/index.js CHANGED
@@ -59,7 +59,7 @@ import {
59
59
  placeParams,
60
60
  readRawPointer,
61
61
  utils
62
- } from "./chunk-SYR4C2FT.js";
62
+ } from "./chunk-ZNJBAJ7V.js";
63
63
  import {
64
64
  CodeGeneratorContext
65
65
  } from "./chunk-CCU32X36.js";
package/dist/rpc.cjs CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkXQV7WBWMcjs = require('./chunk-XQV7WBWM.cjs');
4
+ var _chunkD6FULEGGcjs = require('./chunk-D6FULEGG.cjs');
5
5
  require('./chunk-USNT2KNT.cjs');
6
6
 
7
7
 
8
8
 
9
- exports.CapnpRPC = _chunkXQV7WBWMcjs.CapnpRPC; exports.MessageChannelTransport = _chunkXQV7WBWMcjs.MessageChannelTransport;
9
+ exports.CapnpRPC = _chunkD6FULEGGcjs.CapnpRPC; exports.MessageChannelTransport = _chunkD6FULEGGcjs.MessageChannelTransport;
package/dist/rpc.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CapnpRPC,
3
3
  MessageChannelTransport
4
- } from "./chunk-SYR4C2FT.js";
4
+ } from "./chunk-ZNJBAJ7V.js";
5
5
  import "./chunk-SHUYVCID.js";
6
6
  export {
7
7
  CapnpRPC,
package/dts/index.d.cts CHANGED
@@ -2857,94 +2857,8 @@ declare class PointerAllocationResult {
2857
2857
  readonly offsetWords: number;
2858
2858
  constructor(pointer: Pointer, offsetWords: number);
2859
2859
  }
2860
- export type utils_PointerAllocationResult = PointerAllocationResult;
2861
- declare const utils_PointerAllocationResult: typeof PointerAllocationResult;
2862
- declare const utils_add: typeof add;
2863
- declare const utils_adopt: typeof adopt;
2864
- declare const utils_checkDataBounds: typeof checkDataBounds;
2865
- declare const utils_checkPointerBounds: typeof checkPointerBounds;
2866
- declare const utils_copyFrom: typeof copyFrom;
2867
- declare const utils_copyFromInterface: typeof copyFromInterface;
2868
- declare const utils_copyFromList: typeof copyFromList;
2869
- declare const utils_copyFromStruct: typeof copyFromStruct;
2870
- declare const utils_disown: typeof disown;
2871
- declare const utils_dump: typeof dump$1;
2872
- declare const utils_erase: typeof erase;
2873
- declare const utils_erasePointer: typeof erasePointer;
2874
- declare const utils_followFar: typeof followFar;
2875
- declare const utils_followFars: typeof followFars;
2876
- declare const utils_getAs: typeof getAs;
2877
- declare const utils_getBit: typeof getBit;
2878
- declare const utils_getCapabilityId: typeof getCapabilityId;
2879
- declare const utils_getContent: typeof getContent;
2880
- declare const utils_getData: typeof getData;
2881
- declare const utils_getDataSection: typeof getDataSection;
2882
- declare const utils_getFarSegmentId: typeof getFarSegmentId;
2883
- declare const utils_getFloat32: typeof getFloat32;
2884
- declare const utils_getFloat64: typeof getFloat64;
2885
- declare const utils_getInt16: typeof getInt16;
2886
- declare const utils_getInt32: typeof getInt32;
2887
- declare const utils_getInt64: typeof getInt64;
2888
- declare const utils_getInt8: typeof getInt8;
2889
- declare const utils_getInterfaceClientOrNull: typeof getInterfaceClientOrNull;
2890
- declare const utils_getInterfaceClientOrNullAt: typeof getInterfaceClientOrNullAt;
2891
- declare const utils_getInterfacePointer: typeof getInterfacePointer;
2892
- declare const utils_getList: typeof getList;
2893
- declare const utils_getListByteLength: typeof getListByteLength;
2894
- declare const utils_getListElementByteLength: typeof getListElementByteLength;
2895
- declare const utils_getListElementSize: typeof getListElementSize;
2896
- declare const utils_getListLength: typeof getListLength;
2897
- declare const utils_getOffsetWords: typeof getOffsetWords;
2898
- declare const utils_getPointer: typeof getPointer;
2899
- declare const utils_getPointerAs: typeof getPointerAs;
2900
- declare const utils_getPointerSection: typeof getPointerSection;
2901
- declare const utils_getPointerType: typeof getPointerType;
2902
- declare const utils_getSize: typeof getSize;
2903
- declare const utils_getStruct: typeof getStruct;
2904
- declare const utils_getStructDataWords: typeof getStructDataWords;
2905
- declare const utils_getStructPointerLength: typeof getStructPointerLength;
2906
- declare const utils_getStructSize: typeof getStructSize;
2907
- declare const utils_getTargetCompositeListSize: typeof getTargetCompositeListSize;
2908
- declare const utils_getTargetCompositeListTag: typeof getTargetCompositeListTag;
2909
- declare const utils_getTargetListElementSize: typeof getTargetListElementSize;
2910
- declare const utils_getTargetListLength: typeof getTargetListLength;
2911
- declare const utils_getTargetPointerType: typeof getTargetPointerType;
2912
- declare const utils_getTargetStructSize: typeof getTargetStructSize;
2913
- declare const utils_getText: typeof getText;
2914
- declare const utils_getUint16: typeof getUint16;
2915
- declare const utils_getUint32: typeof getUint32;
2916
- declare const utils_getUint64: typeof getUint64;
2917
- declare const utils_getUint8: typeof getUint8;
2918
- declare const utils_initData: typeof initData;
2919
- declare const utils_initList: typeof initList;
2920
- declare const utils_initPointer: typeof initPointer;
2921
- declare const utils_initStruct: typeof initStruct;
2922
- declare const utils_initStructAt: typeof initStructAt;
2923
- declare const utils_isDoubleFar: typeof isDoubleFar;
2924
- declare const utils_isNull: typeof isNull;
2925
- declare const utils_relocateTo: typeof relocateTo;
2926
- declare const utils_resize: typeof resize;
2927
- declare const utils_setBit: typeof setBit;
2928
- declare const utils_setFarPointer: typeof setFarPointer;
2929
- declare const utils_setFloat32: typeof setFloat32;
2930
- declare const utils_setFloat64: typeof setFloat64;
2931
- declare const utils_setInt16: typeof setInt16;
2932
- declare const utils_setInt32: typeof setInt32;
2933
- declare const utils_setInt64: typeof setInt64;
2934
- declare const utils_setInt8: typeof setInt8;
2935
- declare const utils_setInterfacePointer: typeof setInterfacePointer;
2936
- declare const utils_setListPointer: typeof setListPointer;
2937
- declare const utils_setStructPointer: typeof setStructPointer;
2938
- declare const utils_setText: typeof setText;
2939
- declare const utils_setUint16: typeof setUint16;
2940
- declare const utils_setUint32: typeof setUint32;
2941
- declare const utils_setUint64: typeof setUint64;
2942
- declare const utils_setUint8: typeof setUint8;
2943
- declare const utils_testWhich: typeof testWhich;
2944
- declare const utils_trackPointerAllocation: typeof trackPointerAllocation;
2945
- declare const utils_validate: typeof validate;
2946
2860
  export declare namespace utils {
2947
- export { utils_PointerAllocationResult as utils_PointerAllocationResult, utils_add as utils_add, utils_adopt as utils_adopt, utils_checkDataBounds as utils_checkDataBounds, utils_checkPointerBounds as utils_checkPointerBounds, utils_copyFrom as utils_copyFrom, utils_copyFromInterface as utils_copyFromInterface, utils_copyFromList as utils_copyFromList, utils_copyFromStruct as utils_copyFromStruct, utils_disown as utils_disown, utils_dump as utils_dump, utils_erase as utils_erase, utils_erasePointer as utils_erasePointer, utils_followFar as utils_followFar, utils_followFars as utils_followFars, utils_getAs as utils_getAs, utils_getBit as utils_getBit, utils_getCapabilityId as utils_getCapabilityId, utils_getContent as utils_getContent, utils_getData as utils_getData, utils_getDataSection as utils_getDataSection, utils_getFarSegmentId as utils_getFarSegmentId, utils_getFloat32 as utils_getFloat32, utils_getFloat64 as utils_getFloat64, utils_getInt16 as utils_getInt16, utils_getInt32 as utils_getInt32, utils_getInt64 as utils_getInt64, utils_getInt8 as utils_getInt8, utils_getInterfaceClientOrNull as utils_getInterfaceClientOrNull, utils_getInterfaceClientOrNullAt as utils_getInterfaceClientOrNullAt, utils_getInterfacePointer as utils_getInterfacePointer, utils_getList as utils_getList, utils_getListByteLength as utils_getListByteLength, utils_getListElementByteLength as utils_getListElementByteLength, utils_getListElementSize as utils_getListElementSize, utils_getListLength as utils_getListLength, utils_getOffsetWords as utils_getOffsetWords, utils_getPointer as utils_getPointer, utils_getPointerAs as utils_getPointerAs, utils_getPointerSection as utils_getPointerSection, utils_getPointerType as utils_getPointerType, utils_getSize as utils_getSize, utils_getStruct as utils_getStruct, utils_getStructDataWords as utils_getStructDataWords, utils_getStructPointerLength as utils_getStructPointerLength, utils_getStructSize as utils_getStructSize, utils_getTargetCompositeListSize as utils_getTargetCompositeListSize, utils_getTargetCompositeListTag as utils_getTargetCompositeListTag, utils_getTargetListElementSize as utils_getTargetListElementSize, utils_getTargetListLength as utils_getTargetListLength, utils_getTargetPointerType as utils_getTargetPointerType, utils_getTargetStructSize as utils_getTargetStructSize, utils_getText as utils_getText, utils_getUint16 as utils_getUint16, utils_getUint32 as utils_getUint32, utils_getUint64 as utils_getUint64, utils_getUint8 as utils_getUint8, utils_initData as utils_initData, utils_initList as utils_initList, utils_initPointer as utils_initPointer, utils_initStruct as utils_initStruct, utils_initStructAt as utils_initStructAt, utils_isDoubleFar as utils_isDoubleFar, utils_isNull as utils_isNull, utils_relocateTo as utils_relocateTo, utils_resize as utils_resize, utils_setBit as utils_setBit, utils_setFarPointer as utils_setFarPointer, utils_setFloat32 as utils_setFloat32, utils_setFloat64 as utils_setFloat64, utils_setInt16 as utils_setInt16, utils_setInt32 as utils_setInt32, utils_setInt64 as utils_setInt64, utils_setInt8 as utils_setInt8, utils_setInterfacePointer as utils_setInterfacePointer, utils_setListPointer as utils_setListPointer, utils_setStructPointer as utils_setStructPointer, utils_setText as utils_setText, utils_setUint16 as utils_setUint16, utils_setUint32 as utils_setUint32, utils_setUint64 as utils_setUint64, utils_setUint8 as utils_setUint8, utils_testWhich as utils_testWhich, utils_trackPointerAllocation as utils_trackPointerAllocation, utils_validate as utils_validate };
2861
+ export { PointerAllocationResult, add, adopt, checkDataBounds, checkPointerBounds, copyFrom, copyFromInterface, copyFromList, copyFromStruct, disown, dump$1, erase, erasePointer, followFar, followFars, getAs, getBit, getCapabilityId, getContent, getData, getDataSection, getFarSegmentId, getFloat32, getFloat64, getInt16, getInt32, getInt64, getInt8, getInterfaceClientOrNull, getInterfaceClientOrNullAt, getInterfacePointer, getList, getListByteLength, getListElementByteLength, getListElementSize, getListLength, getOffsetWords, getPointer, getPointerAs, getPointerSection, getPointerType, getSize, getStruct, getStructDataWords, getStructPointerLength, getStructSize, getTargetCompositeListSize, getTargetCompositeListTag, getTargetListElementSize, getTargetListLength, getTargetPointerType, getTargetStructSize, getText, getUint16, getUint32, getUint64, getUint8, initData, initList, initPointer, initStruct, initStructAt, isDoubleFar, isNull, relocateTo, resize, setBit, setFarPointer, setFloat32, setFloat64, setInt16, setInt32, setInt64, setInt8, setInterfacePointer, setListPointer, setStructPointer, setText, setUint16, setUint32, setUint64, setUint8, testWhich, trackPointerAllocation, validate };
2948
2862
  }
2949
2863
  export declare const AnyPointerList: ListCtor<Pointer>;
2950
2864
  export declare class BoolList extends List<boolean> {
package/dts/index.d.ts CHANGED
@@ -2857,94 +2857,8 @@ declare class PointerAllocationResult {
2857
2857
  readonly offsetWords: number;
2858
2858
  constructor(pointer: Pointer, offsetWords: number);
2859
2859
  }
2860
- export type utils_PointerAllocationResult = PointerAllocationResult;
2861
- declare const utils_PointerAllocationResult: typeof PointerAllocationResult;
2862
- declare const utils_add: typeof add;
2863
- declare const utils_adopt: typeof adopt;
2864
- declare const utils_checkDataBounds: typeof checkDataBounds;
2865
- declare const utils_checkPointerBounds: typeof checkPointerBounds;
2866
- declare const utils_copyFrom: typeof copyFrom;
2867
- declare const utils_copyFromInterface: typeof copyFromInterface;
2868
- declare const utils_copyFromList: typeof copyFromList;
2869
- declare const utils_copyFromStruct: typeof copyFromStruct;
2870
- declare const utils_disown: typeof disown;
2871
- declare const utils_dump: typeof dump$1;
2872
- declare const utils_erase: typeof erase;
2873
- declare const utils_erasePointer: typeof erasePointer;
2874
- declare const utils_followFar: typeof followFar;
2875
- declare const utils_followFars: typeof followFars;
2876
- declare const utils_getAs: typeof getAs;
2877
- declare const utils_getBit: typeof getBit;
2878
- declare const utils_getCapabilityId: typeof getCapabilityId;
2879
- declare const utils_getContent: typeof getContent;
2880
- declare const utils_getData: typeof getData;
2881
- declare const utils_getDataSection: typeof getDataSection;
2882
- declare const utils_getFarSegmentId: typeof getFarSegmentId;
2883
- declare const utils_getFloat32: typeof getFloat32;
2884
- declare const utils_getFloat64: typeof getFloat64;
2885
- declare const utils_getInt16: typeof getInt16;
2886
- declare const utils_getInt32: typeof getInt32;
2887
- declare const utils_getInt64: typeof getInt64;
2888
- declare const utils_getInt8: typeof getInt8;
2889
- declare const utils_getInterfaceClientOrNull: typeof getInterfaceClientOrNull;
2890
- declare const utils_getInterfaceClientOrNullAt: typeof getInterfaceClientOrNullAt;
2891
- declare const utils_getInterfacePointer: typeof getInterfacePointer;
2892
- declare const utils_getList: typeof getList;
2893
- declare const utils_getListByteLength: typeof getListByteLength;
2894
- declare const utils_getListElementByteLength: typeof getListElementByteLength;
2895
- declare const utils_getListElementSize: typeof getListElementSize;
2896
- declare const utils_getListLength: typeof getListLength;
2897
- declare const utils_getOffsetWords: typeof getOffsetWords;
2898
- declare const utils_getPointer: typeof getPointer;
2899
- declare const utils_getPointerAs: typeof getPointerAs;
2900
- declare const utils_getPointerSection: typeof getPointerSection;
2901
- declare const utils_getPointerType: typeof getPointerType;
2902
- declare const utils_getSize: typeof getSize;
2903
- declare const utils_getStruct: typeof getStruct;
2904
- declare const utils_getStructDataWords: typeof getStructDataWords;
2905
- declare const utils_getStructPointerLength: typeof getStructPointerLength;
2906
- declare const utils_getStructSize: typeof getStructSize;
2907
- declare const utils_getTargetCompositeListSize: typeof getTargetCompositeListSize;
2908
- declare const utils_getTargetCompositeListTag: typeof getTargetCompositeListTag;
2909
- declare const utils_getTargetListElementSize: typeof getTargetListElementSize;
2910
- declare const utils_getTargetListLength: typeof getTargetListLength;
2911
- declare const utils_getTargetPointerType: typeof getTargetPointerType;
2912
- declare const utils_getTargetStructSize: typeof getTargetStructSize;
2913
- declare const utils_getText: typeof getText;
2914
- declare const utils_getUint16: typeof getUint16;
2915
- declare const utils_getUint32: typeof getUint32;
2916
- declare const utils_getUint64: typeof getUint64;
2917
- declare const utils_getUint8: typeof getUint8;
2918
- declare const utils_initData: typeof initData;
2919
- declare const utils_initList: typeof initList;
2920
- declare const utils_initPointer: typeof initPointer;
2921
- declare const utils_initStruct: typeof initStruct;
2922
- declare const utils_initStructAt: typeof initStructAt;
2923
- declare const utils_isDoubleFar: typeof isDoubleFar;
2924
- declare const utils_isNull: typeof isNull;
2925
- declare const utils_relocateTo: typeof relocateTo;
2926
- declare const utils_resize: typeof resize;
2927
- declare const utils_setBit: typeof setBit;
2928
- declare const utils_setFarPointer: typeof setFarPointer;
2929
- declare const utils_setFloat32: typeof setFloat32;
2930
- declare const utils_setFloat64: typeof setFloat64;
2931
- declare const utils_setInt16: typeof setInt16;
2932
- declare const utils_setInt32: typeof setInt32;
2933
- declare const utils_setInt64: typeof setInt64;
2934
- declare const utils_setInt8: typeof setInt8;
2935
- declare const utils_setInterfacePointer: typeof setInterfacePointer;
2936
- declare const utils_setListPointer: typeof setListPointer;
2937
- declare const utils_setStructPointer: typeof setStructPointer;
2938
- declare const utils_setText: typeof setText;
2939
- declare const utils_setUint16: typeof setUint16;
2940
- declare const utils_setUint32: typeof setUint32;
2941
- declare const utils_setUint64: typeof setUint64;
2942
- declare const utils_setUint8: typeof setUint8;
2943
- declare const utils_testWhich: typeof testWhich;
2944
- declare const utils_trackPointerAllocation: typeof trackPointerAllocation;
2945
- declare const utils_validate: typeof validate;
2946
2860
  export declare namespace utils {
2947
- export { utils_PointerAllocationResult as utils_PointerAllocationResult, utils_add as utils_add, utils_adopt as utils_adopt, utils_checkDataBounds as utils_checkDataBounds, utils_checkPointerBounds as utils_checkPointerBounds, utils_copyFrom as utils_copyFrom, utils_copyFromInterface as utils_copyFromInterface, utils_copyFromList as utils_copyFromList, utils_copyFromStruct as utils_copyFromStruct, utils_disown as utils_disown, utils_dump as utils_dump, utils_erase as utils_erase, utils_erasePointer as utils_erasePointer, utils_followFar as utils_followFar, utils_followFars as utils_followFars, utils_getAs as utils_getAs, utils_getBit as utils_getBit, utils_getCapabilityId as utils_getCapabilityId, utils_getContent as utils_getContent, utils_getData as utils_getData, utils_getDataSection as utils_getDataSection, utils_getFarSegmentId as utils_getFarSegmentId, utils_getFloat32 as utils_getFloat32, utils_getFloat64 as utils_getFloat64, utils_getInt16 as utils_getInt16, utils_getInt32 as utils_getInt32, utils_getInt64 as utils_getInt64, utils_getInt8 as utils_getInt8, utils_getInterfaceClientOrNull as utils_getInterfaceClientOrNull, utils_getInterfaceClientOrNullAt as utils_getInterfaceClientOrNullAt, utils_getInterfacePointer as utils_getInterfacePointer, utils_getList as utils_getList, utils_getListByteLength as utils_getListByteLength, utils_getListElementByteLength as utils_getListElementByteLength, utils_getListElementSize as utils_getListElementSize, utils_getListLength as utils_getListLength, utils_getOffsetWords as utils_getOffsetWords, utils_getPointer as utils_getPointer, utils_getPointerAs as utils_getPointerAs, utils_getPointerSection as utils_getPointerSection, utils_getPointerType as utils_getPointerType, utils_getSize as utils_getSize, utils_getStruct as utils_getStruct, utils_getStructDataWords as utils_getStructDataWords, utils_getStructPointerLength as utils_getStructPointerLength, utils_getStructSize as utils_getStructSize, utils_getTargetCompositeListSize as utils_getTargetCompositeListSize, utils_getTargetCompositeListTag as utils_getTargetCompositeListTag, utils_getTargetListElementSize as utils_getTargetListElementSize, utils_getTargetListLength as utils_getTargetListLength, utils_getTargetPointerType as utils_getTargetPointerType, utils_getTargetStructSize as utils_getTargetStructSize, utils_getText as utils_getText, utils_getUint16 as utils_getUint16, utils_getUint32 as utils_getUint32, utils_getUint64 as utils_getUint64, utils_getUint8 as utils_getUint8, utils_initData as utils_initData, utils_initList as utils_initList, utils_initPointer as utils_initPointer, utils_initStruct as utils_initStruct, utils_initStructAt as utils_initStructAt, utils_isDoubleFar as utils_isDoubleFar, utils_isNull as utils_isNull, utils_relocateTo as utils_relocateTo, utils_resize as utils_resize, utils_setBit as utils_setBit, utils_setFarPointer as utils_setFarPointer, utils_setFloat32 as utils_setFloat32, utils_setFloat64 as utils_setFloat64, utils_setInt16 as utils_setInt16, utils_setInt32 as utils_setInt32, utils_setInt64 as utils_setInt64, utils_setInt8 as utils_setInt8, utils_setInterfacePointer as utils_setInterfacePointer, utils_setListPointer as utils_setListPointer, utils_setStructPointer as utils_setStructPointer, utils_setText as utils_setText, utils_setUint16 as utils_setUint16, utils_setUint32 as utils_setUint32, utils_setUint64 as utils_setUint64, utils_setUint8 as utils_setUint8, utils_testWhich as utils_testWhich, utils_trackPointerAllocation as utils_trackPointerAllocation, utils_validate as utils_validate };
2861
+ export { PointerAllocationResult, add, adopt, checkDataBounds, checkPointerBounds, copyFrom, copyFromInterface, copyFromList, copyFromStruct, disown, dump$1, erase, erasePointer, followFar, followFars, getAs, getBit, getCapabilityId, getContent, getData, getDataSection, getFarSegmentId, getFloat32, getFloat64, getInt16, getInt32, getInt64, getInt8, getInterfaceClientOrNull, getInterfaceClientOrNullAt, getInterfacePointer, getList, getListByteLength, getListElementByteLength, getListElementSize, getListLength, getOffsetWords, getPointer, getPointerAs, getPointerSection, getPointerType, getSize, getStruct, getStructDataWords, getStructPointerLength, getStructSize, getTargetCompositeListSize, getTargetCompositeListTag, getTargetListElementSize, getTargetListLength, getTargetPointerType, getTargetStructSize, getText, getUint16, getUint32, getUint64, getUint8, initData, initList, initPointer, initStruct, initStructAt, isDoubleFar, isNull, relocateTo, resize, setBit, setFarPointer, setFloat32, setFloat64, setInt16, setInt32, setInt64, setInt8, setInterfacePointer, setListPointer, setStructPointer, setText, setUint16, setUint32, setUint64, setUint8, testWhich, trackPointerAllocation, validate };
2948
2862
  }
2949
2863
  export declare const AnyPointerList: ListCtor<Pointer>;
2950
2864
  export declare class BoolList extends List<boolean> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/capnp",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
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": {
@@ -115,8 +115,8 @@
115
115
  "peerDependencies": { "typescript": ">=4.0.0" },
116
116
  "peerDependenciesMeta": { "typescript": { "optional": false } },
117
117
  "dependencies": {
118
- "@stryke/fs": "^0.21.3",
119
- "@stryke/path": "^0.8.0",
118
+ "@stryke/fs": "^0.22.0",
119
+ "@stryke/path": "^0.8.1",
120
120
  "hex2dec": "^1.1.2"
121
121
  },
122
122
  "devDependencies": {
@@ -2,7 +2,7 @@ import {
2
2
  __name
3
3
  } from "./chunk-SHUYVCID.js";
4
4
 
5
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
5
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.0-_cOx6D.mjs
6
6
  var ListElementSize = /* @__PURE__ */ ((ListElementSize2) => {
7
7
  ListElementSize2[ListElementSize2["VOID"] = 0] = "VOID";
8
8
  ListElementSize2[ListElementSize2["BIT"] = 1] = "BIT";
@@ -2076,7 +2076,7 @@ function checkDataBounds(byteOffset, byteLength, s) {
2076
2076
  }
2077
2077
  __name(checkDataBounds, "checkDataBounds");
2078
2078
 
2079
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
2079
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.BvfUH5E6.mjs
2080
2080
  function CompositeList(CompositeClass) {
2081
2081
  return class extends List {
2082
2082
  static _capnp = {
@@ -2156,7 +2156,7 @@ function getBitMask(value, bitOffset) {
2156
2156
  }
2157
2157
  __name(getBitMask, "getBitMask");
2158
2158
 
2159
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
2159
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.GpvEvMIK.mjs
2160
2160
  var ArenaKind = /* @__PURE__ */ ((ArenaKind2) => {
2161
2161
  ArenaKind2[ArenaKind2["SINGLE_SEGMENT"] = 0] = "SINGLE_SEGMENT";
2162
2162
  ArenaKind2[ArenaKind2["MULTI_SEGMENT"] = 1] = "MULTI_SEGMENT";
@@ -3153,7 +3153,7 @@ function copy(m) {
3153
3153
  }
3154
3154
  __name(copy, "copy");
3155
3155
 
3156
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
3156
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/shared/capnp-es.UAt3nLGq.mjs
3157
3157
  var Interface = class extends Pointer {
3158
3158
  static {
3159
3159
  __name(this, "Interface");
@@ -3692,7 +3692,7 @@ var Server = class {
3692
3692
  }
3693
3693
  };
3694
3694
 
3695
- // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=54f3f30cc103ee00da951a56a326a2e2b656731d51269adc413474efb33259a4_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
3695
+ // ../../node_modules/.pnpm/capnp-es@0.0.11_patch_hash=503a440bd2bef41c0cb22819bc4ced5a7f04993fb999f0d944e284220f14916b_typescript@5.8.3/node_modules/capnp-es/dist/index.mjs
3696
3696
  var Void = class extends Struct {
3697
3697
  static {
3698
3698
  __name(this, "Void");