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.
@@ -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 < p + e.minutesToClear) {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.576",
3
+ "version": "1.4.577",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {