@measured/puck 0.13.1-canary.4498467 → 0.13.1-canary.65afdc3

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