bt-core-app 2.0.56 → 2.0.57
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -5692,7 +5692,7 @@ var fl = function() {
|
|
|
5692
5692
|
function toe(e, t, a, n) {
|
|
5693
5693
|
let l = a ?? [];
|
|
5694
5694
|
for (var r in t)
|
|
5695
|
-
(n == "
|
|
5695
|
+
(n == "all-obj2-props" || e.hasOwnProperty(r)) && !l.some((i) => i == r) && (e[r] = t[r]);
|
|
5696
5696
|
return e;
|
|
5697
5697
|
}
|
|
5698
5698
|
function aoe(e, t, a) {
|
package/package.json
CHANGED