convex 1.17.0-alpha.0 → 1.17.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,32 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.17.0
4
+
5
+ - Disallow extra arguments to CLI commands.
6
+ - `--component` flags for `convex import` and `convex data`.
7
+ - `--run-component` flag for `convex dev --run`
8
+ - Remove prettier-ignore-start directives from generated code.
9
+ - Fix file watcher bug where a syntax error could cause a file to stop being
10
+ watched.
11
+ - Downgrade jwt-decode dependency back to ^3.1.2.
12
+ - Change refresh token renewal timing
13
+
14
+ ## 1.16.6
15
+
16
+ - Detect TanStack Start projects and use environment variable name
17
+ `VITE_CONVEX_URL`.
18
+
19
+ ## 1.16.5
20
+
21
+ packageing changes logging changes
22
+
23
+ - restore --run flag of `convex import`, `convex data`,
24
+
25
+ ## 1.16.4
26
+
27
+ - Don't typecheck dependent components by default, add --typecheckComponents
28
+ flag to typecheck.
29
+
3
30
  ## 1.16.3
4
31
 
5
32
  - Fix some library typecheck errors introduced in 1.16.1. Workaround for
@@ -8,7 +35,7 @@
8
35
 
9
36
  ## 1.16.2
10
37
 
11
- - Change some language around componets beta.
38
+ - Change some language around components beta.
12
39
 
13
40
  ## 1.16.1
14
41
 
@@ -28,7 +28,7 @@ var convex = (() => {
28
28
  });
29
29
 
30
30
  // src/index.ts
31
- var version = "1.17.0-alpha.0";
31
+ var version = "1.17.0";
32
32
 
33
33
  // src/values/base64.ts
34
34
  var base64_exports = {};