@webflow/webflow-cli 1.14.0-next.2 → 1.15.0-next.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/dist/index.js +82 -95
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @webflow/webflow-cli
|
|
2
2
|
|
|
3
|
+
## 1.14.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 79b5686: Unifies CLI authentication across all commands (cloud, devlink, library). A single `webflow auth login` now covers every workflow, and credentials are stored as `WEBFLOW_API_TOKEN` in your `.env` file. The previous `WEBFLOW_SITE_API_TOKEN` and `WEBFLOW_WORKSPACE_API_TOKEN` variables still work but will show a deprecation warning — run `webflow auth login` to migrate. Devlink sync now supports interactive OAuth when no token is set.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 31c8d4a: Remove barrel export index file and simplify cleanup to delete entire rootDir folder on full sync (devlink sync command)
|
|
12
|
+
- 613ebab: Updated dependencies to patch security vulnerabilities.
|
|
13
|
+
|
|
3
14
|
## 1.13.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|