@measured/puck 0.20.3-canary.d855fa8c → 0.21.0-canary.1df9ddeb

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/dist/rsc.mjs CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  transformProps,
13
13
  useSlots,
14
14
  walkTree
15
- } from "./chunk-OOLYDXKW.mjs";
15
+ } from "./chunk-X7YZ3YE7.mjs";
16
16
 
17
17
  // bundle/rsc.tsx
18
18
  init_react_import();
@@ -212,6 +212,7 @@ UserField extends BaseField = {}> = {
212
212
  fields: Fields<FieldProps>;
213
213
  lastFields: Fields<FieldProps>;
214
214
  lastData: DataShape | null;
215
+ metadata: Metadata;
215
216
  appState: AppState;
216
217
  parent: ComponentData | null;
217
218
  }) => Promise<Fields<FieldProps>> | Fields<FieldProps>;
@@ -212,6 +212,7 @@ UserField extends BaseField = {}> = {
212
212
  fields: Fields<FieldProps>;
213
213
  lastFields: Fields<FieldProps>;
214
214
  lastData: DataShape | null;
215
+ metadata: Metadata;
215
216
  appState: AppState;
216
217
  parent: ComponentData | null;
217
218
  }) => Promise<Fields<FieldProps>> | Fields<FieldProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.20.3-canary.d855fa8c",
3
+ "version": "0.21.0-canary.1df9ddeb",
4
4
  "description": "The open-source visual editor for React",
5
5
  "author": "Chris Villa <chris@puckeditor.com>",
6
6
  "repository": "measuredco/puck",
@@ -96,7 +96,7 @@
96
96
  "@dnd-kit/helpers": "0.1.18",
97
97
  "@dnd-kit/react": "0.1.18",
98
98
  "deep-diff": "^1.0.2",
99
- "fast-deep-equal": "^3.1.3",
99
+ "fast-equals": "5.2.2",
100
100
  "flat": "^5.0.2",
101
101
  "object-hash": "^3.0.0",
102
102
  "react-hotkeys-hook": "^4.6.1",