@stackframe/stack 2.7.7 → 2.7.8

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.
@@ -64,7 +64,7 @@ var import_url = require("../utils/url");
64
64
  var import_auth = require("./auth");
65
65
  var import_cookie = require("./cookie");
66
66
  var NextNavigation = (0, import_compile_time.scrambleDuringCompileTime)(NextNavigationUnscrambled);
67
- var clientVersion = "js @stackframe/stack@2.7.7";
67
+ var clientVersion = "js @stackframe/stack@2.7.8";
68
68
  function getUrls(partial) {
69
69
  const handler = partial.handler ?? "/handler";
70
70
  const home = partial.home ?? "/";
@@ -675,7 +675,7 @@ var _StackClientAppImpl = class __StackClientAppImpl {
675
675
  _internalSession: session,
676
676
  currentSession: {
677
677
  async getTokens() {
678
- const tokens = await session.getOrFetchLikelyValidTokens(3e4);
678
+ const tokens = await session.getOrFetchLikelyValidTokens(2e4);
679
679
  return {
680
680
  accessToken: tokens?.accessToken.token ?? null,
681
681
  refreshToken: tokens?.refreshToken?.token ?? null