@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/bin/capnpc.cjs +126 -4
- package/bin/capnpc.js +126 -4
- package/dist/{chunk-MLCARVMF.js → chunk-FP42YKAZ.js} +19 -3
- package/dist/{chunk-IRIBPNFP.cjs → chunk-GTDJDX77.cjs} +20 -4
- package/dist/{chunk-4CXBQVXH.js → chunk-NKATTHKT.js} +109 -0
- package/dist/{chunk-ZU4BKCAM.cjs → chunk-SH2ISQVR.cjs} +112 -3
- package/dist/compile.cjs +3 -3
- package/dist/compile.js +2 -2
- package/dist/helpers.cjs +2 -2
- package/dist/helpers.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/schemas/persistent.cjs +20 -20
- package/schemas/persistent.js +1 -1
- package/schemas/rpc-twoparty.cjs +32 -32
- package/schemas/rpc-twoparty.js +1 -1
- package/schemas/rpc.cjs +495 -495
- package/schemas/rpc.js +1 -1
- package/schemas/schema.cjs +675 -675
- package/schemas/schema.js +1 -1
- package/schemas/{chunk-OKQBZPI3.js → chunk-YDIMDO2B.js} +6 -6
- package/schemas/{chunk-ERVRKJ2S.cjs → chunk-Z7HGBQR4.cjs} +6 -6
package/schemas/schema.js
CHANGED
|
@@ -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
|
|