convex 1.24.5 → 1.24.6

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,13 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## 1.24.4
3
+ ## 1.24.6
4
+
5
+ - Fix another bug with new Custom JWT auth support in projects that use Convex
6
+ backend components.
7
+
8
+ ## 1.24.5
4
9
 
5
10
  - `ConvexClient.mutation()` now accepts a third `options` argument that can
6
11
  contain an optimistic update.
7
12
 
8
- - Log a warning when optimistic update handlers return a promise since they
9
- should be sync.
10
-
11
13
  ## 1.24.3
12
14
 
13
15
  - Add `.url` property to ConvexReactClient.
@@ -28,7 +28,7 @@ var convex = (() => {
28
28
  });
29
29
 
30
30
  // src/index.ts
31
- var version = "1.24.5";
31
+ var version = "1.24.6";
32
32
 
33
33
  // src/values/base64.ts
34
34
  var base64_exports = {};