bt-core-app 2.0.134 → 2.0.135

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.
@@ -9572,7 +9572,7 @@ function pP(e) {
9572
9572
  if (!e.useTokenRefresh || ia(r.value.refreshExpiresOn) || ia(r.value.refreshToken))
9573
9573
  return !0;
9574
9574
  const A = ut.fromFormat(r.value.refreshExpiresOn, t);
9575
- return ut.utc() < A;
9575
+ return ut.utc() > A;
9576
9576
  }
9577
9577
  function D() {
9578
9578
  const A = vt(r);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.134",
3
+ "version": "2.0.135",
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": {