@canva/cli 1.6.0 → 1.7.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 +11 -0
- package/cli.js +2 -2
- package/package.json +1 -1
- package/templates/base/package.json +1 -1
- package/templates/dam/package.json +1 -1
- package/templates/data_connector/package.json +1 -1
- package/templates/gen_ai/package.json +1 -1
- package/templates/hello_world/package.json +1 -1
- package/templates/base/utils/backend/jwt_middleware/tests/jwt_middleware.tests.ts +0 -630
- package/templates/common/utils/backend/jwt_middleware/tests/jwt_middleware.tests.ts +0 -630
- package/templates/common/utils/tests/table_wrapper.tests.ts +0 -252
- package/templates/dam/scripts/start/tests/start.tests.ts +0 -61
- package/templates/dam/utils/backend/jwt_middleware/tests/jwt_middleware.tests.ts +0 -630
- package/templates/data_connector/scripts/start/tests/start.tests.ts +0 -61
- package/templates/gen_ai/scripts/start/tests/start.tests.ts +0 -61
- package/templates/gen_ai/utils/backend/bearer_middleware/tests/bearer_middleware.tests.ts +0 -192
- package/templates/hello_world/scripts/start/tests/start.tests.ts +0 -61
- /package/templates/base/scripts/{start/tests/start.tests.ts → start.tests.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.7.0 - 2025-10-23
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Updated `@canva/app-ui-kit` to `v5.2.0` across all templates.
|
|
8
|
+
- Updated app-ui-kit-v5 migration to always install the latest compatible packages.
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Removed source code test files from being included in CLI templates.
|
|
13
|
+
|
|
3
14
|
## v1.6.0 - 2025-10-22
|
|
4
15
|
|
|
5
16
|
### Added
|