@canva/cli 1.20.0 → 1.21.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/cli.js +625 -625
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.21.0 - 2026-03-11
4
+
5
+ ### Changed
6
+
7
+ - Dependencies audit bringing modules up to date:
8
+
9
+ ```text
10
+ @modelcontextprotocol/sdk 1.25.2 -> 1.27.1
11
+ ajv 8.17.1 -> 8.18.0
12
+ diff 8.0.2 -> 8.0.3
13
+ systeminformation 5.27.14 -> 5.31.4
14
+ tar 7.5.4 -> 7.5.11
15
+ ```
16
+
17
+ ### Fixed
18
+
19
+ - Installing npm dependencies when creating a new app could occasionally fail.
20
+ - Fix duplicate 'Done!' message shown after completing apps create.
21
+
3
22
  ## v1.20.0 - 2026-02-19
4
23
 
5
24
  ### Changed