@stryke/capnp 0.10.4 → 0.10.6

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/schemas/schema.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  Struct,
5
5
  getUint16Mask,
6
6
  utils
7
- } from "./chunk-OKQBZPI3.js";
7
+ } from "./chunk-YDIMDO2B.js";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-SHUYVCID.js";
@@ -4080,6 +4080,12 @@ import { parseTar, parseTarGzip } from "nanotar";
4080
4080
  import { createWriteStream, mkdirSync, rmSync } from "node:fs";
4081
4081
  import { mkdir, readFile, rm } from "node:fs/promises";
4082
4082
 
4083
+ // ../path/src/get-workspace-root.ts
4084
+ import { findWorkspaceRootSafe } from "@storm-software/config-tools";
4085
+
4086
+ // ../path/src/is-file.ts
4087
+ import { lstatSync, statSync } from "node:fs";
4088
+
4083
4089
  // src/compile.ts
4084
4090
  import defu2 from "defu";
4085
4091
  import { Buffer as Buffer2 } from "node:buffer";
@@ -4646,15 +4652,9 @@ StormJSON.instance.registerCustom({
4646
4652
  import { existsSync as existsSync2, readFileSync as readFileSyncFs } from "node:fs";
4647
4653
  import { readFile as readFileFs } from "node:fs/promises";
4648
4654
 
4649
- // ../path/src/is-file.ts
4650
- import { lstatSync, statSync } from "node:fs";
4651
-
4652
4655
  // ../path/src/file-path-fns.ts
4653
4656
  import { relative } from "node:path";
4654
4657
 
4655
- // ../path/src/get-workspace-root.ts
4656
- import { findWorkspaceRootSafe } from "@storm-software/config-tools";
4657
-
4658
4658
  // ../fs/src/write-file.ts
4659
4659
  import { writeFileSync as writeFileSyncFs } from "node:fs";
4660
4660
  import { writeFile as writeFileFs } from "node:fs/promises";
@@ -4080,6 +4080,12 @@ var _nanotar = require('nanotar');
4080
4080
 
4081
4081
 
4082
4082
 
4083
+ // ../path/src/get-workspace-root.ts
4084
+ var _configtools = require('@storm-software/config-tools');
4085
+
4086
+ // ../path/src/is-file.ts
4087
+
4088
+
4083
4089
  // src/compile.ts
4084
4090
  var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
4085
4091
  var _buffer = require('buffer');
@@ -4646,15 +4652,9 @@ StormJSON.instance.registerCustom({
4646
4652
 
4647
4653
 
4648
4654
 
4649
- // ../path/src/is-file.ts
4650
-
4651
-
4652
4655
  // ../path/src/file-path-fns.ts
4653
4656
  var _path = require('path');
4654
4657
 
4655
- // ../path/src/get-workspace-root.ts
4656
- var _configtools = require('@storm-software/config-tools');
4657
-
4658
4658
  // ../fs/src/write-file.ts
4659
4659
 
4660
4660