zeed 1.3.1 → 1.4.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/AGENTS.md +50 -211
- package/README.md +16 -0
- package/dist/_experiments/bitcask.cjs +2 -2
- package/dist/common/exec/index.d.cts +1 -1
- package/dist/common/exec/index.d.mts +1 -1
- package/dist/common/exec/pool.d.cts +1 -1
- package/dist/common/exec/pool.d.mts +1 -1
- package/dist/common/exec/progress.d.cts +1 -1
- package/dist/common/exec/progress.d.mts +1 -1
- package/dist/common/exec/queue.d.cts +1 -1
- package/dist/common/exec/queue.d.mts +1 -1
- package/dist/common/index.d.cts +1 -1
- package/dist/common/index.d.mts +1 -1
- package/dist/common/msg/channel-debug.d.cts +1 -1
- package/dist/common/msg/channel-debug.d.mts +1 -1
- package/dist/common/msg/channel-local.d.cts +1 -1
- package/dist/common/msg/channel-local.d.mts +1 -1
- package/dist/common/msg/channel-resilient.d.cts +1 -1
- package/dist/common/msg/channel-resilient.d.mts +1 -1
- package/dist/common/msg/channel-wkwebview.d.cts +2 -1
- package/dist/common/msg/channel-wkwebview.d.mts +2 -1
- package/dist/common/msg/channel.d.cts +1 -1
- package/dist/common/msg/channel.d.mts +1 -1
- package/dist/common/msg/emitter.d.cts +1 -1
- package/dist/common/msg/emitter.d.mts +1 -1
- package/dist/common/msg/index.d.cts +1 -1
- package/dist/common/msg/index.d.mts +1 -1
- package/dist/common/msg/messages.d.cts +1 -1
- package/dist/common/msg/messages.d.mts +1 -1
- package/dist/common/msg/pubsub.d.cts +1 -1
- package/dist/common/msg/pubsub.d.mts +1 -1
- package/dist/{index-DHXVOH8h.d.cts → index-CFkMqHvX.d.cts} +1 -2
- package/dist/{index-DMaPyx9O.d.mts → index-C_3Y_s6f.d.mts} +1 -2
- package/dist/index.all.d.cts +1 -1
- package/dist/index.all.d.mts +1 -1
- package/dist/index.browser.d.cts +1 -1
- package/dist/index.browser.d.mts +1 -1
- package/dist/index.node.d.cts +1 -1
- package/dist/index.node.d.mts +1 -1
- package/dist/node/args.cjs +1 -1
- package/dist/node/crypto.cjs +1 -1
- package/dist/node/env.cjs +2 -2
- package/dist/node/files-async.cjs +1 -1
- package/dist/node/files.cjs +1 -1
- package/dist/node/filestorage.cjs +1 -1
- package/dist/node/fs.cjs +1 -1
- package/dist/node/log/log-context-node.cjs +1 -1
- package/dist/node/log/log-file.cjs +1 -1
- package/dist/node/log/log-node.cjs +2 -2
- package/dist/node/log/log-rotation.cjs +1 -1
- package/dist/node/log/log-util.cjs +1 -1
- package/package.json +14 -14
- package/src/common/schema/README.md +247 -66
- package/src/common/schema/README-SCHEMA.md +0 -0
package/dist/index.all.d.cts
CHANGED
|
@@ -67,7 +67,7 @@ import { n as getGlobalConsole, t as LogOriginalConsole } from "./log-console-or
|
|
|
67
67
|
import { t as LoggerContext } from "./log-context-CV5ddxSr.cjs";
|
|
68
68
|
import { a as useLevelFilter, i as parseLogLevel, n as getNamespaceFilterString, o as useNamespaceFilter, r as joinLogStrings, t as NamespaceFilter } from "./log-filter-DL8kjJv_.cjs";
|
|
69
69
|
import { n as logMessageFromCompact, t as LoggerMemoryHandler } from "./log-memory-CwRu7A3J.cjs";
|
|
70
|
-
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-
|
|
70
|
+
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-CFkMqHvX.cjs";
|
|
71
71
|
import { a as RPCOptions, c as ReturnType, d as useRPCHub, i as RPCMode, l as UseRPCHubType, n as RPCFn, o as RPCOptionsBasic, r as RPCMessage, s as RPCReturn, t as ArgumentsType, u as useRPC } from "./rpc-5Ln_Xp7t.cjs";
|
|
72
72
|
import { a as fetchOptionsFormURLEncoded, c as fetchText, i as fetchOptionsBasicAuth, l as httpMethod, n as fetchJson, o as fetchOptionsJson, r as fetchOptionType, s as fetchOptionsType, t as fetchBasic, u as parseBasicAuth } from "./network-B9L87z99.cjs";
|
|
73
73
|
import { a as getWindow, i as getNavigator, n as getGlobal, o as isBrowser, r as getLocalStorage, s as useExitHandler, t as detect } from "./platform-dMHkbfcr.cjs";
|
package/dist/index.all.d.mts
CHANGED
|
@@ -66,7 +66,7 @@ import { n as getGlobalConsole, t as LogOriginalConsole } from "./log-console-or
|
|
|
66
66
|
import { t as LoggerContext } from "./log-context-BgwUIe6z.mjs";
|
|
67
67
|
import { a as useLevelFilter, i as parseLogLevel, n as getNamespaceFilterString, o as useNamespaceFilter, r as joinLogStrings, t as NamespaceFilter } from "./log-filter-eLfbaMpx.mjs";
|
|
68
68
|
import { n as logMessageFromCompact, t as LoggerMemoryHandler } from "./log-memory-BIHcgKB5.mjs";
|
|
69
|
-
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-
|
|
69
|
+
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-C_3Y_s6f.mjs";
|
|
70
70
|
import { a as RPCOptions, c as ReturnType, d as useRPCHub, i as RPCMode, l as UseRPCHubType, n as RPCFn, o as RPCOptionsBasic, r as RPCMessage, s as RPCReturn, t as ArgumentsType, u as useRPC } from "./rpc-DX1FYLVn.mjs";
|
|
71
71
|
import { a as fetchOptionsFormURLEncoded, c as fetchText, i as fetchOptionsBasicAuth, l as httpMethod, n as fetchJson, o as fetchOptionsJson, r as fetchOptionType, s as fetchOptionsType, t as fetchBasic, u as parseBasicAuth } from "./network-BAUAZ5kG.mjs";
|
|
72
72
|
import { a as getWindow, i as getNavigator, n as getGlobal, o as isBrowser, r as getLocalStorage, s as useExitHandler, t as detect } from "./platform-BhOXtNrQ.mjs";
|
package/dist/index.browser.d.cts
CHANGED
|
@@ -67,7 +67,7 @@ import { n as getGlobalConsole, t as LogOriginalConsole } from "./log-console-or
|
|
|
67
67
|
import { t as LoggerContext } from "./log-context-CV5ddxSr.cjs";
|
|
68
68
|
import { a as useLevelFilter, i as parseLogLevel, n as getNamespaceFilterString, o as useNamespaceFilter, r as joinLogStrings, t as NamespaceFilter } from "./log-filter-DL8kjJv_.cjs";
|
|
69
69
|
import { n as logMessageFromCompact, t as LoggerMemoryHandler } from "./log-memory-CwRu7A3J.cjs";
|
|
70
|
-
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-
|
|
70
|
+
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-CFkMqHvX.cjs";
|
|
71
71
|
import { a as RPCOptions, c as ReturnType, d as useRPCHub, i as RPCMode, l as UseRPCHubType, n as RPCFn, o as RPCOptionsBasic, r as RPCMessage, s as RPCReturn, t as ArgumentsType, u as useRPC } from "./rpc-5Ln_Xp7t.cjs";
|
|
72
72
|
import { a as fetchOptionsFormURLEncoded, c as fetchText, i as fetchOptionsBasicAuth, l as httpMethod, n as fetchJson, o as fetchOptionsJson, r as fetchOptionType, s as fetchOptionsType, t as fetchBasic, u as parseBasicAuth } from "./network-B9L87z99.cjs";
|
|
73
73
|
import { a as getWindow, i as getNavigator, n as getGlobal, o as isBrowser, r as getLocalStorage, s as useExitHandler, t as detect } from "./platform-dMHkbfcr.cjs";
|
package/dist/index.browser.d.mts
CHANGED
|
@@ -66,7 +66,7 @@ import { n as getGlobalConsole, t as LogOriginalConsole } from "./log-console-or
|
|
|
66
66
|
import { t as LoggerContext } from "./log-context-BgwUIe6z.mjs";
|
|
67
67
|
import { a as useLevelFilter, i as parseLogLevel, n as getNamespaceFilterString, o as useNamespaceFilter, r as joinLogStrings, t as NamespaceFilter } from "./log-filter-eLfbaMpx.mjs";
|
|
68
68
|
import { n as logMessageFromCompact, t as LoggerMemoryHandler } from "./log-memory-BIHcgKB5.mjs";
|
|
69
|
-
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-
|
|
69
|
+
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-C_3Y_s6f.mjs";
|
|
70
70
|
import { a as RPCOptions, c as ReturnType, d as useRPCHub, i as RPCMode, l as UseRPCHubType, n as RPCFn, o as RPCOptionsBasic, r as RPCMessage, s as RPCReturn, t as ArgumentsType, u as useRPC } from "./rpc-DX1FYLVn.mjs";
|
|
71
71
|
import { a as fetchOptionsFormURLEncoded, c as fetchText, i as fetchOptionsBasicAuth, l as httpMethod, n as fetchJson, o as fetchOptionsJson, r as fetchOptionType, s as fetchOptionsType, t as fetchBasic, u as parseBasicAuth } from "./network-BAUAZ5kG.mjs";
|
|
72
72
|
import { a as getWindow, i as getNavigator, n as getGlobal, o as isBrowser, r as getLocalStorage, s as useExitHandler, t as detect } from "./platform-BhOXtNrQ.mjs";
|
package/dist/index.node.d.cts
CHANGED
|
@@ -60,7 +60,7 @@ import { n as getGlobalConsole, t as LogOriginalConsole } from "./log-console-or
|
|
|
60
60
|
import { t as LoggerContext } from "./log-context-CV5ddxSr.cjs";
|
|
61
61
|
import { a as useLevelFilter, i as parseLogLevel, n as getNamespaceFilterString, o as useNamespaceFilter, r as joinLogStrings, t as NamespaceFilter } from "./log-filter-DL8kjJv_.cjs";
|
|
62
62
|
import { n as logMessageFromCompact, t as LoggerMemoryHandler } from "./log-memory-CwRu7A3J.cjs";
|
|
63
|
-
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-
|
|
63
|
+
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-CFkMqHvX.cjs";
|
|
64
64
|
import { a as RPCOptions, c as ReturnType, d as useRPCHub, i as RPCMode, l as UseRPCHubType, n as RPCFn, o as RPCOptionsBasic, r as RPCMessage, s as RPCReturn, t as ArgumentsType, u as useRPC } from "./rpc-5Ln_Xp7t.cjs";
|
|
65
65
|
import { a as fetchOptionsFormURLEncoded, c as fetchText, i as fetchOptionsBasicAuth, l as httpMethod, n as fetchJson, o as fetchOptionsJson, r as fetchOptionType, s as fetchOptionsType, t as fetchBasic, u as parseBasicAuth } from "./network-B9L87z99.cjs";
|
|
66
66
|
import { a as getWindow, i as getNavigator, n as getGlobal, o as isBrowser, r as getLocalStorage, s as useExitHandler, t as detect } from "./platform-dMHkbfcr.cjs";
|
package/dist/index.node.d.mts
CHANGED
|
@@ -59,7 +59,7 @@ import { n as getGlobalConsole, t as LogOriginalConsole } from "./log-console-or
|
|
|
59
59
|
import { t as LoggerContext } from "./log-context-BgwUIe6z.mjs";
|
|
60
60
|
import { a as useLevelFilter, i as parseLogLevel, n as getNamespaceFilterString, o as useNamespaceFilter, r as joinLogStrings, t as NamespaceFilter } from "./log-filter-eLfbaMpx.mjs";
|
|
61
61
|
import { n as logMessageFromCompact, t as LoggerMemoryHandler } from "./log-memory-BIHcgKB5.mjs";
|
|
62
|
-
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-
|
|
62
|
+
import { A as Channel, C as MessagesOptions, D as LocalChannel, E as ResillientChannel, F as EmitterHandler, I as EmitterSubscriberOptions, L as ListenerSignature, M as DefaultListener, N as Emitter, O as createLocalChannelPair, P as EmitterAllHandler, R as ZeedGlobalEmitter, S as MessagesMethods, T as useMessageHub, _ as MessageAction, a as PoolTask, b as MessageResult, c as PoolTaskIdConflictResolution, d as Progress, f as ProgressOptions, g as Message, h as usePubSub, i as PoolConfig, j as ChannelMessageEvent, k as DebugChannel, l as PoolTaskState, m as PubSubConfig, n as TaskEvents, o as PoolTaskEvents, p as PubSub, r as TaskFn, s as PoolTaskFn, t as SerialQueue, u as usePool, v as MessageDefinitions, w as createPromiseProxy, x as MessagesDefaultMethods, y as MessageHub, z as getGlobalEmitter } from "./index-C_3Y_s6f.mjs";
|
|
63
63
|
import { a as RPCOptions, c as ReturnType, d as useRPCHub, i as RPCMode, l as UseRPCHubType, n as RPCFn, o as RPCOptionsBasic, r as RPCMessage, s as RPCReturn, t as ArgumentsType, u as useRPC } from "./rpc-DX1FYLVn.mjs";
|
|
64
64
|
import { a as fetchOptionsFormURLEncoded, c as fetchText, i as fetchOptionsBasicAuth, l as httpMethod, n as fetchJson, o as fetchOptionsJson, r as fetchOptionType, s as fetchOptionsType, t as fetchBasic, u as parseBasicAuth } from "./network-BAUAZ5kG.mjs";
|
|
65
65
|
import { a as getWindow, i as getNavigator, n as getGlobal, o as isBrowser, r as getLocalStorage, s as useExitHandler, t as detect } from "./platform-BhOXtNrQ.mjs";
|
package/dist/node/args.cjs
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
2
2
|
const require_chunk = require('../chunk-uaV2rQ02.cjs');
|
|
3
3
|
const require_common_data_camelcase = require('../common/data/camelcase.cjs');
|
|
4
4
|
let node_process = require("node:process");
|
|
5
|
-
node_process = require_chunk.__toESM(node_process);
|
|
5
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
6
6
|
|
|
7
7
|
//#region src/node/args.ts
|
|
8
8
|
/**
|
package/dist/node/crypto.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('../chunk-uaV2rQ02.cjs');
|
|
3
3
|
let node_crypto = require("node:crypto");
|
|
4
|
-
node_crypto = require_chunk.__toESM(node_crypto);
|
|
4
|
+
node_crypto = require_chunk.__toESM(node_crypto, 1);
|
|
5
5
|
|
|
6
6
|
//#region src/node/crypto.ts
|
|
7
7
|
function setupWebCrypto() {
|
package/dist/node/env.cjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('../chunk-uaV2rQ02.cjs');
|
|
3
3
|
let node_process = require("node:process");
|
|
4
|
-
node_process = require_chunk.__toESM(node_process);
|
|
4
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
5
5
|
let node_fs = require("node:fs");
|
|
6
|
-
node_fs = require_chunk.__toESM(node_fs);
|
|
6
|
+
node_fs = require_chunk.__toESM(node_fs, 1);
|
|
7
7
|
let node_path = require("node:path");
|
|
8
8
|
|
|
9
9
|
//#region src/node/env.ts
|
|
@@ -3,7 +3,7 @@ const require_chunk = require('../chunk-uaV2rQ02.cjs');
|
|
|
3
3
|
const require_node_fs = require('./fs.cjs');
|
|
4
4
|
const require_node_glob = require('./glob.cjs');
|
|
5
5
|
let node_process = require("node:process");
|
|
6
|
-
node_process = require_chunk.__toESM(node_process);
|
|
6
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
7
7
|
let node_path = require("node:path");
|
|
8
8
|
let node_fs_promises = require("node:fs/promises");
|
|
9
9
|
|
package/dist/node/files.cjs
CHANGED
|
@@ -3,7 +3,7 @@ const require_chunk = require('../chunk-uaV2rQ02.cjs');
|
|
|
3
3
|
const require_node_fs = require('./fs.cjs');
|
|
4
4
|
const require_node_glob = require('./glob.cjs');
|
|
5
5
|
let node_process = require("node:process");
|
|
6
|
-
node_process = require_chunk.__toESM(node_process);
|
|
6
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
let node_path = require("node:path");
|
|
9
9
|
|
|
@@ -4,7 +4,7 @@ const require_common_data_json = require('../common/data/json.cjs');
|
|
|
4
4
|
const require_common_data_utils = require('../common/data/utils.cjs');
|
|
5
5
|
const require_common_data_path = require('../common/data/path.cjs');
|
|
6
6
|
let node_process = require("node:process");
|
|
7
|
-
node_process = require_chunk.__toESM(node_process);
|
|
7
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
8
8
|
let node_fs = require("node:fs");
|
|
9
9
|
let node_path = require("node:path");
|
|
10
10
|
let node_buffer = require("node:buffer");
|
package/dist/node/fs.cjs
CHANGED
|
@@ -4,7 +4,7 @@ const require_common_data_json = require('../common/data/json.cjs');
|
|
|
4
4
|
const require_common_data_is = require('../common/data/is.cjs');
|
|
5
5
|
const require_bin = require('../bin-Ddaz2lxM.cjs');
|
|
6
6
|
let node_process = require("node:process");
|
|
7
|
-
node_process = require_chunk.__toESM(node_process);
|
|
7
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
8
8
|
let node_path = require("node:path");
|
|
9
9
|
let node_fs_promises = require("node:fs/promises");
|
|
10
10
|
|
|
@@ -8,7 +8,7 @@ const require_node_log_log_file_rotation = require('./log-file-rotation.cjs');
|
|
|
8
8
|
const require_node_log_log_file = require('./log-file.cjs');
|
|
9
9
|
const require_node_log_log_node = require('./log-node.cjs');
|
|
10
10
|
let node_process = require("node:process");
|
|
11
|
-
node_process = require_chunk.__toESM(node_process);
|
|
11
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
12
12
|
|
|
13
13
|
//#region src/node/log/log-context-node.ts
|
|
14
14
|
function Logger(name, level) {
|
|
@@ -6,7 +6,7 @@ const require_common_data_message = require('../../common/data/message.cjs');
|
|
|
6
6
|
const require_node_log_log_file_rotation = require('./log-file-rotation.cjs');
|
|
7
7
|
const require_node_log_log_rotation = require('./log-rotation.cjs');
|
|
8
8
|
let node_process = require("node:process");
|
|
9
|
-
node_process = require_chunk.__toESM(node_process);
|
|
9
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
10
10
|
let node_fs = require("node:fs");
|
|
11
11
|
let node_path = require("node:path");
|
|
12
12
|
|
|
@@ -7,9 +7,9 @@ const require_common_data_convert = require('../../common/data/convert.cjs');
|
|
|
7
7
|
const require_common_data_message = require('../../common/data/message.cjs');
|
|
8
8
|
const require_node_log_log_util = require('./log-util.cjs');
|
|
9
9
|
let node_process = require("node:process");
|
|
10
|
-
node_process = require_chunk.__toESM(node_process);
|
|
10
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
11
11
|
let node_tty = require("node:tty");
|
|
12
|
-
node_tty = require_chunk.__toESM(node_tty);
|
|
12
|
+
node_tty = require_chunk.__toESM(node_tty, 1);
|
|
13
13
|
|
|
14
14
|
//#region src/node/log/log-node.ts
|
|
15
15
|
function shouldUseColor() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_chunk = require('../../chunk-uaV2rQ02.cjs');
|
|
3
3
|
let node_process = require("node:process");
|
|
4
|
-
node_process = require_chunk.__toESM(node_process);
|
|
4
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
5
5
|
let node_fs = require("node:fs");
|
|
6
6
|
let node_path = require("node:path");
|
|
7
7
|
let node_fs_promises = require("node:fs/promises");
|
|
@@ -2,7 +2,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
|
2
2
|
const require_chunk = require('../../chunk-uaV2rQ02.cjs');
|
|
3
3
|
const require_common_data_is = require('../../common/data/is.cjs');
|
|
4
4
|
let node_process = require("node:process");
|
|
5
|
-
node_process = require_chunk.__toESM(node_process);
|
|
5
|
+
node_process = require_chunk.__toESM(node_process, 1);
|
|
6
6
|
let node_path = require("node:path");
|
|
7
7
|
|
|
8
8
|
//#region src/node/log/log-util.ts
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zeed",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
4
|
+
"version": "1.4.0",
|
|
5
|
+
"packageManager": "pnpm@10.33.0",
|
|
6
6
|
"description": "🌱 Simple foundation library",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Dirk Holtwick",
|
|
@@ -81,19 +81,19 @@
|
|
|
81
81
|
"prep": "nr lint:fix && nr check && nr test:release && nr upload:docs"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@antfu/eslint-config": "^
|
|
84
|
+
"@antfu/eslint-config": "^8.2.0",
|
|
85
85
|
"@antfu/ni": "^30.0.0",
|
|
86
|
-
"@types/node": "^25.
|
|
87
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
88
|
-
"@vitest/browser": "^4.1.
|
|
89
|
-
"@vitest/coverage-v8": "^4.1.
|
|
90
|
-
"esbuild": "^0.
|
|
91
|
-
"eslint": "^10.
|
|
92
|
-
"playwright": "^1.
|
|
86
|
+
"@types/node": "^25.6.0",
|
|
87
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
88
|
+
"@vitest/browser": "^4.1.4",
|
|
89
|
+
"@vitest/coverage-v8": "^4.1.4",
|
|
90
|
+
"esbuild": "^0.28.0",
|
|
91
|
+
"eslint": "^10.2.0",
|
|
92
|
+
"playwright": "^1.59.1",
|
|
93
93
|
"pnpm": "^10.32.1",
|
|
94
|
-
"tsdown": "^0.21.
|
|
95
|
-
"typescript": "^
|
|
96
|
-
"vite": "^8.0.
|
|
97
|
-
"vitest": "^4.1.
|
|
94
|
+
"tsdown": "^0.21.8",
|
|
95
|
+
"typescript": "^6.0.2",
|
|
96
|
+
"vite": "^8.0.8",
|
|
97
|
+
"vitest": "^4.1.4"
|
|
98
98
|
}
|
|
99
99
|
}
|