bt-core-app 1.4.99 → 1.4.100
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 +10 -6
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -2094,12 +2094,16 @@ function qr(e) {
|
|
|
2094
2094
|
return `${e.storeName}_${((i = e.auth) == null ? void 0 : i.credentials.value.userID) ?? "no-user-id"}`;
|
|
2095
2095
|
}
|
|
2096
2096
|
async function M() {
|
|
2097
|
-
console.log("trying save"), C == !0
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2097
|
+
if (console.log("trying save"), C == !0) {
|
|
2098
|
+
console.log("saving");
|
|
2099
|
+
var i = {
|
|
2100
|
+
meta: g.value,
|
|
2101
|
+
data: t.value,
|
|
2102
|
+
count: l.value,
|
|
2103
|
+
filters: []
|
|
2104
|
+
};
|
|
2105
|
+
console.log(i), await ve().setItem(_(), i);
|
|
2106
|
+
}
|
|
2103
2107
|
}
|
|
2104
2108
|
function $(i) {
|
|
2105
2109
|
const E = _();
|
package/package.json
CHANGED