@canva/cli 1.7.0 → 1.8.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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.8.0 - 2025-10-30
4
+
5
+ ### Changed
6
+
7
+ - Private app creation is now limited to Enterprise plan users only.
8
+ - Updated `canva apps create` to prompt for a new name if a local directory already exists with the same name.
9
+
10
+ ### Fixed
11
+
12
+ - Updated `copy_env.ts` script to not throw if a template .env file does not exist
13
+
3
14
  ## v1.7.0 - 2025-10-23
4
15
 
5
16
  ### Changed
package/README.md CHANGED
@@ -252,7 +252,7 @@ canva apps create "My New App" --template="hello_world" --distribution="public"
252
252
 
253
253
  Available types:
254
254
  - `"public"`: Available to all Canva users, subject to Canva review.
255
- - `"private"`: Only available to your team, and requires team admin approval.
255
+ - `"private"`: Only available to your team on an [Enterprise plan](https://www.canva.com/enterprise/), and requires team admin approval.
256
256
 
257
257
  **Note**: You can't change the distribution setting after creating a new app with the `canva apps create` command.
258
258