zeed 0.8.1 → 0.8.2

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/dist/index.all.js CHANGED
@@ -1,577 +1,6 @@
1
- import {
2
- LocalStorage,
3
- LoggerBrowserClassicHandler,
4
- gravatarURLByEmail,
5
- urlBase64ToUint8Array
6
- } from "./chunk-IFNHRAHG.js";
7
- import {
8
- LoggerBrowserHandler,
9
- LoggerBrowserSetupDebugFactory,
10
- activateConsoleDebug,
11
- selectColor,
12
- supportsColors
13
- } from "./chunk-OJCXV4BY.js";
14
- import {
15
- FileStorage,
16
- LoggerFileHandler,
17
- LoggerNodeHandler,
18
- colorString,
19
- colorStringList,
20
- ensureFolder,
21
- exists,
22
- getSourceLocation,
23
- getSourceLocationByPrecedingPattern,
24
- getStack,
25
- getStackLlocationList,
26
- loggerStackTraceDebug,
27
- parseArgs,
28
- pbcopy,
29
- readText,
30
- removeFolder,
31
- setupEnv,
32
- stringToPath,
33
- toHumanReadableFilePath,
34
- toPath,
35
- valueToPath,
36
- writeText
37
- } from "./chunk-HI3XD4NV.js";
38
- import {
39
- Channel,
40
- CryptoEncoder,
41
- Currency,
42
- DAY_MS,
43
- Day,
44
- Emitter,
45
- JsonEncoder,
46
- LocalChannel,
47
- LoggerMemoryHandler,
48
- MemStorage,
49
- NoopEncoder,
50
- PoolTaskIdConflictResolution,
51
- PoolTaskState,
52
- PubSub,
53
- SerialQueue,
54
- Uint8ArrayToHexDump,
55
- Uint8ArrayToJson,
56
- Uint8ArrayToString,
57
- XRX,
58
- _decodeUtf8Polyfill,
59
- _encodeUtf8Polyfill,
60
- arrayAvg,
61
- arrayBatches,
62
- arrayEmptyInPlace,
63
- arrayFilterInPlace,
64
- arrayFlatten,
65
- arrayIntersection,
66
- arrayIsEqual,
67
- arrayMax,
68
- arrayMin,
69
- arrayMinus,
70
- arrayRandomElement,
71
- arrayRemoveElement,
72
- arraySetElement,
73
- arrayShuffle,
74
- arrayShuffleForce,
75
- arrayShuffleInPlace,
76
- arraySorted,
77
- arraySortedNumbers,
78
- arraySum,
79
- arraySymmetricDifference,
80
- arrayToggleInPlace,
81
- arrayUnion,
82
- arrayUnique,
83
- avg,
84
- between,
85
- cloneJsonObject,
86
- cloneObject,
87
- cmp,
88
- composeOrderby,
89
- createArray,
90
- createLocalChannelPair,
91
- createPromise,
92
- createPromiseProxy,
93
- csv,
94
- currency,
95
- dateStringToDays,
96
- day,
97
- dayDay,
98
- dayDiff,
99
- dayFromAny,
100
- dayFromDate,
101
- dayFromDateGMT,
102
- dayFromParts,
103
- dayFromString,
104
- dayFromTimestamp,
105
- dayFromToday,
106
- dayMonth,
107
- dayMonthStart,
108
- dayOffset,
109
- dayToDate,
110
- dayToDateGMT,
111
- dayToParts,
112
- dayToString,
113
- dayToTimestamp,
114
- dayYear,
115
- dayYearStart,
116
- debounce,
117
- decimal,
118
- decimalCentsPart,
119
- decimalFromCents,
120
- decimalToCents,
121
- decodeBase16,
122
- decodeBase32,
123
- decodeBase58,
124
- decodeBase62,
125
- decodeBase64,
126
- decrypt,
127
- deriveKeyPbkdf2,
128
- detect,
129
- digest,
130
- empty,
131
- encodeBase16,
132
- encodeBase32,
133
- encodeBase58,
134
- encodeBase62,
135
- encodeBase64,
136
- encodeQuery,
137
- encrypt,
138
- endSortWeight,
139
- ensureKey,
140
- ensureKeyAsync,
141
- equalBinary,
142
- escapeHTML,
143
- escapeRegExp,
144
- fetchBasic,
145
- fetchJson,
146
- fetchOptionsBasicAuth,
147
- fetchOptionsFormURLEncoded,
148
- fetchOptionsJson,
149
- fetchText,
150
- fixBrokenUth8String,
151
- forEachDay,
152
- forTimes,
153
- formatMessages,
154
- fromBase64,
155
- fromCamelCase,
156
- getGlobal,
157
- getGlobalEmitter,
158
- getNavigator,
159
- getSecureRandom,
160
- getSecureRandomIfPossible,
161
- getWindow,
162
- immediate,
163
- isBrowser,
164
- isEven,
165
- isHalf,
166
- isLocalHost,
167
- isPrime,
168
- isPrimeRX,
169
- isPromise,
170
- isTimeout,
171
- joinToUint8Array,
172
- jsonStringify,
173
- jsonToUint8Array,
174
- last,
175
- lazyListener,
176
- linkifyPlainText,
177
- memoize,
178
- messages,
179
- moveSortWeight,
180
- parseBasicAuth,
181
- parseOrderby,
182
- parseQuery,
183
- platform,
184
- promisify,
185
- qid,
186
- randomBoolean,
187
- randomFloat,
188
- randomInt,
189
- randomUint8Array,
190
- regExpEscape,
191
- regExpString,
192
- renderMessages,
193
- roundDown,
194
- roundHalfAwayFromZero,
195
- roundHalfDown,
196
- roundHalfEven,
197
- roundHalfOdd,
198
- roundHalfTowardsZero,
199
- roundHalfUp,
200
- roundUp,
201
- size,
202
- sleep,
203
- sortedItems,
204
- sortedOrderby,
205
- startSortWeight,
206
- stringToBoolean,
207
- stringToFloat,
208
- stringToInteger,
209
- stringToUInt8Array,
210
- suid,
211
- suidBytes,
212
- suidBytesDate,
213
- suidDate,
214
- sum,
215
- throttle,
216
- timeout,
217
- timeoutReached,
218
- timoutError,
219
- toBase64,
220
- toBase64Url,
221
- toBool,
222
- toCamelCase,
223
- toCapitalize,
224
- toCapitalizeWords,
225
- toFloat,
226
- toHex,
227
- toHumanReadableUrl,
228
- toInt,
229
- toString,
230
- toUint8Array,
231
- toValidFilename,
232
- today,
233
- tryTimeout,
234
- uname,
235
- unescapeHTML,
236
- useAsyncMutex,
237
- useBase,
238
- useDefer,
239
- useDispose,
240
- useDisposer,
241
- useEventListener,
242
- useExitHandler,
243
- useInterval,
244
- useMessageHub,
245
- useMutex,
246
- usePool,
247
- usePubSub,
248
- useRPC,
249
- useTimeout,
250
- uuid,
251
- uuid32Decode,
252
- uuid32Encode,
253
- uuid32bit,
254
- uuidB32,
255
- uuidBytes,
256
- uuidDecode,
257
- uuidEncode,
258
- uuidv4,
259
- valueToBoolean,
260
- valueToFloat,
261
- valueToInteger,
262
- valueToString,
263
- waitOn
264
- } from "./chunk-3LN7HI45.js";
265
- import {
266
- LogLevel,
267
- LogLevelAlias,
268
- Logger,
269
- LoggerConsoleHandler,
270
- LoggerContext,
271
- deepEqual,
272
- deepMerge,
273
- formatMilliseconds,
274
- getGlobalContext,
275
- getNamespaceFilterString,
276
- getTimestamp,
277
- isArray,
278
- isBoolean,
279
- isInteger,
280
- isNullOrUndefined,
281
- isNumber,
282
- isObject,
283
- isPrimitive,
284
- isRecord,
285
- isSafeInteger,
286
- isString,
287
- isUint8Array,
288
- parseDate,
289
- parseLogLevel,
290
- useLevelFilter,
291
- useNamespaceFilter
292
- } from "./chunk-AM7QCF4I.js";
293
- export {
294
- Channel,
295
- CryptoEncoder,
296
- Currency,
297
- DAY_MS,
298
- Day,
299
- Emitter,
300
- FileStorage,
301
- JsonEncoder,
302
- LocalChannel,
303
- LocalStorage,
304
- LogLevel,
305
- LogLevelAlias,
306
- Logger,
307
- LoggerBrowserClassicHandler,
308
- LoggerBrowserHandler,
309
- LoggerBrowserSetupDebugFactory,
310
- LoggerConsoleHandler,
311
- LoggerContext,
312
- LoggerFileHandler,
313
- LoggerMemoryHandler,
314
- LoggerNodeHandler,
315
- MemStorage,
316
- NoopEncoder,
317
- PoolTaskIdConflictResolution,
318
- PoolTaskState,
319
- PubSub,
320
- SerialQueue,
321
- Uint8ArrayToHexDump,
322
- Uint8ArrayToJson,
323
- Uint8ArrayToString,
324
- XRX,
325
- _decodeUtf8Polyfill,
326
- _encodeUtf8Polyfill,
327
- activateConsoleDebug,
328
- arrayAvg,
329
- arrayBatches,
330
- arrayEmptyInPlace,
331
- arrayFilterInPlace,
332
- arrayFlatten,
333
- arrayIntersection,
334
- arrayIsEqual,
335
- arrayMax,
336
- arrayMin,
337
- arrayMinus,
338
- arrayRandomElement,
339
- arrayRemoveElement,
340
- arraySetElement,
341
- arrayShuffle,
342
- arrayShuffleForce,
343
- arrayShuffleInPlace,
344
- arraySorted,
345
- arraySortedNumbers,
346
- arraySum,
347
- arraySymmetricDifference,
348
- arrayToggleInPlace,
349
- arrayUnion,
350
- arrayUnique,
351
- avg,
352
- between,
353
- cloneJsonObject,
354
- cloneObject,
355
- cmp,
356
- colorString,
357
- colorStringList,
358
- composeOrderby,
359
- createArray,
360
- createLocalChannelPair,
361
- createPromise,
362
- createPromiseProxy,
363
- csv,
364
- currency,
365
- dateStringToDays,
366
- day,
367
- dayDay,
368
- dayDiff,
369
- dayFromAny,
370
- dayFromDate,
371
- dayFromDateGMT,
372
- dayFromParts,
373
- dayFromString,
374
- dayFromTimestamp,
375
- dayFromToday,
376
- dayMonth,
377
- dayMonthStart,
378
- dayOffset,
379
- dayToDate,
380
- dayToDateGMT,
381
- dayToParts,
382
- dayToString,
383
- dayToTimestamp,
384
- dayYear,
385
- dayYearStart,
386
- debounce,
387
- decimal,
388
- decimalCentsPart,
389
- decimalFromCents,
390
- decimalToCents,
391
- decodeBase16,
392
- decodeBase32,
393
- decodeBase58,
394
- decodeBase62,
395
- decodeBase64,
396
- decrypt,
397
- deepEqual,
398
- deepMerge,
399
- deriveKeyPbkdf2,
400
- detect,
401
- digest,
402
- empty,
403
- encodeBase16,
404
- encodeBase32,
405
- encodeBase58,
406
- encodeBase62,
407
- encodeBase64,
408
- encodeQuery,
409
- encrypt,
410
- endSortWeight,
411
- ensureFolder,
412
- ensureKey,
413
- ensureKeyAsync,
414
- equalBinary,
415
- escapeHTML,
416
- escapeRegExp,
417
- exists,
418
- fetchBasic,
419
- fetchJson,
420
- fetchOptionsBasicAuth,
421
- fetchOptionsFormURLEncoded,
422
- fetchOptionsJson,
423
- fetchText,
424
- fixBrokenUth8String,
425
- forEachDay,
426
- forTimes,
427
- formatMessages,
428
- formatMilliseconds,
429
- fromBase64,
430
- fromCamelCase,
431
- getGlobal,
432
- getGlobalContext,
433
- getGlobalEmitter,
434
- getNamespaceFilterString,
435
- getNavigator,
436
- getSecureRandom,
437
- getSecureRandomIfPossible,
438
- getSourceLocation,
439
- getSourceLocationByPrecedingPattern,
440
- getStack,
441
- getStackLlocationList,
442
- getTimestamp,
443
- getWindow,
444
- gravatarURLByEmail,
445
- immediate,
446
- isArray,
447
- isBoolean,
448
- isBrowser,
449
- isEven,
450
- isHalf,
451
- isInteger,
452
- isLocalHost,
453
- isNullOrUndefined,
454
- isNumber,
455
- isObject,
456
- isPrime,
457
- isPrimeRX,
458
- isPrimitive,
459
- isPromise,
460
- isRecord,
461
- isSafeInteger,
462
- isString,
463
- isTimeout,
464
- isUint8Array,
465
- joinToUint8Array,
466
- jsonStringify,
467
- jsonToUint8Array,
468
- last,
469
- lazyListener,
470
- linkifyPlainText,
471
- loggerStackTraceDebug,
472
- memoize,
473
- messages,
474
- moveSortWeight,
475
- parseArgs,
476
- parseBasicAuth,
477
- parseDate,
478
- parseLogLevel,
479
- parseOrderby,
480
- parseQuery,
481
- pbcopy,
482
- platform,
483
- promisify,
484
- qid,
485
- randomBoolean,
486
- randomFloat,
487
- randomInt,
488
- randomUint8Array,
489
- readText,
490
- regExpEscape,
491
- regExpString,
492
- removeFolder,
493
- renderMessages,
494
- roundDown,
495
- roundHalfAwayFromZero,
496
- roundHalfDown,
497
- roundHalfEven,
498
- roundHalfOdd,
499
- roundHalfTowardsZero,
500
- roundHalfUp,
501
- roundUp,
502
- selectColor,
503
- setupEnv,
504
- size,
505
- sleep,
506
- sortedItems,
507
- sortedOrderby,
508
- startSortWeight,
509
- stringToBoolean,
510
- stringToFloat,
511
- stringToInteger,
512
- stringToPath,
513
- stringToUInt8Array,
514
- suid,
515
- suidBytes,
516
- suidBytesDate,
517
- suidDate,
518
- sum,
519
- supportsColors,
520
- throttle,
521
- timeout,
522
- timeoutReached,
523
- timoutError,
524
- toBase64,
525
- toBase64Url,
526
- toBool,
527
- toCamelCase,
528
- toCapitalize,
529
- toCapitalizeWords,
530
- toFloat,
531
- toHex,
532
- toHumanReadableFilePath,
533
- toHumanReadableUrl,
534
- toInt,
535
- toPath,
536
- toString,
537
- toUint8Array,
538
- toValidFilename,
539
- today,
540
- tryTimeout,
541
- uname,
542
- unescapeHTML,
543
- urlBase64ToUint8Array,
544
- useAsyncMutex,
545
- useBase,
546
- useDefer,
547
- useDispose,
548
- useDisposer,
549
- useEventListener,
550
- useExitHandler,
551
- useInterval,
552
- useLevelFilter,
553
- useMessageHub,
554
- useMutex,
555
- useNamespaceFilter,
556
- usePool,
557
- usePubSub,
558
- useRPC,
559
- useTimeout,
560
- uuid,
561
- uuid32Decode,
562
- uuid32Encode,
563
- uuid32bit,
564
- uuidB32,
565
- uuidBytes,
566
- uuidDecode,
567
- uuidEncode,
568
- uuidv4,
569
- valueToBoolean,
570
- valueToFloat,
571
- valueToInteger,
572
- valueToPath,
573
- valueToString,
574
- waitOn,
575
- writeText
576
- };
1
+ export { LocalStorage, LoggerBrowserClassicHandler, gravatarURLByEmail, urlBase64ToUint8Array } from './chunk-IFNHRAHG.js';
2
+ export { LoggerBrowserHandler, LoggerBrowserSetupDebugFactory, activateConsoleDebug, selectColor, supportsColors } from './chunk-OJCXV4BY.js';
3
+ export { FileStorage, LoggerFileHandler, LoggerNodeHandler, colorString, colorStringList, ensureFolder, exists, getSourceLocation, getSourceLocationByPrecedingPattern, getStack, getStackLlocationList, loggerStackTraceDebug, parseArgs, pbcopy, readText, removeFolder, setupEnv, stringToPath, toHumanReadableFilePath, toPath, valueToPath, writeText } from './chunk-HI3XD4NV.js';
4
+ export { Channel, CryptoEncoder, Currency, DAY_MS, Day, Emitter, JsonEncoder, LocalChannel, LoggerMemoryHandler, MemStorage, NoopEncoder, PoolTaskIdConflictResolution, PoolTaskState, PubSub, SerialQueue, Uint8ArrayToHexDump, Uint8ArrayToJson, Uint8ArrayToString, XRX, _decodeUtf8Polyfill, _encodeUtf8Polyfill, arrayAvg, arrayBatches, arrayEmptyInPlace, arrayFilterInPlace, arrayFlatten, arrayIntersection, arrayIsEqual, arrayMax, arrayMin, arrayMinus, arrayRandomElement, arrayRemoveElement, arraySetElement, arrayShuffle, arrayShuffleForce, arrayShuffleInPlace, arraySorted, arraySortedNumbers, arraySum, arraySymmetricDifference, arrayToggleInPlace, arrayUnion, arrayUnique, avg, between, cloneJsonObject, cloneObject, cmp, composeOrderby, createArray, createLocalChannelPair, createPromise, createPromiseProxy, csv, currency, dateStringToDays, day, dayDay, dayDiff, dayFromAny, dayFromDate, dayFromDateGMT, dayFromParts, dayFromString, dayFromTimestamp, dayFromToday, dayMonth, dayMonthStart, dayOffset, dayToDate, dayToDateGMT, dayToParts, dayToString, dayToTimestamp, dayYear, dayYearStart, debounce, decimal, decimalCentsPart, decimalFromCents, decimalToCents, decodeBase16, decodeBase32, decodeBase58, decodeBase62, decodeBase64, decrypt, deriveKeyPbkdf2, detect, digest, empty, encodeBase16, encodeBase32, encodeBase58, encodeBase62, encodeBase64, encodeQuery, encrypt, endSortWeight, ensureKey, ensureKeyAsync, equalBinary, escapeHTML, escapeRegExp, fetchBasic, fetchJson, fetchOptionsBasicAuth, fetchOptionsFormURLEncoded, fetchOptionsJson, fetchText, fixBrokenUth8String, forEachDay, forTimes, formatMessages, fromBase64, fromCamelCase, getGlobal, getGlobalEmitter, getNavigator, getSecureRandom, getSecureRandomIfPossible, getWindow, immediate, isBrowser, isEven, isHalf, isLocalHost, isPrime, isPrimeRX, isPromise, isTimeout, joinToUint8Array, jsonStringify, jsonToUint8Array, last, lazyListener, linkifyPlainText, memoize, messages, moveSortWeight, parseBasicAuth, parseOrderby, parseQuery, platform, promisify, qid, randomBoolean, randomFloat, randomInt, randomUint8Array, regExpEscape, regExpString, renderMessages, roundDown, roundHalfAwayFromZero, roundHalfDown, roundHalfEven, roundHalfOdd, roundHalfTowardsZero, roundHalfUp, roundUp, size, sleep, sortedItems, sortedOrderby, startSortWeight, stringToBoolean, stringToFloat, stringToInteger, stringToUInt8Array, suid, suidBytes, suidBytesDate, suidDate, sum, throttle, timeout, timeoutReached, timoutError, toBase64, toBase64Url, toBool, toCamelCase, toCapitalize, toCapitalizeWords, toFloat, toHex, toHumanReadableUrl, toInt, toString, toUint8Array, toValidFilename, today, tryTimeout, uname, unescapeHTML, useAsyncMutex, useBase, useDefer, useDispose, useDisposer, useEventListener, useExitHandler, useInterval, useMessageHub, useMutex, usePool, usePubSub, useRPC, useTimeout, uuid, uuid32Decode, uuid32Encode, uuid32bit, uuidB32, uuidBytes, uuidDecode, uuidEncode, uuidv4, valueToBoolean, valueToFloat, valueToInteger, valueToString, waitOn } from './chunk-3LN7HI45.js';
5
+ export { LogLevel, LogLevelAlias, Logger, LoggerConsoleHandler, LoggerContext, deepEqual, deepMerge, formatMilliseconds, getGlobalContext, getNamespaceFilterString, getTimestamp, isArray, isBoolean, isInteger, isNullOrUndefined, isNumber, isObject, isPrimitive, isRecord, isSafeInteger, isString, isUint8Array, parseDate, parseLogLevel, useLevelFilter, useNamespaceFilter } from './chunk-AM7QCF4I.js';
577
6
  //# sourceMappingURL=index.all.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
1
+ {"version":3,"sources":[],"names":[],"mappings":""}