@measured/puck 0.14.0-canary.4932a6e → 0.14.0-canary.de9c2c4

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -32570,7 +32570,7 @@ var loadOverrides = ({
32570
32570
  overrides,
32571
32571
  plugins
32572
32572
  }) => {
32573
- const collected = overrides;
32573
+ const collected = __spreadValues({}, overrides);
32574
32574
  plugins.forEach((plugin) => {
32575
32575
  Object.keys(plugin.overrides).forEach((overridesType) => {
32576
32576
  if (overridesType === "fieldTypes") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.14.0-canary.4932a6e",
3
+ "version": "0.14.0-canary.de9c2c4",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",