@webflow/webflow-cli 1.17.0 → 1.17.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 +6 -0
- package/dist/index.js +64 -62
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @webflow/webflow-cli
|
|
2
2
|
|
|
3
|
+
## 1.17.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3d88fbe: Evaluate code-library bundles with JSDOM-backed `window` / `document` (and related bindings) in scope, so metadata extraction no longer throws when bundles reference browser-only globals at load time.
|
|
8
|
+
|
|
3
9
|
## 1.17.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|