convex 1.21.1-alpha.2 → 1.22.0

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,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.22.0
4
+
5
+ - Options for turning off MCP tools and blocking prod deployments (see
6
+ `npx convex mcp`)
7
+ - Add `--run-sh` option to `npx convex dev`, similar to `--run` but for shell
8
+ commands
9
+ - Add `inflightMutations` and `inflightActions` to
10
+ `convexClient.connectionState()`
11
+
3
12
  ## 1.21.0
4
13
 
5
14
  - `npx convex dev` tails logs by default. See the `--tail-logs` option for more.
@@ -28,7 +28,7 @@ var convex = (() => {
28
28
  });
29
29
 
30
30
  // src/index.ts
31
- var version = "1.21.1-alpha.2";
31
+ var version = "1.22.0";
32
32
 
33
33
  // src/values/base64.ts
34
34
  var base64_exports = {};