@wix/cli-app 1.0.71 → 1.0.73

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,14 +1,13 @@
1
1
  {
2
2
  "name": "@wix/cli-app",
3
3
  "description": "CLI tool for Wix apps",
4
- "version": "1.0.71",
4
+ "version": "1.0.73",
5
5
  "author": "Amit Dahan",
6
6
  "dependencies": {
7
- "@vitejs/plugin-react-swc": "3.3.0",
8
- "vite": "4.3.4"
7
+ "@vitejs/plugin-react-swc": "3.3.1",
8
+ "vite": "4.3.9"
9
9
  },
10
10
  "devDependencies": {
11
- "@rollup/plugin-virtual": "^3.0.1",
12
11
  "@types/lodash": "^4.14.194",
13
12
  "@types/verror": "^1.10.6",
14
13
  "@vitejs/plugin-basic-ssl": "^1.0.1",
@@ -16,7 +15,7 @@
16
15
  "@wix/ambassador-ctp-gradual-rollout-v1-app-config": "^1.0.29",
17
16
  "@wix/ambassador-devcenter-components-v1-component": "^1.0.227",
18
17
  "@wix/arm-client": "0.0.0",
19
- "@wix/bi-logger-wix-cli": "^1.12.0",
18
+ "@wix/bi-logger-wix-cli": "^1.15.0",
20
19
  "@wix/cli-app-definitions": "0.0.0",
21
20
  "@wix/cli-app-manifest": "1.0.0",
22
21
  "@wix/cli-auth": "0.0.0",
@@ -27,12 +26,13 @@
27
26
  "@wix/cli-http-client": "0.0.0",
28
27
  "@wix/cli-i18n": "0.0.0",
29
28
  "@wix/cli-logger": "0.0.0",
29
+ "@wix/cli-site-selector": "0.0.0",
30
30
  "@wix/cli-telemetry": "0.0.0",
31
31
  "@wix/cli-test-overrides": "0.0.0",
32
+ "@wix/cli-ui-kit": "0.0.0",
32
33
  "@wix/dev-center-client": "0.0.0",
33
34
  "@wix/site-list-client": "0.0.0",
34
35
  "@wix/tsup-configs": "0.0.0",
35
- "@wix/user-browser": "0.0.0",
36
36
  "chalk": "^5.2.0",
37
37
  "chokidar": "^3.5.3",
38
38
  "fast-equals": "^5.0.1",
@@ -43,7 +43,7 @@
43
43
  "p-retry": "^5.1.2",
44
44
  "p-wait-for": "^5.0.2",
45
45
  "prompts": "^2.4.2",
46
- "semver": "^7.5.0",
46
+ "semver": "^7.5.1",
47
47
  "tempy": "^3.0.0",
48
48
  "terminal-link": "^3.0.0",
49
49
  "typed-emitter": "^2.1.0",
@@ -85,7 +85,7 @@
85
85
  "files": [
86
86
  {
87
87
  "glob": "./build/index.js",
88
- "maxSize": "360kb"
88
+ "maxSize": "370kb"
89
89
  }
90
90
  ]
91
91
  }
@@ -97,6 +97,7 @@
97
97
  "scripts": {
98
98
  "build": "run -T tsup",
99
99
  "build:watch": "run build --watch",
100
+ "test": "yarn workspace @wix/cli-app-spec run test",
100
101
  "test:build": "yarn workspace @wix/cli-app-spec run test:build",
101
102
  "typecheck": "run -T tsc --noEmit"
102
103
  },
@@ -112,5 +113,5 @@
112
113
  ]
113
114
  }
114
115
  },
115
- "falconPackageHash": "8c0097e59290591478a4131e029171978c0e567726e389431d7c7ac7"
116
+ "falconPackageHash": "f80adc2fdeec6cf462d7f643704a77fe7baf71fe8e1f9f9098f2f4e6"
116
117
  }