@stackframe/stack 2.3.1 → 2.3.2

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.
@@ -205,7 +205,7 @@ class _StackClientAppImpl {
205
205
  this._currentUserCache.forceSetCachedValue([getTokenStore(this._tokenStoreOptions)], options.currentClientUserJson);
206
206
  }
207
207
  else if (this.hasPersistentTokenStore()) {
208
- runAsynchronously(() => this.getUser(), { ignoreErrors: true });
208
+ runAsynchronously(this.getUser(), { ignoreErrors: true });
209
209
  }
210
210
  if (options.currentProjectJson !== undefined) {
211
211
  this._currentProjectCache.forceSetCachedValue([], options.currentProjectJson);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackframe/stack",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -13,6 +13,7 @@
13
13
  }
14
14
  },
15
15
  "files": [
16
+ "README.md",
16
17
  "dist"
17
18
  ],
18
19
  "dependencies": {
@@ -32,8 +33,8 @@
32
33
  "styled-components": "^6.1.8",
33
34
  "tailwindcss-scoped-preflight": "^2.1.0",
34
35
  "yup": "^1.4.0",
35
- "@stackframe/stack-sc": "1.4.0",
36
- "@stackframe/stack-shared": "2.3.0"
36
+ "@stackframe/stack-sc": "1.4.1",
37
+ "@stackframe/stack-shared": "2.3.1"
37
38
  },
38
39
  "peerDependencies": {
39
40
  "@mui/joy": "^5.0.0-beta.30",