nuxtseo-shared 5.1.1 → 5.1.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.
@@ -70,11 +70,9 @@ interface DefineContentSchemaConfig<TSchema = any, TDefineOptions extends Conten
70
70
  declare function createContentSchemaFactory<TSchema, TDefineOptions extends ContentSchemaOptions = ContentSchemaOptions>(config: DefineContentSchemaConfig<TSchema, TDefineOptions>, defaultZ: Zod): {
71
71
  defineSchema: (options?: TDefineOptions) => TSchema;
72
72
  asCollection: <T>(collection: any) => T;
73
- schema: z.ZodObject<any, "strip", z.ZodTypeAny, {
73
+ schema: z.ZodObject<{
74
74
  [x: string]: any;
75
- }, {
76
- [x: string]: any;
77
- }>;
75
+ }, z.core.$strip>;
78
76
  fieldSchema: TSchema;
79
77
  };
80
78
 
package/dist/content.d.ts CHANGED
@@ -70,11 +70,9 @@ interface DefineContentSchemaConfig<TSchema = any, TDefineOptions extends Conten
70
70
  declare function createContentSchemaFactory<TSchema, TDefineOptions extends ContentSchemaOptions = ContentSchemaOptions>(config: DefineContentSchemaConfig<TSchema, TDefineOptions>, defaultZ: Zod): {
71
71
  defineSchema: (options?: TDefineOptions) => TSchema;
72
72
  asCollection: <T>(collection: any) => T;
73
- schema: z.ZodObject<any, "strip", z.ZodTypeAny, {
73
+ schema: z.ZodObject<{
74
74
  [x: string]: any;
75
- }, {
76
- [x: string]: any;
77
- }>;
75
+ }, z.core.$strip>;
78
76
  fieldSchema: TSchema;
79
77
  };
80
78
 
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
- "version": "5.1.1",
7
+ "version": "5.1.2",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxtseo-shared",
3
3
  "type": "module",
4
- "version": "5.1.1",
4
+ "version": "5.1.2",
5
5
  "description": "Shared utilities for Nuxt SEO modules.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",