@supernova-studio/model 1.4.22 → 1.4.23

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.mjs CHANGED
@@ -3755,7 +3755,7 @@ import { z as z92 } from "zod";
3755
3755
  var FigmaFile = z92.object({
3756
3756
  id: z92.string(),
3757
3757
  name: z92.string(),
3758
- lastModifiedAt: z92.date(),
3758
+ lastModifiedAt: z92.coerce.date(),
3759
3759
  thumbnailUrl: z92.string().optional()
3760
3760
  });
3761
3761