bt-core-app 1.4.316 → 1.4.317
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 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -7505,7 +7505,6 @@ function tm(e) {
|
|
|
7505
7505
|
let C;
|
|
7506
7506
|
if (e.api != null && b.localOnly !== !0)
|
|
7507
7507
|
try {
|
|
7508
|
-
console.log("store patching"), console.log(b);
|
|
7509
7508
|
let p = await e.api.patch(b);
|
|
7510
7509
|
C = { ...b.data, ...p == null ? void 0 : p.data };
|
|
7511
7510
|
} catch (p) {
|
|
@@ -7750,7 +7749,7 @@ function Kw(e) {
|
|
|
7750
7749
|
let C = h.finalUrl, M = h.headers;
|
|
7751
7750
|
if (C == null && (C = a(h)), h.overrideHeaders !== !0 && (M = t(h)), r != null && r.isDemoing.value)
|
|
7752
7751
|
return console.log(`DEMO: Patch to ${C}`), r.patch(h);
|
|
7753
|
-
console.log(`Patch to ${C}`)
|
|
7752
|
+
console.log(`Patch to ${C}`);
|
|
7754
7753
|
let x;
|
|
7755
7754
|
try {
|
|
7756
7755
|
if (x = await fetch(C, {
|
package/package.json
CHANGED