@canva/cli 1.13.0 → 1.14.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 +12 -0
- package/cli.js +331 -331
- package/package.json +2 -2
- package/templates/base/package.json +1 -1
- package/templates/base/tsconfig.json +0 -1
- package/templates/base/webpack.config.ts +0 -5
- package/templates/dam/package.json +1 -1
- package/templates/dam/tsconfig.json +0 -1
- package/templates/dam/webpack.config.ts +0 -5
- package/templates/data_connector/package.json +2 -2
- package/templates/data_connector/tsconfig.json +0 -1
- package/templates/data_connector/webpack.config.ts +0 -5
- package/templates/gen_ai/package.json +2 -2
- package/templates/gen_ai/tsconfig.json +0 -1
- package/templates/gen_ai/webpack.config.ts +0 -5
- package/templates/hello_world/package.json +1 -1
- package/templates/hello_world/tsconfig.json +0 -1
- package/templates/hello_world/webpack.config.ts +0 -5
- package/templates/mls/package.json +2 -2
- package/templates/mls/tsconfig.json +0 -1
- package/templates/mls/webpack.config.ts +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.14.0 - 2026-01-14
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Removed `asset` import alias for generated templates since it's not used in any of our examples.
|
|
8
|
+
- Dependencies audit bringing modules up to date:
|
|
9
|
+
|
|
10
|
+
```text
|
|
11
|
+
@modelcontextprotocol/sdk 1.17.4 -> 1.25.2
|
|
12
|
+
systeminformation 5.27.8 -> 5.27.14
|
|
13
|
+
```
|
|
14
|
+
|
|
3
15
|
## v1.13.0 - 2026-01-07
|
|
4
16
|
|
|
5
17
|
### Added
|