@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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @stackframe/stack
2
2
 
3
+ ## 2.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Various changes
8
+ - Updated dependencies
9
+ - @stackframe/stack-shared@2.7.8
10
+ - @stackframe/stack-sc@2.7.8
11
+ - @stackframe/stack-ui@2.7.8
12
+
3
13
  ## 2.7.7
4
14
 
5
15
  ### Patch Changes
@@ -25,7 +25,7 @@ import { constructRedirectUrl } from "../utils/url";
25
25
  import { addNewOAuthProviderOrScope, callOAuthCallback, signInWithOAuth } from "./auth";
26
26
  import { createBrowserCookieHelper, createCookieHelper, deleteCookieClient, getCookieClient, setOrDeleteCookie, setOrDeleteCookieClient } from "./cookie";
27
27
  var NextNavigation = scrambleDuringCompileTime(NextNavigationUnscrambled);
28
- var clientVersion = "js @stackframe/stack@2.7.7";
28
+ var clientVersion = "js @stackframe/stack@2.7.8";
29
29
  function getUrls(partial) {
30
30
  const handler = partial.handler ?? "/handler";
31
31
  const home = partial.home ?? "/";
@@ -636,7 +636,7 @@ var _StackClientAppImpl = class __StackClientAppImpl {
636
636
  _internalSession: session,
637
637
  currentSession: {
638
638
  async getTokens() {
639
- const tokens = await session.getOrFetchLikelyValidTokens(3e4);
639
+ const tokens = await session.getOrFetchLikelyValidTokens(2e4);
640
640
  return {
641
641
  accessToken: tokens?.accessToken.token ?? null,
642
642
  refreshToken: tokens?.refreshToken?.token ?? null