bt-core-app 1.4.573 → 1.4.574

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.
@@ -8866,7 +8866,7 @@ function Mx(e) {
8866
8866
  if (console.log("trying refresh"), e.useTokenRefresh !== !0 || Gn(r.value.refreshToken) || Gn(r.value.refreshExpiresOn))
8867
8867
  return;
8868
8868
  const D = Oe.fromFormat(r.value.refreshExpiresOn, t), V = Oe.utc(), I = D.plus({ minutes: 0 - n });
8869
- if (console.log(`testing ${D} with ${V} and if after ${I}`), !(V > D) && !(V < I)) {
8869
+ if (!(V.toString() > D.toString()) && !(V.toString() < I.toString())) {
8870
8870
  var M = Qt($o(), e.tokenRefreshPath ?? "refreshtoken");
8871
8871
  console.log(`refresh url: ${M}`);
8872
8872
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.573",
3
+ "version": "1.4.574",
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": {