@webflow/webflow-cli 2.1.0 → 2.1.1

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,13 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 15b87be: CLD-1629: send framework + framework_version in CLI deploy payload so Webflow Cloud SLOs and dashboards can split metrics by framework and version. No user-facing behavior change.
8
+ - 8988847: security: bump tar to 7.5.16 to address known vulnerabilities
9
+ - 043e99d: security: pin transitive dependencies axios, fast-uri, and tmp to address known vulnerabilities
10
+
3
11
  ## 2.1.0
4
12
 
5
13
  ### Minor Changes