@stryke/capnp 0.12.81 → 0.12.82
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 +23 -17
- package/bin/capnpc.d.cts +6 -0
- package/bin/capnpc.d.cts.map +1 -1
- package/bin/capnpc.d.mts +6 -0
- package/bin/capnpc.d.mts.map +1 -1
- package/bin/capnpc.mjs +23 -17
- package/bin/capnpc.mjs.map +1 -1
- package/dist/{compile-DaPDjVFU.cjs → compile-DI5-92za.cjs} +1 -1
- package/dist/{compile-BFDF_9ct.mjs → compile-OPOvCjdO.mjs} +2 -2
- package/dist/{compile-BFDF_9ct.mjs.map → compile-OPOvCjdO.mjs.map} +1 -1
- package/dist/compile.cjs +2 -2
- package/dist/compile.mjs +2 -2
- package/dist/{helpers-CJFuoRwm.cjs → helpers-D3oxyKcQ.cjs} +8 -8
- package/dist/{helpers-CJpyoOE6.mjs → helpers-DN2tMgBs.mjs} +9 -9
- package/dist/{helpers-CJpyoOE6.mjs.map → helpers-DN2tMgBs.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 +5 -5
package/dist/compile.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
require('./helpers-
|
|
2
|
-
const require_compile = require('./compile-
|
|
1
|
+
require('./helpers-D3oxyKcQ.cjs');
|
|
2
|
+
const require_compile = require('./compile-DI5-92za.cjs');
|
|
3
3
|
|
|
4
4
|
exports.capnpc = require_compile.capnpc;
|
|
5
5
|
exports.compile = require_compile.compile;
|
package/dist/compile.mjs
CHANGED
|
@@ -34,7 +34,7 @@ let __stryke_fs_list_files = require("@stryke/fs/list-files");
|
|
|
34
34
|
let __stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
|
|
35
35
|
let __stryke_path_join_paths = require("@stryke/path/join-paths");
|
|
36
36
|
|
|
37
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
37
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
|
|
38
38
|
var DEFAULT_COLOR_CONFIG = {
|
|
39
39
|
light: {
|
|
40
40
|
background: "#fafafa",
|
|
@@ -2211,7 +2211,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
2211
2211
|
}));
|
|
2212
2212
|
|
|
2213
2213
|
//#endregion
|
|
2214
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2214
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
|
|
2215
2215
|
var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
|
|
2216
2216
|
var chalkDefault = {
|
|
2217
2217
|
hex: (_) => (message) => message,
|
|
@@ -2243,14 +2243,14 @@ var getChalk = () => {
|
|
|
2243
2243
|
};
|
|
2244
2244
|
|
|
2245
2245
|
//#endregion
|
|
2246
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2246
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
|
|
2247
2247
|
function isUnicodeSupported() {
|
|
2248
2248
|
if (process.platform !== "win32") return process.env.TERM !== "linux";
|
|
2249
2249
|
return Boolean(process.env.WT_SESSION) || Boolean(process.env.TERMINUS_SUBLIME) || process.env.ConEmuTask === "{cmd::Cmder}" || process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
2250
2250
|
}
|
|
2251
2251
|
|
|
2252
2252
|
//#endregion
|
|
2253
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2253
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
|
|
2254
2254
|
var LogLevel = {
|
|
2255
2255
|
SILENT: 0,
|
|
2256
2256
|
FATAL: 10,
|
|
@@ -2275,7 +2275,7 @@ var LogLevelLabel = {
|
|
|
2275
2275
|
};
|
|
2276
2276
|
|
|
2277
2277
|
//#endregion
|
|
2278
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2278
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
|
|
2279
2279
|
var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
|
|
2280
2280
|
var CONSOLE_ICONS = {
|
|
2281
2281
|
[LogLevelLabel.ERROR]: useIcon("✘", "×"),
|
|
@@ -2289,13 +2289,13 @@ var CONSOLE_ICONS = {
|
|
|
2289
2289
|
};
|
|
2290
2290
|
|
|
2291
2291
|
//#endregion
|
|
2292
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2292
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
|
|
2293
2293
|
var formatTimestamp = (date = /* @__PURE__ */ new Date()) => {
|
|
2294
2294
|
return `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`;
|
|
2295
2295
|
};
|
|
2296
2296
|
|
|
2297
2297
|
//#endregion
|
|
2298
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2298
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
|
|
2299
2299
|
var getLogLevel = (label) => {
|
|
2300
2300
|
switch (label) {
|
|
2301
2301
|
case "all": return LogLevel.ALL;
|
|
@@ -2311,7 +2311,7 @@ var getLogLevel = (label) => {
|
|
|
2311
2311
|
};
|
|
2312
2312
|
|
|
2313
2313
|
//#endregion
|
|
2314
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2314
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
|
|
2315
2315
|
var daysInYear = 365.2425;
|
|
2316
2316
|
-(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
|
|
2317
2317
|
var secondsInDay = 3600 * 24;
|
|
@@ -36,7 +36,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
36
36
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
37
37
|
|
|
38
38
|
//#endregion
|
|
39
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
39
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-DJB7XLHA.js
|
|
40
40
|
var DEFAULT_COLOR_CONFIG = {
|
|
41
41
|
light: {
|
|
42
42
|
background: "#fafafa",
|
|
@@ -2213,7 +2213,7 @@ var require_source = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
2213
2213
|
}));
|
|
2214
2214
|
|
|
2215
2215
|
//#endregion
|
|
2216
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2216
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-HVVJHTFS.js
|
|
2217
2217
|
var import_source = /* @__PURE__ */ __toESM(require_source(), 1);
|
|
2218
2218
|
var chalkDefault = {
|
|
2219
2219
|
hex: (_) => (message) => message,
|
|
@@ -2245,14 +2245,14 @@ var getChalk = () => {
|
|
|
2245
2245
|
};
|
|
2246
2246
|
|
|
2247
2247
|
//#endregion
|
|
2248
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2248
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-G2MK47WL.js
|
|
2249
2249
|
function isUnicodeSupported() {
|
|
2250
2250
|
if (process.platform !== "win32") return process.env.TERM !== "linux";
|
|
2251
2251
|
return Boolean(process.env.WT_SESSION) || Boolean(process.env.TERMINUS_SUBLIME) || process.env.ConEmuTask === "{cmd::Cmder}" || process.env.TERM_PROGRAM === "Terminus-Sublime" || process.env.TERM_PROGRAM === "vscode" || process.env.TERM === "xterm-256color" || process.env.TERM === "alacritty" || process.env.TERM === "rxvt-unicode" || process.env.TERM === "rxvt-unicode-256color" || process.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
2252
2252
|
}
|
|
2253
2253
|
|
|
2254
2254
|
//#endregion
|
|
2255
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2255
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.js
|
|
2256
2256
|
var LogLevel = {
|
|
2257
2257
|
SILENT: 0,
|
|
2258
2258
|
FATAL: 10,
|
|
@@ -2277,7 +2277,7 @@ var LogLevelLabel = {
|
|
|
2277
2277
|
};
|
|
2278
2278
|
|
|
2279
2279
|
//#endregion
|
|
2280
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2280
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-AITAR5W5.js
|
|
2281
2281
|
var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
|
|
2282
2282
|
var CONSOLE_ICONS = {
|
|
2283
2283
|
[LogLevelLabel.ERROR]: useIcon("✘", "×"),
|
|
@@ -2291,13 +2291,13 @@ var CONSOLE_ICONS = {
|
|
|
2291
2291
|
};
|
|
2292
2292
|
|
|
2293
2293
|
//#endregion
|
|
2294
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2294
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-CZ4IE2QN.js
|
|
2295
2295
|
var formatTimestamp = (date = /* @__PURE__ */ new Date()) => {
|
|
2296
2296
|
return `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`;
|
|
2297
2297
|
};
|
|
2298
2298
|
|
|
2299
2299
|
//#endregion
|
|
2300
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2300
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-K4CDYUQR.js
|
|
2301
2301
|
var getLogLevel = (label) => {
|
|
2302
2302
|
switch (label) {
|
|
2303
2303
|
case "all": return LogLevel.ALL;
|
|
@@ -2313,7 +2313,7 @@ var getLogLevel = (label) => {
|
|
|
2313
2313
|
};
|
|
2314
2314
|
|
|
2315
2315
|
//#endregion
|
|
2316
|
-
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.
|
|
2316
|
+
//#region ../../node_modules/.pnpm/@storm-software+config-tools@1.189.22/node_modules/@storm-software/config-tools/dist/chunk-SPHE3YEH.js
|
|
2317
2317
|
var daysInYear = 365.2425;
|
|
2318
2318
|
-(Math.pow(10, 8) * 24 * 60 * 60 * 1e3);
|
|
2319
2319
|
var secondsInDay = 3600 * 24;
|
|
@@ -3000,4 +3000,4 @@ async function resolveOptions(options) {
|
|
|
3000
3000
|
|
|
3001
3001
|
//#endregion
|
|
3002
3002
|
export { writeWarning as n, resolveOptions as t };
|
|
3003
|
-
//# sourceMappingURL=helpers-
|
|
3003
|
+
//# sourceMappingURL=helpers-DN2tMgBs.mjs.map
|