@webflow/webflow-cli 1.8.51 → 1.10.0
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 +18 -0
- package/dist/cloud-scaffolds/nextjs/package.json +2 -2
- package/dist/index.js +103 -67
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @webflow/webflow-cli
|
|
2
2
|
|
|
3
|
+
## 1.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Update nextJs version in Wefblow Cloud Scaffolding
|
|
8
|
+
- Add global `--manifest` flag to all CLI commands to setting a custom manifest path.
|
|
9
|
+
|
|
10
|
+
## 1.9.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- Added support for Code Components Decorators
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @webflow/data-types@1.1.0
|
|
20
|
+
|
|
3
21
|
## 1.8.51
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"next": "15.2.
|
|
15
|
+
"next": "15.2.8 ",
|
|
16
16
|
"react": "^19.0.1",
|
|
17
17
|
"react-dom": "^19.0.0"
|
|
18
18
|
},
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@types/react": "^19",
|
|
26
26
|
"@types/react-dom": "^19",
|
|
27
27
|
"eslint": "^9",
|
|
28
|
-
"eslint-config-next": "15.2.
|
|
28
|
+
"eslint-config-next": "15.2.8",
|
|
29
29
|
"postcss-import": "^16.1.0",
|
|
30
30
|
"tailwindcss": "^4",
|
|
31
31
|
"typescript": "^5",
|