@remotion/studio 4.0.186 → 4.0.188
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/.turbo/turbo-build.log +1 -1
- package/dist/esm/index.mjs +108 -540
- package/dist/esm/internals.mjs +2 -2
- package/package.json +7 -7
- package/tsconfig.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
package/dist/esm/index.mjs
CHANGED
|
@@ -13,546 +13,114 @@ var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
|
13
13
|
// /Users/jonathanburger/remotion/packages/studio/node_modules/zod/lib/index.mjs
|
|
14
14
|
var exports_lib = {};
|
|
15
15
|
__export(exports_lib, {
|
|
16
|
-
z: () =>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
objectUtil: () => {
|
|
127
|
-
{
|
|
128
|
-
return objectUtil;
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
object: () => {
|
|
132
|
-
{
|
|
133
|
-
return objectType;
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
number: () => {
|
|
137
|
-
{
|
|
138
|
-
return numberType;
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
nullable: () => {
|
|
142
|
-
{
|
|
143
|
-
return nullableType;
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
null: () => {
|
|
147
|
-
{
|
|
148
|
-
return nullType;
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
never: () => {
|
|
152
|
-
{
|
|
153
|
-
return neverType;
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
nativeEnum: () => {
|
|
157
|
-
{
|
|
158
|
-
return nativeEnumType;
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
nan: () => {
|
|
162
|
-
{
|
|
163
|
-
return nanType;
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
map: () => {
|
|
167
|
-
{
|
|
168
|
-
return mapType;
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
makeIssue: () => {
|
|
172
|
-
{
|
|
173
|
-
return makeIssue;
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
literal: () => {
|
|
177
|
-
{
|
|
178
|
-
return literalType;
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
lazy: () => {
|
|
182
|
-
{
|
|
183
|
-
return lazyType;
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
late: () => {
|
|
187
|
-
{
|
|
188
|
-
return late;
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
isValid: () => {
|
|
192
|
-
{
|
|
193
|
-
return isValid;
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
isDirty: () => {
|
|
197
|
-
{
|
|
198
|
-
return isDirty;
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
isAsync: () => {
|
|
202
|
-
{
|
|
203
|
-
return isAsync;
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
isAborted: () => {
|
|
207
|
-
{
|
|
208
|
-
return isAborted;
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
intersection: () => {
|
|
212
|
-
{
|
|
213
|
-
return intersectionType;
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
instanceof: () => {
|
|
217
|
-
{
|
|
218
|
-
return instanceOfType;
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
getParsedType: () => {
|
|
222
|
-
{
|
|
223
|
-
return getParsedType;
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
getErrorMap: () => {
|
|
227
|
-
{
|
|
228
|
-
return getErrorMap;
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
function: () => {
|
|
232
|
-
{
|
|
233
|
-
return functionType;
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
enum: () => {
|
|
237
|
-
{
|
|
238
|
-
return enumType;
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
effect: () => {
|
|
242
|
-
{
|
|
243
|
-
return effectsType;
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
discriminatedUnion: () => {
|
|
247
|
-
{
|
|
248
|
-
return discriminatedUnionType;
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
defaultErrorMap: () => {
|
|
252
|
-
{
|
|
253
|
-
return errorMap;
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
default: () => {
|
|
257
|
-
{
|
|
258
|
-
return z;
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
date: () => {
|
|
262
|
-
{
|
|
263
|
-
return dateType;
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
custom: () => {
|
|
267
|
-
{
|
|
268
|
-
return custom;
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
coerce: () => {
|
|
272
|
-
{
|
|
273
|
-
return coerce;
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
|
-
boolean: () => {
|
|
277
|
-
{
|
|
278
|
-
return booleanType;
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
bigint: () => {
|
|
282
|
-
{
|
|
283
|
-
return bigIntType;
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
array: () => {
|
|
287
|
-
{
|
|
288
|
-
return arrayType;
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
any: () => {
|
|
292
|
-
{
|
|
293
|
-
return anyType;
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
addIssueToContext: () => {
|
|
297
|
-
{
|
|
298
|
-
return addIssueToContext;
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
ZodVoid: () => {
|
|
302
|
-
{
|
|
303
|
-
return ZodVoid;
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
ZodUnknown: () => {
|
|
307
|
-
{
|
|
308
|
-
return ZodUnknown;
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
ZodUnion: () => {
|
|
312
|
-
{
|
|
313
|
-
return ZodUnion;
|
|
314
|
-
}
|
|
315
|
-
},
|
|
316
|
-
ZodUndefined: () => {
|
|
317
|
-
{
|
|
318
|
-
return ZodUndefined;
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
ZodType: () => {
|
|
322
|
-
{
|
|
323
|
-
return ZodType;
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
ZodTuple: () => {
|
|
327
|
-
{
|
|
328
|
-
return ZodTuple;
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
ZodTransformer: () => {
|
|
332
|
-
{
|
|
333
|
-
return ZodEffects;
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
ZodSymbol: () => {
|
|
337
|
-
{
|
|
338
|
-
return ZodSymbol;
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
ZodString: () => {
|
|
342
|
-
{
|
|
343
|
-
return ZodString;
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
ZodSet: () => {
|
|
347
|
-
{
|
|
348
|
-
return ZodSet;
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
ZodSchema: () => {
|
|
352
|
-
{
|
|
353
|
-
return ZodType;
|
|
354
|
-
}
|
|
355
|
-
},
|
|
356
|
-
ZodRecord: () => {
|
|
357
|
-
{
|
|
358
|
-
return ZodRecord;
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
ZodReadonly: () => {
|
|
362
|
-
{
|
|
363
|
-
return ZodReadonly;
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
ZodPromise: () => {
|
|
367
|
-
{
|
|
368
|
-
return ZodPromise;
|
|
369
|
-
}
|
|
370
|
-
},
|
|
371
|
-
ZodPipeline: () => {
|
|
372
|
-
{
|
|
373
|
-
return ZodPipeline;
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
ZodParsedType: () => {
|
|
377
|
-
{
|
|
378
|
-
return ZodParsedType;
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
ZodOptional: () => {
|
|
382
|
-
{
|
|
383
|
-
return ZodOptional;
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
ZodObject: () => {
|
|
387
|
-
{
|
|
388
|
-
return ZodObject;
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
|
-
ZodNumber: () => {
|
|
392
|
-
{
|
|
393
|
-
return ZodNumber;
|
|
394
|
-
}
|
|
395
|
-
},
|
|
396
|
-
ZodNullable: () => {
|
|
397
|
-
{
|
|
398
|
-
return ZodNullable;
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
ZodNull: () => {
|
|
402
|
-
{
|
|
403
|
-
return ZodNull;
|
|
404
|
-
}
|
|
405
|
-
},
|
|
406
|
-
ZodNever: () => {
|
|
407
|
-
{
|
|
408
|
-
return ZodNever;
|
|
409
|
-
}
|
|
410
|
-
},
|
|
411
|
-
ZodNativeEnum: () => {
|
|
412
|
-
{
|
|
413
|
-
return ZodNativeEnum;
|
|
414
|
-
}
|
|
415
|
-
},
|
|
416
|
-
ZodNaN: () => {
|
|
417
|
-
{
|
|
418
|
-
return ZodNaN;
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
ZodMap: () => {
|
|
422
|
-
{
|
|
423
|
-
return ZodMap;
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
ZodLiteral: () => {
|
|
427
|
-
{
|
|
428
|
-
return ZodLiteral;
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
ZodLazy: () => {
|
|
432
|
-
{
|
|
433
|
-
return ZodLazy;
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
ZodIssueCode: () => {
|
|
437
|
-
{
|
|
438
|
-
return ZodIssueCode;
|
|
439
|
-
}
|
|
440
|
-
},
|
|
441
|
-
ZodIntersection: () => {
|
|
442
|
-
{
|
|
443
|
-
return ZodIntersection;
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
ZodFunction: () => {
|
|
447
|
-
{
|
|
448
|
-
return ZodFunction;
|
|
449
|
-
}
|
|
450
|
-
},
|
|
451
|
-
ZodFirstPartyTypeKind: () => {
|
|
452
|
-
{
|
|
453
|
-
return ZodFirstPartyTypeKind;
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
ZodError: () => {
|
|
457
|
-
{
|
|
458
|
-
return ZodError;
|
|
459
|
-
}
|
|
460
|
-
},
|
|
461
|
-
ZodEnum: () => {
|
|
462
|
-
{
|
|
463
|
-
return ZodEnum;
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
ZodEffects: () => {
|
|
467
|
-
{
|
|
468
|
-
return ZodEffects;
|
|
469
|
-
}
|
|
470
|
-
},
|
|
471
|
-
ZodDiscriminatedUnion: () => {
|
|
472
|
-
{
|
|
473
|
-
return ZodDiscriminatedUnion;
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
ZodDefault: () => {
|
|
477
|
-
{
|
|
478
|
-
return ZodDefault;
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
ZodDate: () => {
|
|
482
|
-
{
|
|
483
|
-
return ZodDate;
|
|
484
|
-
}
|
|
485
|
-
},
|
|
486
|
-
ZodCatch: () => {
|
|
487
|
-
{
|
|
488
|
-
return ZodCatch;
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
ZodBranded: () => {
|
|
492
|
-
{
|
|
493
|
-
return ZodBranded;
|
|
494
|
-
}
|
|
495
|
-
},
|
|
496
|
-
ZodBoolean: () => {
|
|
497
|
-
{
|
|
498
|
-
return ZodBoolean;
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
ZodBigInt: () => {
|
|
502
|
-
{
|
|
503
|
-
return ZodBigInt;
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
ZodArray: () => {
|
|
507
|
-
{
|
|
508
|
-
return ZodArray;
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
ZodAny: () => {
|
|
512
|
-
{
|
|
513
|
-
return ZodAny;
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
Schema: () => {
|
|
517
|
-
{
|
|
518
|
-
return ZodType;
|
|
519
|
-
}
|
|
520
|
-
},
|
|
521
|
-
ParseStatus: () => {
|
|
522
|
-
{
|
|
523
|
-
return ParseStatus;
|
|
524
|
-
}
|
|
525
|
-
},
|
|
526
|
-
OK: () => {
|
|
527
|
-
{
|
|
528
|
-
return OK;
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
NEVER: () => {
|
|
532
|
-
{
|
|
533
|
-
return NEVER;
|
|
534
|
-
}
|
|
535
|
-
},
|
|
536
|
-
INVALID: () => {
|
|
537
|
-
{
|
|
538
|
-
return INVALID;
|
|
539
|
-
}
|
|
540
|
-
},
|
|
541
|
-
EMPTY_PATH: () => {
|
|
542
|
-
{
|
|
543
|
-
return EMPTY_PATH;
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
DIRTY: () => {
|
|
547
|
-
{
|
|
548
|
-
return DIRTY;
|
|
549
|
-
}
|
|
550
|
-
},
|
|
551
|
-
BRAND: () => {
|
|
552
|
-
{
|
|
553
|
-
return BRAND;
|
|
554
|
-
}
|
|
555
|
-
}
|
|
16
|
+
z: () => z,
|
|
17
|
+
void: () => voidType,
|
|
18
|
+
util: () => util,
|
|
19
|
+
unknown: () => unknownType,
|
|
20
|
+
union: () => unionType,
|
|
21
|
+
undefined: () => undefinedType,
|
|
22
|
+
tuple: () => tupleType,
|
|
23
|
+
transformer: () => effectsType,
|
|
24
|
+
symbol: () => symbolType,
|
|
25
|
+
string: () => stringType,
|
|
26
|
+
strictObject: () => strictObjectType,
|
|
27
|
+
setErrorMap: () => setErrorMap,
|
|
28
|
+
set: () => setType,
|
|
29
|
+
record: () => recordType,
|
|
30
|
+
quotelessJson: () => quotelessJson,
|
|
31
|
+
promise: () => promiseType,
|
|
32
|
+
preprocess: () => preprocessType,
|
|
33
|
+
pipeline: () => pipelineType,
|
|
34
|
+
ostring: () => ostring,
|
|
35
|
+
optional: () => optionalType,
|
|
36
|
+
onumber: () => onumber,
|
|
37
|
+
oboolean: () => oboolean,
|
|
38
|
+
objectUtil: () => objectUtil,
|
|
39
|
+
object: () => objectType,
|
|
40
|
+
number: () => numberType,
|
|
41
|
+
nullable: () => nullableType,
|
|
42
|
+
null: () => nullType,
|
|
43
|
+
never: () => neverType,
|
|
44
|
+
nativeEnum: () => nativeEnumType,
|
|
45
|
+
nan: () => nanType,
|
|
46
|
+
map: () => mapType,
|
|
47
|
+
makeIssue: () => makeIssue,
|
|
48
|
+
literal: () => literalType,
|
|
49
|
+
lazy: () => lazyType,
|
|
50
|
+
late: () => late,
|
|
51
|
+
isValid: () => isValid,
|
|
52
|
+
isDirty: () => isDirty,
|
|
53
|
+
isAsync: () => isAsync,
|
|
54
|
+
isAborted: () => isAborted,
|
|
55
|
+
intersection: () => intersectionType,
|
|
56
|
+
instanceof: () => instanceOfType,
|
|
57
|
+
getParsedType: () => getParsedType,
|
|
58
|
+
getErrorMap: () => getErrorMap,
|
|
59
|
+
function: () => functionType,
|
|
60
|
+
enum: () => enumType,
|
|
61
|
+
effect: () => effectsType,
|
|
62
|
+
discriminatedUnion: () => discriminatedUnionType,
|
|
63
|
+
defaultErrorMap: () => errorMap,
|
|
64
|
+
default: () => z,
|
|
65
|
+
date: () => dateType,
|
|
66
|
+
custom: () => custom,
|
|
67
|
+
coerce: () => coerce,
|
|
68
|
+
boolean: () => booleanType,
|
|
69
|
+
bigint: () => bigIntType,
|
|
70
|
+
array: () => arrayType,
|
|
71
|
+
any: () => anyType,
|
|
72
|
+
addIssueToContext: () => addIssueToContext,
|
|
73
|
+
ZodVoid: () => ZodVoid,
|
|
74
|
+
ZodUnknown: () => ZodUnknown,
|
|
75
|
+
ZodUnion: () => ZodUnion,
|
|
76
|
+
ZodUndefined: () => ZodUndefined,
|
|
77
|
+
ZodType: () => ZodType,
|
|
78
|
+
ZodTuple: () => ZodTuple,
|
|
79
|
+
ZodTransformer: () => ZodEffects,
|
|
80
|
+
ZodSymbol: () => ZodSymbol,
|
|
81
|
+
ZodString: () => ZodString,
|
|
82
|
+
ZodSet: () => ZodSet,
|
|
83
|
+
ZodSchema: () => ZodType,
|
|
84
|
+
ZodRecord: () => ZodRecord,
|
|
85
|
+
ZodReadonly: () => ZodReadonly,
|
|
86
|
+
ZodPromise: () => ZodPromise,
|
|
87
|
+
ZodPipeline: () => ZodPipeline,
|
|
88
|
+
ZodParsedType: () => ZodParsedType,
|
|
89
|
+
ZodOptional: () => ZodOptional,
|
|
90
|
+
ZodObject: () => ZodObject,
|
|
91
|
+
ZodNumber: () => ZodNumber,
|
|
92
|
+
ZodNullable: () => ZodNullable,
|
|
93
|
+
ZodNull: () => ZodNull,
|
|
94
|
+
ZodNever: () => ZodNever,
|
|
95
|
+
ZodNativeEnum: () => ZodNativeEnum,
|
|
96
|
+
ZodNaN: () => ZodNaN,
|
|
97
|
+
ZodMap: () => ZodMap,
|
|
98
|
+
ZodLiteral: () => ZodLiteral,
|
|
99
|
+
ZodLazy: () => ZodLazy,
|
|
100
|
+
ZodIssueCode: () => ZodIssueCode,
|
|
101
|
+
ZodIntersection: () => ZodIntersection,
|
|
102
|
+
ZodFunction: () => ZodFunction,
|
|
103
|
+
ZodFirstPartyTypeKind: () => ZodFirstPartyTypeKind,
|
|
104
|
+
ZodError: () => ZodError,
|
|
105
|
+
ZodEnum: () => ZodEnum,
|
|
106
|
+
ZodEffects: () => ZodEffects,
|
|
107
|
+
ZodDiscriminatedUnion: () => ZodDiscriminatedUnion,
|
|
108
|
+
ZodDefault: () => ZodDefault,
|
|
109
|
+
ZodDate: () => ZodDate,
|
|
110
|
+
ZodCatch: () => ZodCatch,
|
|
111
|
+
ZodBranded: () => ZodBranded,
|
|
112
|
+
ZodBoolean: () => ZodBoolean,
|
|
113
|
+
ZodBigInt: () => ZodBigInt,
|
|
114
|
+
ZodArray: () => ZodArray,
|
|
115
|
+
ZodAny: () => ZodAny,
|
|
116
|
+
Schema: () => ZodType,
|
|
117
|
+
ParseStatus: () => ParseStatus,
|
|
118
|
+
OK: () => OK,
|
|
119
|
+
NEVER: () => NEVER,
|
|
120
|
+
INVALID: () => INVALID,
|
|
121
|
+
EMPTY_PATH: () => EMPTY_PATH,
|
|
122
|
+
DIRTY: () => DIRTY,
|
|
123
|
+
BRAND: () => BRAND
|
|
556
124
|
});
|
|
557
125
|
|
|
558
126
|
class ZodError extends Error {
|
package/dist/esm/internals.mjs
CHANGED
|
@@ -23232,7 +23232,7 @@ var RenderModalAdvanced = ({
|
|
|
23232
23232
|
const toggleCustomOffthreadVideoCacheSizeInBytes = useCallback104(() => {
|
|
23233
23233
|
setOffthreadVideoCacheSizeInBytes((previous) => {
|
|
23234
23234
|
if (previous === null) {
|
|
23235
|
-
return
|
|
23235
|
+
return 512 * 1024 * 1024;
|
|
23236
23236
|
}
|
|
23237
23237
|
return null;
|
|
23238
23238
|
});
|
|
@@ -23428,7 +23428,7 @@ var RenderModalAdvanced = ({
|
|
|
23428
23428
|
}),
|
|
23429
23429
|
renderMode === "audio" || offthreadVideoCacheSizeInBytes === null ? null : jsx220(NumberSetting, {
|
|
23430
23430
|
min: minConcurrency,
|
|
23431
|
-
max:
|
|
23431
|
+
max: 2000 * 1024 * 1024,
|
|
23432
23432
|
step: 1024,
|
|
23433
23433
|
name: "OffthreadVideo cache size",
|
|
23434
23434
|
formatter: (w) => `${w} bytes`,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/studio",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.188",
|
|
7
7
|
"description": "APIs for interacting with the Remotion Studio",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
"memfs": "3.4.3",
|
|
19
19
|
"source-map": "0.7.3",
|
|
20
20
|
"open": "^8.4.2",
|
|
21
|
-
"remotion": "4.0.
|
|
22
|
-
"@remotion/
|
|
23
|
-
"@remotion/renderer": "4.0.
|
|
24
|
-
"@remotion/
|
|
25
|
-
"
|
|
21
|
+
"@remotion/player": "4.0.188",
|
|
22
|
+
"@remotion/media-utils": "4.0.188",
|
|
23
|
+
"@remotion/renderer": "4.0.188",
|
|
24
|
+
"@remotion/studio-shared": "4.0.188",
|
|
25
|
+
"remotion": "4.0.188"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"react": "18.3.1",
|
|
29
29
|
"react-dom": "18.3.1",
|
|
30
30
|
"@types/semver": "^7.3.4",
|
|
31
31
|
"zod": "3.22.3",
|
|
32
|
-
"@remotion/zod-types": "4.0.
|
|
32
|
+
"@remotion/zod-types": "4.0.188"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|