convex 0.14.0 → 0.14.1

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.
@@ -62,7 +62,7 @@ var convex = (() => {
62
62
  });
63
63
 
64
64
  // src/index.ts
65
- var version = "0.14.0";
65
+ var version = "0.14.1";
66
66
 
67
67
  // src/values/base64.ts
68
68
  var base64_exports = {};
@@ -1533,6 +1533,10 @@ var convex = (() => {
1533
1533
  });
1534
1534
  this.authenticate(token.value);
1535
1535
  } else {
1536
+ this.setAuthState({
1537
+ state: "initialRefetch",
1538
+ config: { fetchToken, onAuthChange: onChange }
1539
+ });
1536
1540
  await this.refetchToken();
1537
1541
  }
1538
1542
  }