@webflow/webflow-cli 1.23.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.23.0",
3
+ "version": "2.0.0-next.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "webflow": "./dist/index.js"
@@ -29,7 +29,7 @@
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",
@@ -77,7 +77,7 @@
77
77
  "@types/md5": "^2.3.2",
78
78
  "@types/mime-types": "^2.1.4",
79
79
  "@types/nock": "^8.0.33",
80
- "@types/node": "^18.16.0",
80
+ "@types/node": "^22.13.0",
81
81
  "@types/node-fetch": "2.6.13",
82
82
  "@types/serve-handler": "^6.1.1",
83
83
  "@types/source-map": "^0.5.2",
@@ -88,13 +88,13 @@
88
88
  "jest": "^29.3.1",
89
89
  "nock": "13.3.1",
90
90
  "tar": "^7.4.3",
91
- "ts-jest": "^29.0.3",
91
+ "ts-jest": "^29.4.9",
92
92
  "ts-node": "^10.9.1",
93
93
  "tsconfig": "*",
94
94
  "tsup": "^8.4.0",
95
- "typescript": "^4.9.3"
95
+ "typescript": "^5.9.3"
96
96
  },
97
97
  "engines": {
98
- "node": ">=18.16.0"
98
+ "node": ">=22.13.0"
99
99
  }
100
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
- }