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