token-goat 2.6.36 → 2.8.1
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/README.md +36 -8
- package/SECURITY.md +46 -17
- package/dist/{token-goat-chunk-UFOVM7ZN.mjs → token-goat-chunk-2G6RAB4G.mjs} +1391 -378
- package/dist/token-goat-chunk-324QOJYZ.mjs +91 -0
- package/dist/token-goat-chunk-5CVKO3DA.mjs +185 -0
- package/dist/{token-goat-chunk-65BKISIS.mjs → token-goat-chunk-73MF6YWW.mjs} +4 -4
- package/dist/{token-goat-chunk-MGOUYAA2.mjs → token-goat-chunk-7JDXDERZ.mjs} +1 -1
- package/dist/{token-goat-hook-chunk-BDR6C6IE.mjs → token-goat-chunk-AOBZUFNJ.mjs} +318 -51
- package/dist/{token-goat-chunk-V465YKOR.mjs → token-goat-chunk-ELDJRLHZ.mjs} +492 -28
- package/dist/{token-goat-chunk-CNDOJ3ZP.mjs → token-goat-chunk-I6TOUPLP.mjs} +2 -2
- package/dist/token-goat-chunk-R4SR7MQY.mjs +486 -0
- package/dist/{token-goat-chunk-IYTVE6KN.mjs → token-goat-chunk-RMDQFTQD.mjs} +226 -150
- package/dist/{token-goat-chunk-KYFJC37X.mjs → token-goat-chunk-VBXBLGTO.mjs} +792 -144
- package/dist/{token-goat-chunk-DG53MVNJ.mjs → token-goat-chunk-WN5T5EW5.mjs} +212 -212
- package/dist/{token-goat-chunk-VYMGEVZS.mjs → token-goat-chunk-XEDQH5DA.mjs} +317 -11
- package/dist/{token-goat-chunk-LN6OUHTV.mjs → token-goat-chunk-Y2SYNH3S.mjs} +5 -5
- package/dist/token-goat-chunk-YUGNM3KL.mjs +23 -0
- package/dist/token-goat-hook.mjs +7 -7
- package/dist/token-goat.core.mjs +5 -5
- package/package.json +12 -8
- package/dist/token-goat-chunk-FRTBMRP7.mjs +0 -10048
- package/dist/token-goat-hook-chunk-3QYSN4QV.mjs +0 -14764
- package/dist/token-goat-hook-chunk-3ZDBWJDF.mjs +0 -13659
- package/dist/token-goat-hook-chunk-5UH54CW6.mjs +0 -912
- package/dist/token-goat-hook-chunk-6ODM3MP7.mjs +0 -706
- package/dist/token-goat-hook-chunk-A77A26A7.mjs +0 -18184
- package/dist/token-goat-hook-chunk-BUOCULAM.mjs +0 -29
- package/dist/token-goat-hook-chunk-C6GIABOX.mjs +0 -15971
- package/dist/token-goat-hook-chunk-E257IGSN.mjs +0 -153
- package/dist/token-goat-hook-chunk-MW5HPEGD.mjs +0 -10411
- package/dist/token-goat-hook-chunk-QSCYNJ2B.mjs +0 -23
- package/dist/token-goat-hook-chunk-RFRLWOQH.mjs +0 -11
- package/dist/token-goat-hook-chunk-XUMIVYEN.mjs +0 -109
- package/dist/token-goat-hook-chunk-Y2WHX2P3.mjs +0 -6463
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
selectFilter,
|
|
11
11
|
shlexSplit,
|
|
12
12
|
wrappedShell
|
|
13
|
-
} from "./token-goat-chunk-
|
|
13
|
+
} from "./token-goat-chunk-7JDXDERZ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
loadConfig,
|
|
16
16
|
recordStat
|
|
17
|
-
} from "./token-goat-chunk-
|
|
17
|
+
} from "./token-goat-chunk-ELDJRLHZ.mjs";
|
|
18
18
|
import "./token-goat-chunk-AO2QD2AG.mjs";
|
|
19
19
|
import "./token-goat-chunk-AEX54RUZ.mjs";
|
|
20
20
|
|
|
@@ -0,0 +1,486 @@
|
|
|
1
|
+
import { createRequire as __cjsRequire } from 'node:module';
|
|
2
|
+
const require = __cjsRequire(import.meta.url);
|
|
3
|
+
import {
|
|
4
|
+
$brand,
|
|
5
|
+
$input,
|
|
6
|
+
$output,
|
|
7
|
+
NEVER,
|
|
8
|
+
TimePrecision,
|
|
9
|
+
ZodAny,
|
|
10
|
+
ZodArray,
|
|
11
|
+
ZodBase64,
|
|
12
|
+
ZodBase64URL,
|
|
13
|
+
ZodBigInt,
|
|
14
|
+
ZodBigIntFormat,
|
|
15
|
+
ZodBoolean,
|
|
16
|
+
ZodCIDRv4,
|
|
17
|
+
ZodCIDRv6,
|
|
18
|
+
ZodCUID,
|
|
19
|
+
ZodCUID2,
|
|
20
|
+
ZodCatch,
|
|
21
|
+
ZodCodec,
|
|
22
|
+
ZodCustom,
|
|
23
|
+
ZodCustomStringFormat,
|
|
24
|
+
ZodDate,
|
|
25
|
+
ZodDefault,
|
|
26
|
+
ZodDiscriminatedUnion,
|
|
27
|
+
ZodE164,
|
|
28
|
+
ZodEmail,
|
|
29
|
+
ZodEmoji,
|
|
30
|
+
ZodEnum,
|
|
31
|
+
ZodError,
|
|
32
|
+
ZodExactOptional,
|
|
33
|
+
ZodFile,
|
|
34
|
+
ZodFirstPartyTypeKind,
|
|
35
|
+
ZodFunction,
|
|
36
|
+
ZodGUID,
|
|
37
|
+
ZodIPv4,
|
|
38
|
+
ZodIPv6,
|
|
39
|
+
ZodISODate,
|
|
40
|
+
ZodISODateTime,
|
|
41
|
+
ZodISODuration,
|
|
42
|
+
ZodISOTime,
|
|
43
|
+
ZodIntersection,
|
|
44
|
+
ZodIssueCode,
|
|
45
|
+
ZodJWT,
|
|
46
|
+
ZodKSUID,
|
|
47
|
+
ZodLazy,
|
|
48
|
+
ZodLiteral,
|
|
49
|
+
ZodMAC,
|
|
50
|
+
ZodMap,
|
|
51
|
+
ZodNaN,
|
|
52
|
+
ZodNanoID,
|
|
53
|
+
ZodNever,
|
|
54
|
+
ZodNonOptional,
|
|
55
|
+
ZodNull,
|
|
56
|
+
ZodNullable,
|
|
57
|
+
ZodNumber,
|
|
58
|
+
ZodNumberFormat,
|
|
59
|
+
ZodObject,
|
|
60
|
+
ZodOptional,
|
|
61
|
+
ZodPipe,
|
|
62
|
+
ZodPrefault,
|
|
63
|
+
ZodPreprocess,
|
|
64
|
+
ZodPromise,
|
|
65
|
+
ZodReadonly,
|
|
66
|
+
ZodRealError,
|
|
67
|
+
ZodRecord,
|
|
68
|
+
ZodSet,
|
|
69
|
+
ZodString,
|
|
70
|
+
ZodStringFormat,
|
|
71
|
+
ZodSuccess,
|
|
72
|
+
ZodSymbol,
|
|
73
|
+
ZodTemplateLiteral,
|
|
74
|
+
ZodTransform,
|
|
75
|
+
ZodTuple,
|
|
76
|
+
ZodType,
|
|
77
|
+
ZodULID,
|
|
78
|
+
ZodURL,
|
|
79
|
+
ZodUUID,
|
|
80
|
+
ZodUndefined,
|
|
81
|
+
ZodUnion,
|
|
82
|
+
ZodUnknown,
|
|
83
|
+
ZodVoid,
|
|
84
|
+
ZodXID,
|
|
85
|
+
ZodXor,
|
|
86
|
+
_ZodString,
|
|
87
|
+
_catch,
|
|
88
|
+
_default,
|
|
89
|
+
_endsWith,
|
|
90
|
+
_enum,
|
|
91
|
+
_function,
|
|
92
|
+
_gt,
|
|
93
|
+
_gte,
|
|
94
|
+
_includes,
|
|
95
|
+
_instanceof,
|
|
96
|
+
_length,
|
|
97
|
+
_lowercase,
|
|
98
|
+
_lt,
|
|
99
|
+
_lte,
|
|
100
|
+
_maxLength,
|
|
101
|
+
_maxSize,
|
|
102
|
+
_mime,
|
|
103
|
+
_minLength,
|
|
104
|
+
_minSize,
|
|
105
|
+
_multipleOf,
|
|
106
|
+
_negative,
|
|
107
|
+
_nonnegative,
|
|
108
|
+
_nonpositive,
|
|
109
|
+
_normalize,
|
|
110
|
+
_null,
|
|
111
|
+
_overwrite,
|
|
112
|
+
_positive,
|
|
113
|
+
_property,
|
|
114
|
+
_regex,
|
|
115
|
+
_size,
|
|
116
|
+
_slugify,
|
|
117
|
+
_startsWith,
|
|
118
|
+
_toLowerCase,
|
|
119
|
+
_toUpperCase,
|
|
120
|
+
_trim,
|
|
121
|
+
_undefined,
|
|
122
|
+
_uppercase,
|
|
123
|
+
_void,
|
|
124
|
+
any,
|
|
125
|
+
array,
|
|
126
|
+
base64,
|
|
127
|
+
base64url,
|
|
128
|
+
bigint,
|
|
129
|
+
boolean,
|
|
130
|
+
check,
|
|
131
|
+
cidrv4,
|
|
132
|
+
cidrv6,
|
|
133
|
+
clone,
|
|
134
|
+
codec,
|
|
135
|
+
coerce_exports,
|
|
136
|
+
config,
|
|
137
|
+
core_exports,
|
|
138
|
+
cuid,
|
|
139
|
+
cuid2,
|
|
140
|
+
custom,
|
|
141
|
+
date,
|
|
142
|
+
decode,
|
|
143
|
+
decodeAsync,
|
|
144
|
+
describe,
|
|
145
|
+
discriminatedUnion,
|
|
146
|
+
e164,
|
|
147
|
+
email,
|
|
148
|
+
emoji,
|
|
149
|
+
encode,
|
|
150
|
+
encodeAsync,
|
|
151
|
+
exactOptional,
|
|
152
|
+
external_exports,
|
|
153
|
+
file,
|
|
154
|
+
flattenError,
|
|
155
|
+
float32,
|
|
156
|
+
float64,
|
|
157
|
+
formatError,
|
|
158
|
+
fromJSONSchema,
|
|
159
|
+
getErrorMap,
|
|
160
|
+
globalRegistry,
|
|
161
|
+
guid,
|
|
162
|
+
hash,
|
|
163
|
+
hex,
|
|
164
|
+
hostname,
|
|
165
|
+
httpUrl,
|
|
166
|
+
int,
|
|
167
|
+
int32,
|
|
168
|
+
int64,
|
|
169
|
+
intersection,
|
|
170
|
+
invertCodec,
|
|
171
|
+
ipv4,
|
|
172
|
+
ipv6,
|
|
173
|
+
iso_exports,
|
|
174
|
+
json,
|
|
175
|
+
jwt,
|
|
176
|
+
keyof,
|
|
177
|
+
ksuid,
|
|
178
|
+
lazy,
|
|
179
|
+
literal,
|
|
180
|
+
locales_exports,
|
|
181
|
+
looseObject,
|
|
182
|
+
looseRecord,
|
|
183
|
+
mac,
|
|
184
|
+
map,
|
|
185
|
+
meta,
|
|
186
|
+
nan,
|
|
187
|
+
nanoid,
|
|
188
|
+
nativeEnum,
|
|
189
|
+
never,
|
|
190
|
+
nonoptional,
|
|
191
|
+
nullable,
|
|
192
|
+
nullish,
|
|
193
|
+
number,
|
|
194
|
+
object,
|
|
195
|
+
optional,
|
|
196
|
+
parse,
|
|
197
|
+
parseAsync,
|
|
198
|
+
partialRecord,
|
|
199
|
+
pipe,
|
|
200
|
+
prefault,
|
|
201
|
+
preprocess,
|
|
202
|
+
prettifyError,
|
|
203
|
+
promise,
|
|
204
|
+
readonly,
|
|
205
|
+
record,
|
|
206
|
+
refine,
|
|
207
|
+
regexes_exports,
|
|
208
|
+
registry,
|
|
209
|
+
safeDecode,
|
|
210
|
+
safeDecodeAsync,
|
|
211
|
+
safeEncode,
|
|
212
|
+
safeEncodeAsync,
|
|
213
|
+
safeParse,
|
|
214
|
+
safeParseAsync,
|
|
215
|
+
set,
|
|
216
|
+
setErrorMap,
|
|
217
|
+
strictObject,
|
|
218
|
+
string,
|
|
219
|
+
stringFormat,
|
|
220
|
+
stringbool,
|
|
221
|
+
success,
|
|
222
|
+
superRefine,
|
|
223
|
+
symbol,
|
|
224
|
+
templateLiteral,
|
|
225
|
+
toJSONSchema,
|
|
226
|
+
transform,
|
|
227
|
+
treeifyError,
|
|
228
|
+
tuple,
|
|
229
|
+
uint32,
|
|
230
|
+
uint64,
|
|
231
|
+
ulid,
|
|
232
|
+
union,
|
|
233
|
+
unknown,
|
|
234
|
+
url,
|
|
235
|
+
util_exports,
|
|
236
|
+
uuid,
|
|
237
|
+
uuidv4,
|
|
238
|
+
uuidv6,
|
|
239
|
+
uuidv7,
|
|
240
|
+
xid,
|
|
241
|
+
xor,
|
|
242
|
+
zod_default
|
|
243
|
+
} from "./token-goat-chunk-WN5T5EW5.mjs";
|
|
244
|
+
import "./token-goat-chunk-AEX54RUZ.mjs";
|
|
245
|
+
export {
|
|
246
|
+
$brand,
|
|
247
|
+
$input,
|
|
248
|
+
$output,
|
|
249
|
+
NEVER,
|
|
250
|
+
TimePrecision,
|
|
251
|
+
ZodAny,
|
|
252
|
+
ZodArray,
|
|
253
|
+
ZodBase64,
|
|
254
|
+
ZodBase64URL,
|
|
255
|
+
ZodBigInt,
|
|
256
|
+
ZodBigIntFormat,
|
|
257
|
+
ZodBoolean,
|
|
258
|
+
ZodCIDRv4,
|
|
259
|
+
ZodCIDRv6,
|
|
260
|
+
ZodCUID,
|
|
261
|
+
ZodCUID2,
|
|
262
|
+
ZodCatch,
|
|
263
|
+
ZodCodec,
|
|
264
|
+
ZodCustom,
|
|
265
|
+
ZodCustomStringFormat,
|
|
266
|
+
ZodDate,
|
|
267
|
+
ZodDefault,
|
|
268
|
+
ZodDiscriminatedUnion,
|
|
269
|
+
ZodE164,
|
|
270
|
+
ZodEmail,
|
|
271
|
+
ZodEmoji,
|
|
272
|
+
ZodEnum,
|
|
273
|
+
ZodError,
|
|
274
|
+
ZodExactOptional,
|
|
275
|
+
ZodFile,
|
|
276
|
+
ZodFirstPartyTypeKind,
|
|
277
|
+
ZodFunction,
|
|
278
|
+
ZodGUID,
|
|
279
|
+
ZodIPv4,
|
|
280
|
+
ZodIPv6,
|
|
281
|
+
ZodISODate,
|
|
282
|
+
ZodISODateTime,
|
|
283
|
+
ZodISODuration,
|
|
284
|
+
ZodISOTime,
|
|
285
|
+
ZodIntersection,
|
|
286
|
+
ZodIssueCode,
|
|
287
|
+
ZodJWT,
|
|
288
|
+
ZodKSUID,
|
|
289
|
+
ZodLazy,
|
|
290
|
+
ZodLiteral,
|
|
291
|
+
ZodMAC,
|
|
292
|
+
ZodMap,
|
|
293
|
+
ZodNaN,
|
|
294
|
+
ZodNanoID,
|
|
295
|
+
ZodNever,
|
|
296
|
+
ZodNonOptional,
|
|
297
|
+
ZodNull,
|
|
298
|
+
ZodNullable,
|
|
299
|
+
ZodNumber,
|
|
300
|
+
ZodNumberFormat,
|
|
301
|
+
ZodObject,
|
|
302
|
+
ZodOptional,
|
|
303
|
+
ZodPipe,
|
|
304
|
+
ZodPrefault,
|
|
305
|
+
ZodPreprocess,
|
|
306
|
+
ZodPromise,
|
|
307
|
+
ZodReadonly,
|
|
308
|
+
ZodRealError,
|
|
309
|
+
ZodRecord,
|
|
310
|
+
ZodSet,
|
|
311
|
+
ZodString,
|
|
312
|
+
ZodStringFormat,
|
|
313
|
+
ZodSuccess,
|
|
314
|
+
ZodSymbol,
|
|
315
|
+
ZodTemplateLiteral,
|
|
316
|
+
ZodTransform,
|
|
317
|
+
ZodTuple,
|
|
318
|
+
ZodType,
|
|
319
|
+
ZodULID,
|
|
320
|
+
ZodURL,
|
|
321
|
+
ZodUUID,
|
|
322
|
+
ZodUndefined,
|
|
323
|
+
ZodUnion,
|
|
324
|
+
ZodUnknown,
|
|
325
|
+
ZodVoid,
|
|
326
|
+
ZodXID,
|
|
327
|
+
ZodXor,
|
|
328
|
+
_ZodString,
|
|
329
|
+
_default,
|
|
330
|
+
_function,
|
|
331
|
+
any,
|
|
332
|
+
array,
|
|
333
|
+
base64,
|
|
334
|
+
base64url,
|
|
335
|
+
bigint,
|
|
336
|
+
boolean,
|
|
337
|
+
_catch as catch,
|
|
338
|
+
check,
|
|
339
|
+
cidrv4,
|
|
340
|
+
cidrv6,
|
|
341
|
+
clone,
|
|
342
|
+
codec,
|
|
343
|
+
coerce_exports as coerce,
|
|
344
|
+
config,
|
|
345
|
+
core_exports as core,
|
|
346
|
+
cuid,
|
|
347
|
+
cuid2,
|
|
348
|
+
custom,
|
|
349
|
+
date,
|
|
350
|
+
decode,
|
|
351
|
+
decodeAsync,
|
|
352
|
+
zod_default as default,
|
|
353
|
+
describe,
|
|
354
|
+
discriminatedUnion,
|
|
355
|
+
e164,
|
|
356
|
+
email,
|
|
357
|
+
emoji,
|
|
358
|
+
encode,
|
|
359
|
+
encodeAsync,
|
|
360
|
+
_endsWith as endsWith,
|
|
361
|
+
_enum as enum,
|
|
362
|
+
exactOptional,
|
|
363
|
+
file,
|
|
364
|
+
flattenError,
|
|
365
|
+
float32,
|
|
366
|
+
float64,
|
|
367
|
+
formatError,
|
|
368
|
+
fromJSONSchema,
|
|
369
|
+
_function as function,
|
|
370
|
+
getErrorMap,
|
|
371
|
+
globalRegistry,
|
|
372
|
+
_gt as gt,
|
|
373
|
+
_gte as gte,
|
|
374
|
+
guid,
|
|
375
|
+
hash,
|
|
376
|
+
hex,
|
|
377
|
+
hostname,
|
|
378
|
+
httpUrl,
|
|
379
|
+
_includes as includes,
|
|
380
|
+
_instanceof as instanceof,
|
|
381
|
+
int,
|
|
382
|
+
int32,
|
|
383
|
+
int64,
|
|
384
|
+
intersection,
|
|
385
|
+
invertCodec,
|
|
386
|
+
ipv4,
|
|
387
|
+
ipv6,
|
|
388
|
+
iso_exports as iso,
|
|
389
|
+
json,
|
|
390
|
+
jwt,
|
|
391
|
+
keyof,
|
|
392
|
+
ksuid,
|
|
393
|
+
lazy,
|
|
394
|
+
_length as length,
|
|
395
|
+
literal,
|
|
396
|
+
locales_exports as locales,
|
|
397
|
+
looseObject,
|
|
398
|
+
looseRecord,
|
|
399
|
+
_lowercase as lowercase,
|
|
400
|
+
_lt as lt,
|
|
401
|
+
_lte as lte,
|
|
402
|
+
mac,
|
|
403
|
+
map,
|
|
404
|
+
_maxLength as maxLength,
|
|
405
|
+
_maxSize as maxSize,
|
|
406
|
+
meta,
|
|
407
|
+
_mime as mime,
|
|
408
|
+
_minLength as minLength,
|
|
409
|
+
_minSize as minSize,
|
|
410
|
+
_multipleOf as multipleOf,
|
|
411
|
+
nan,
|
|
412
|
+
nanoid,
|
|
413
|
+
nativeEnum,
|
|
414
|
+
_negative as negative,
|
|
415
|
+
never,
|
|
416
|
+
_nonnegative as nonnegative,
|
|
417
|
+
nonoptional,
|
|
418
|
+
_nonpositive as nonpositive,
|
|
419
|
+
_normalize as normalize,
|
|
420
|
+
_null as null,
|
|
421
|
+
nullable,
|
|
422
|
+
nullish,
|
|
423
|
+
number,
|
|
424
|
+
object,
|
|
425
|
+
optional,
|
|
426
|
+
_overwrite as overwrite,
|
|
427
|
+
parse,
|
|
428
|
+
parseAsync,
|
|
429
|
+
partialRecord,
|
|
430
|
+
pipe,
|
|
431
|
+
_positive as positive,
|
|
432
|
+
prefault,
|
|
433
|
+
preprocess,
|
|
434
|
+
prettifyError,
|
|
435
|
+
promise,
|
|
436
|
+
_property as property,
|
|
437
|
+
readonly,
|
|
438
|
+
record,
|
|
439
|
+
refine,
|
|
440
|
+
_regex as regex,
|
|
441
|
+
regexes_exports as regexes,
|
|
442
|
+
registry,
|
|
443
|
+
safeDecode,
|
|
444
|
+
safeDecodeAsync,
|
|
445
|
+
safeEncode,
|
|
446
|
+
safeEncodeAsync,
|
|
447
|
+
safeParse,
|
|
448
|
+
safeParseAsync,
|
|
449
|
+
set,
|
|
450
|
+
setErrorMap,
|
|
451
|
+
_size as size,
|
|
452
|
+
_slugify as slugify,
|
|
453
|
+
_startsWith as startsWith,
|
|
454
|
+
strictObject,
|
|
455
|
+
string,
|
|
456
|
+
stringFormat,
|
|
457
|
+
stringbool,
|
|
458
|
+
success,
|
|
459
|
+
superRefine,
|
|
460
|
+
symbol,
|
|
461
|
+
templateLiteral,
|
|
462
|
+
toJSONSchema,
|
|
463
|
+
_toLowerCase as toLowerCase,
|
|
464
|
+
_toUpperCase as toUpperCase,
|
|
465
|
+
transform,
|
|
466
|
+
treeifyError,
|
|
467
|
+
_trim as trim,
|
|
468
|
+
tuple,
|
|
469
|
+
uint32,
|
|
470
|
+
uint64,
|
|
471
|
+
ulid,
|
|
472
|
+
_undefined as undefined,
|
|
473
|
+
union,
|
|
474
|
+
unknown,
|
|
475
|
+
_uppercase as uppercase,
|
|
476
|
+
url,
|
|
477
|
+
util_exports as util,
|
|
478
|
+
uuid,
|
|
479
|
+
uuidv4,
|
|
480
|
+
uuidv6,
|
|
481
|
+
uuidv7,
|
|
482
|
+
_void as void,
|
|
483
|
+
xid,
|
|
484
|
+
xor,
|
|
485
|
+
external_exports as z
|
|
486
|
+
};
|