@webflow/webflow-cli 1.8.47 → 1.8.49
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 +13 -0
- package/dist/index.js +81 -151
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @webflow/webflow-cli
|
|
2
2
|
|
|
3
|
+
## 1.8.49
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Fixed default framework option for 'cloud create' command
|
|
8
|
+
- Update code components bundler to optimize bundle size
|
|
9
|
+
|
|
10
|
+
## 1.8.48
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Fixed `webflow cloud deploy` handling of user-provided wrangler bindings
|
|
15
|
+
|
|
3
16
|
## 1.8.47
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|