mulmocast 1.2.57 → 1.2.58

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.
@@ -138,7 +138,7 @@ export const mulmoVoiceOverMediaSchema = z
138
138
  export const mulmoVisionMediaSchema = z
139
139
  .object({
140
140
  type: z.literal("vision"),
141
- style: z.string(),
141
+ style: z.string().min(1),
142
142
  data: z.record(z.string(), z.any()),
143
143
  })
144
144
  .strict();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mulmocast",
3
- "version": "1.2.57",
3
+ "version": "1.2.58",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "lib/index.node.js",