@segha/catalog 5.0.1 → 5.0.2

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/es/Movie/index.ts CHANGED
@@ -9,7 +9,7 @@ const MovieStatus = z
9
9
  .union([Pending, InProgress, Watched])
10
10
  .describe('Estado de visualización de la película');
11
11
 
12
- const MovieIcon = z.literal("movie");
12
+ const MovieIcon = z.literal("film");
13
13
 
14
14
  export const MovieSchema = SourceSchema
15
15
  .extend({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@segha/catalog",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "main": "index.ts",
5
5
  "description": "Schemas for Petroglyph Catalog",
6
6
  "segha": {