@firecms/core 3.0.0-canary.67 → 3.0.0-canary.68
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/index.es.js +2 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
- package/src/util/entities.ts +1 -0
package/dist/index.es.js
CHANGED
|
@@ -272,6 +272,8 @@ function ut(e) {
|
|
|
272
272
|
function uo(e, t, r) {
|
|
273
273
|
const i = Object.entries(t).map(([o, s]) => {
|
|
274
274
|
const l = e && e[o], c = si(l, s, r);
|
|
275
|
+
if (c === null)
|
|
276
|
+
return null;
|
|
275
277
|
if (c !== void 0)
|
|
276
278
|
return { [o]: c };
|
|
277
279
|
}).reduce((o, s) => ({ ...o, ...s }), {}), a = { ...e, ...i };
|