@measured/puck-plugin-heading-analyzer 0.14.0-canary.deff7a7 → 0.14.0-canary.e8991cc

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
@@ -53,7 +53,7 @@ type ObjectField<Props extends {
53
53
  }> = BaseField & {
54
54
  type: "object";
55
55
  objectFields: {
56
- [SubPropName in keyof Props[0]]: Field<Props[0][SubPropName]>;
56
+ [SubPropName in keyof Props]: Field<Props[SubPropName]>;
57
57
  };
58
58
  };
59
59
  type Adaptor<AdaptorParams = {}, TableShape extends Record<string, any> = {}, PropShape = TableShape> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.14.0-canary.deff7a7",
3
+ "version": "0.14.0-canary.e8991cc",
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.14.0-canary.deff7a7",
21
+ "@measured/puck": "^0.14.0-canary.e8991cc",
22
22
  "@types/react": "^18.2.0",
23
23
  "@types/react-dom": "^18.2.0",
24
24
  "eslint": "^7.32.0",