@measured/puck-field-contentful 0.16.0-canary.538cb05 → 0.16.0-canary.958dc25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -49,7 +49,7 @@ type ObjectField<Props extends {
49
49
  [key: string]: any;
50
50
  }> = BaseField & {
51
51
  type: "object";
52
- objectFields: {
52
+ objectFields: Props extends any[] ? never : {
53
53
  [SubPropName in keyof Props]: Field<Props[SubPropName]>;
54
54
  };
55
55
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-field-contentful",
3
- "version": "0.16.0-canary.538cb05",
3
+ "version": "0.16.0-canary.958dc25",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -18,7 +18,7 @@
18
18
  "dist"
19
19
  ],
20
20
  "devDependencies": {
21
- "@measured/puck": "^0.16.0-canary.538cb05",
21
+ "@measured/puck": "^0.16.0-canary.958dc25",
22
22
  "@types/react": "^18.2.0",
23
23
  "@types/react-dom": "^18.2.0",
24
24
  "contentful": "^10.8.6",