@webflow/webflow-cli 1.8.46 → 1.8.48

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,24 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.8.48
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed `webflow cloud deploy` handling of user-provided wrangler bindings
8
+
9
+ ## 1.8.47
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated code components SSR bundle manifest to fix a bug with styles not being server-side rendered correctly
14
+ - Added non-interactive mode for `webflow cloud init`. See below for new options:
15
+ - `-n, --project-name <name>` - Project name
16
+ - `-f, --framework <framework>` - Framework (astro, nextjs)
17
+ - `-m, --mount <mount>` - Mount path (defaults to /app)
18
+ - `-s, --site-id <siteId>` - Webflow site ID
19
+ - Updated dependencies
20
+ - @webflow/data-types@1.0.2
21
+
3
22
  ## 1.8.46
4
23
 
5
24
  ### Patch Changes