@webflow/webflow-cli 1.22.0 → 2.0.0-next.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webflow/webflow-cli",
3
- "version": "1.22.0",
3
+ "version": "2.0.0-next.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "webflow": "./dist/index.js"
@@ -29,14 +29,13 @@
29
29
  "@inquirer/prompts": "^7.9.0",
30
30
  "@module-federation/enhanced": "0.20.0",
31
31
  "@rspack/core": "^1.7.8",
32
- "@webflow/data-types": "^1.3.0",
32
+ "@webflow/data-types": "*",
33
33
  "ajv": "^8.17.1",
34
34
  "archiver": "^5.3.1",
35
35
  "babel-loader": "^10.0.0",
36
36
  "commander": "^10.0.0",
37
37
  "cosmiconfig": "^8.2.0",
38
38
  "css-loader": "^7.1.2",
39
- "css-tree": "^2.3.1",
40
39
  "dotenv": "^16.0.3",
41
40
  "env-paths": "^3.0.0",
42
41
  "fast-glob": "^3.3.3",
@@ -56,7 +55,6 @@
56
55
  "postcss": "^8.5.6",
57
56
  "postcss-loader": "^8.1.1",
58
57
  "postcss-selector-parser": "^7.1.0",
59
- "prettier": "^2.7.1",
60
58
  "semver": "^7.7.2",
61
59
  "serve-handler": "^6.1.5",
62
60
  "source-map-support": "^0.5.21",
@@ -73,16 +71,14 @@
73
71
  },
74
72
  "devDependencies": {
75
73
  "@types/archiver": "^5.3.2",
76
- "@types/css-tree": "^2.3.1",
77
74
  "@types/express": "^4.17.13",
78
75
  "@types/fs-extra": "^11.0.4",
79
76
  "@types/jest": "^29.2.3",
80
77
  "@types/md5": "^2.3.2",
81
78
  "@types/mime-types": "^2.1.4",
82
79
  "@types/nock": "^8.0.33",
83
- "@types/node": "^18.16.0",
80
+ "@types/node": "^22.13.0",
84
81
  "@types/node-fetch": "2.6.13",
85
- "@types/prettier": "^2.7.1",
86
82
  "@types/serve-handler": "^6.1.1",
87
83
  "@types/source-map": "^0.5.2",
88
84
  "@types/webpack-node-externals": "^3.0.4",
@@ -92,13 +88,13 @@
92
88
  "jest": "^29.3.1",
93
89
  "nock": "13.3.1",
94
90
  "tar": "^7.4.3",
95
- "ts-jest": "^29.0.3",
91
+ "ts-jest": "^29.4.9",
96
92
  "ts-node": "^10.9.1",
97
93
  "tsconfig": "*",
98
94
  "tsup": "^8.4.0",
99
- "typescript": "^4.9.3"
95
+ "typescript": "^5.9.3"
100
96
  },
101
97
  "engines": {
102
- "node": ">=18.16.0"
98
+ "node": ">=22.13.0"
103
99
  }
104
100
  }
@@ -1,25 +0,0 @@
1
- {
2
- "extends": [
3
- "eslint:recommended",
4
- "plugin:@typescript-eslint/eslint-recommended",
5
- "plugin:@typescript-eslint/recommended"
6
- ],
7
- "parser": "@typescript-eslint/parser",
8
- "parserOptions": {
9
- "project": "./tsconfig.json"
10
- },
11
- "plugins": ["@typescript-eslint", "promise"],
12
- "rules": {
13
- "@typescript-eslint/explicit-function-return-type": "off",
14
- "@typescript-eslint/no-explicit-any": "off",
15
- "@typescript-eslint/no-floating-promises": "error",
16
- "@typescript-eslint/no-misused-promises": [
17
- "error",
18
- { "checksVoidReturn": false }
19
- ],
20
- "@typescript-eslint/no-unused-vars": "error",
21
- "no-async-promise-executor": "error",
22
- "require-await": "error",
23
- "promise/catch-or-return": "error"
24
- }
25
- }
@@ -1,25 +0,0 @@
1
- {
2
- "extends": [
3
- "eslint:recommended",
4
- "plugin:@typescript-eslint/eslint-recommended",
5
- "plugin:@typescript-eslint/recommended"
6
- ],
7
- "parser": "@typescript-eslint/parser",
8
- "parserOptions": {
9
- "project": "./tsconfig.json"
10
- },
11
- "plugins": ["@typescript-eslint", "promise"],
12
- "rules": {
13
- "@typescript-eslint/explicit-function-return-type": "off",
14
- "@typescript-eslint/no-explicit-any": "off",
15
- "@typescript-eslint/no-floating-promises": "error",
16
- "@typescript-eslint/no-misused-promises": [
17
- "error",
18
- { "checksVoidReturn": false }
19
- ],
20
- "@typescript-eslint/no-unused-vars": "error",
21
- "no-async-promise-executor": "error",
22
- "require-await": "error",
23
- "promise/catch-or-return": "error"
24
- }
25
- }
@@ -1,25 +0,0 @@
1
- {
2
- "extends": [
3
- "eslint:recommended",
4
- "plugin:@typescript-eslint/eslint-recommended",
5
- "plugin:@typescript-eslint/recommended"
6
- ],
7
- "parser": "@typescript-eslint/parser",
8
- "parserOptions": {
9
- "project": "./tsconfig.json"
10
- },
11
- "plugins": ["@typescript-eslint", "promise"],
12
- "rules": {
13
- "@typescript-eslint/explicit-function-return-type": "off",
14
- "@typescript-eslint/no-explicit-any": "off",
15
- "@typescript-eslint/no-floating-promises": "error",
16
- "@typescript-eslint/no-misused-promises": [
17
- "error",
18
- { "checksVoidReturn": false }
19
- ],
20
- "@typescript-eslint/no-unused-vars": "error",
21
- "no-async-promise-executor": "error",
22
- "require-await": "error",
23
- "promise/catch-or-return": "error"
24
- }
25
- }