bt-core-app 1.4.576 → 1.4.577
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
|
@@ -7630,7 +7630,7 @@ function kx(e) {
|
|
|
7630
7630
|
async function h() {
|
|
7631
7631
|
if (!(e.minutesToClear == null || i.value == null || i.value.storedOn == null)) {
|
|
7632
7632
|
var C = We.utc().toSeconds() / 60, p = parseFloat(i.value.storedOn) * 60;
|
|
7633
|
-
if (C
|
|
7633
|
+
if (C > p + e.minutesToClear) {
|
|
7634
7634
|
console.log(`clearing and reloading ${e.storeName}`);
|
|
7635
7635
|
const S = c();
|
|
7636
7636
|
await ra().removeItem(S), t.value = void 0, n.value = 0, i.value = {
|
package/package.json
CHANGED