@measured/puck-plugin-heading-analyzer 0.16.0-canary.538cb05 → 0.16.0-canary.958dc25

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.
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
@@ -90,7 +90,7 @@ type ObjectField<Props extends {
90
90
  [key: string]: any;
91
91
  }> = BaseField & {
92
92
  type: "object";
93
- objectFields: {
93
+ objectFields: Props extends any[] ? never : {
94
94
  [SubPropName in keyof Props]: Field<Props[SubPropName]>;
95
95
  };
96
96
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
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
  "eslint": "^7.32.0",