bt-core-app 2.0.113 → 2.0.114
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
|
@@ -7903,7 +7903,7 @@ function iP(e) {
|
|
|
7903
7903
|
async function g(b, y, k, C) {
|
|
7904
7904
|
var $;
|
|
7905
7905
|
console.log(b), console.log(y), console.log(k);
|
|
7906
|
-
let M = p_((($ = a.value[b]) == null ? void 0 : $.data) ?? {}, y, e.updateIgnoreProps, "all-obj2-props");
|
|
7906
|
+
let M = Ot(p_((($ = a.value[b]) == null ? void 0 : $.data) ?? {}, y, e.updateIgnoreProps, "all-obj2-props"));
|
|
7907
7907
|
console.log(M);
|
|
7908
7908
|
let D = {
|
|
7909
7909
|
meta: { storedOn: t.toString() },
|
package/package.json
CHANGED