@webflow/webflow-cli 1.13.0 → 1.13.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,12 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b02f9d6: Standardize telemetry consent across commands
8
+ - 69a7ae9: Corrects path typo in astro template
9
+
3
10
  ## 1.13.0
4
11
 
5
12
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  ---
2
- import { DevLinkProvider } from '../../devlink/DevLinkProvider.jsx';
2
+ import { DevLinkProvider } from '../../devlink/DevLinkProvider.js';
3
3
  import "../../devlink/global.css"; // Webflow Styles
4
4
  ---
5
5
 
@@ -12,4 +12,4 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
12
12
 
13
13
  You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
14
14
 
15
- You can deploy your app by running [`webflow cloud deploy`](https://developers.webflow.com/webflow-cloud/environment).
15
+ You can deploy your app by running [`webflow cloud deploy`](https://developers.webflow.com/webflow-cloud/environment).