@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.
- package/dist/index.js +1 -1
- 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") {
|