@shotstack/shotstack-studio 2.0.0-beta.1 → 2.0.0-beta.3

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.
@@ -346,7 +346,7 @@ const j = t.enum(["linear", "bezier", "constant"]), v = t.enum([
346
346
  Ot,
347
347
  Tt
348
348
  ]), Rt = t.enum(["mp4", "gif", "mp3", "jpg", "png", "bmp"], {
349
- errorMap: () => ({ message: "Must be one of mp4, gif, mp3, jpg, png, bmp" })
349
+ error: "Must be one of mp4, gif, mp3, jpg, png, bmp"
350
350
  }), wt = [12, 15, 23.976, 24, 25, 29.97, 30, 48, 50, 59.94, 60], Et = t.number().refine((e) => wt.includes(e), {
351
351
  message: "Must be one of 12, 15, 23.976, 24, 25, 29.97, 30, 48, 50, 59.94, 60"
352
352
  }), Pt = t.object({