appwrite-cli 13.3.1 → 13.4.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,18 @@
1
1
  # Change Log
2
2
 
3
+ ## 13.4.0
4
+
5
+ * Add `--queries` option to `list-keys` command
6
+ * Add `--key-id` option to `create-key` command
7
+ * Add `encrypt` param support to new string type attributes
8
+ * Fix `bignumber.js` bundler conflict by removing direct dependency in favor of transitive dependency from `json-bigint`
9
+ * Fix missing region in console failUrl for failed deployments
10
+
11
+ ## 13.3.2
12
+
13
+ - Fix handle null rows in table parser
14
+ - Export config zod schemas
15
+
3
16
  ## 13.3.1
4
17
 
5
18
  - Fix generated TS imports to auto-detect ESM vs non-ESM
package/README.md CHANGED
@@ -29,7 +29,7 @@ Once the installation is complete, you can verify the install using
29
29
 
30
30
  ```sh
31
31
  $ appwrite -v
32
- 13.3.1
32
+ 13.4.0
33
33
  ```
34
34
 
35
35
  ### Install using prebuilt binaries
@@ -60,7 +60,7 @@ $ scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/sc
60
60
  Once the installation completes, you can verify your install using
61
61
  ```
62
62
  $ appwrite -v
63
- 13.3.1
63
+ 13.4.0
64
64
  ```
65
65
 
66
66
  ## Getting Started