@wix/cli-app 1.0.66 → 1.0.68
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/build/certificate-OSVGOZD2.js +19 -0
- package/build/{certificate-QM2J25NL.js.map → certificate-OSVGOZD2.js.map} +1 -1
- package/build/chunk-XPJ5XNVU.js +6 -0
- package/build/{chunk-AKY22ML4.js.map → chunk-XPJ5XNVU.js.map} +1 -1
- package/build/devtools-XEZBZR2L.js +12 -0
- package/build/devtools-XEZBZR2L.js.map +1 -0
- package/build/index.js +359 -69341
- package/build/index.js.map +1 -1
- package/package.json +27 -16
- package/build/certificate-QM2J25NL.js +0 -11986
- package/build/chunk-AKY22ML4.js +0 -64
- package/build/index.d.ts +0 -1062
package/package.json
CHANGED
|
@@ -1,58 +1,69 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/cli-app",
|
|
3
3
|
"description": "CLI tool for Wix apps",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.68",
|
|
5
5
|
"author": "Amit Dahan",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@vitejs/plugin-react-swc": "3.
|
|
8
|
-
"vite": "4.
|
|
7
|
+
"@vitejs/plugin-react-swc": "3.3.0",
|
|
8
|
+
"vite": "4.3.3"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@rollup/plugin-virtual": "^3.0.1",
|
|
12
12
|
"@types/verror": "^1.10.6",
|
|
13
13
|
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
|
14
|
-
"@wix/ambassador-ctp-app-cloud-deployer-service-v1-app-cloud-deployer": "^1.0.
|
|
15
|
-
"@wix/ambassador-ctp-gradual-rollout-v1-app-config": "^1.0.
|
|
16
|
-
"@wix/ambassador-devcenter-components-v1-component": "^1.0.
|
|
17
|
-
"@wix/
|
|
14
|
+
"@wix/ambassador-ctp-app-cloud-deployer-service-v1-app-cloud-deployer": "^1.0.10",
|
|
15
|
+
"@wix/ambassador-ctp-gradual-rollout-v1-app-config": "^1.0.29",
|
|
16
|
+
"@wix/ambassador-devcenter-components-v1-component": "^1.0.227",
|
|
17
|
+
"@wix/arm-client": "0.0.0",
|
|
18
|
+
"@wix/bi-logger-wix-cli": "^1.12.0",
|
|
18
19
|
"@wix/cli-app-definitions": "0.0.0",
|
|
20
|
+
"@wix/cli-app-manifest": "1.0.0",
|
|
19
21
|
"@wix/cli-auth": "0.0.0",
|
|
20
22
|
"@wix/cli-core-definitions": "0.0.0",
|
|
21
23
|
"@wix/cli-error-reporter": "0.0.0",
|
|
22
24
|
"@wix/cli-errors": "0.0.0",
|
|
23
25
|
"@wix/cli-fs": "0.0.0",
|
|
26
|
+
"@wix/cli-http-client": "0.0.0",
|
|
24
27
|
"@wix/cli-i18n": "0.0.0",
|
|
25
28
|
"@wix/cli-logger": "0.0.0",
|
|
26
29
|
"@wix/cli-telemetry": "0.0.0",
|
|
27
30
|
"@wix/cli-test-overrides": "0.0.0",
|
|
28
31
|
"@wix/dev-center-client": "0.0.0",
|
|
29
|
-
"@wix/http-client": "^1.527.0",
|
|
30
32
|
"@wix/site-list-client": "0.0.0",
|
|
31
33
|
"@wix/tsup-configs": "0.0.0",
|
|
32
34
|
"@wix/user-browser": "0.0.0",
|
|
33
35
|
"chalk": "^5.2.0",
|
|
34
36
|
"form-data": "^4.0.0",
|
|
35
37
|
"get-port": "^6.1.2",
|
|
36
|
-
"globby": "^13.1.
|
|
38
|
+
"globby": "^13.1.4",
|
|
37
39
|
"jsonfile": "^6.1.0",
|
|
38
40
|
"p-retry": "^5.1.2",
|
|
39
|
-
"p-wait-for": "^5.0.
|
|
41
|
+
"p-wait-for": "^5.0.2",
|
|
40
42
|
"prompts": "^2.4.2",
|
|
41
|
-
"semver": "^7.
|
|
43
|
+
"semver": "^7.5.0",
|
|
42
44
|
"tempy": "^3.0.0",
|
|
43
45
|
"terminal-link": "^3.0.0",
|
|
46
|
+
"variant": "^3.0.0-dev.25",
|
|
44
47
|
"verror": "^1.10.1",
|
|
45
48
|
"vite-plugin-externals": "^0.6.2",
|
|
46
49
|
"zod": "^3.21.4"
|
|
47
50
|
},
|
|
48
51
|
"engines": {
|
|
49
|
-
"node": ">=
|
|
52
|
+
"node": ">= 16.20"
|
|
53
|
+
},
|
|
54
|
+
"exports": {
|
|
55
|
+
".": "./build/index.js",
|
|
56
|
+
"./client": {
|
|
57
|
+
"types": "./client.d.ts"
|
|
58
|
+
},
|
|
59
|
+
"./tsconfig.app.json": "./tsconfig.app.json",
|
|
60
|
+
"./package.json": "./package.json"
|
|
50
61
|
},
|
|
51
62
|
"files": [
|
|
52
63
|
"build",
|
|
64
|
+
"!build/**/*.d.ts",
|
|
53
65
|
"tsconfig.app.json"
|
|
54
66
|
],
|
|
55
|
-
"main": "./build/index.js",
|
|
56
67
|
"peerDependencies": {
|
|
57
68
|
"react": "^16.14 || ^17 || ^18",
|
|
58
69
|
"react-dom": "^16.14 || ^17 || ^18"
|
|
@@ -67,7 +78,7 @@
|
|
|
67
78
|
"files": [
|
|
68
79
|
{
|
|
69
80
|
"glob": "./build/index.js",
|
|
70
|
-
"maxSize": "
|
|
81
|
+
"maxSize": "350kb"
|
|
71
82
|
}
|
|
72
83
|
]
|
|
73
84
|
}
|
|
@@ -79,10 +90,10 @@
|
|
|
79
90
|
"scripts": {
|
|
80
91
|
"build": "run -T tsup",
|
|
81
92
|
"build:watch": "run build --watch",
|
|
93
|
+
"test:build": "yarn workspace @wix/cli-app-spec run test:build",
|
|
82
94
|
"typecheck": "run -T tsc --noEmit"
|
|
83
95
|
},
|
|
84
96
|
"type": "module",
|
|
85
|
-
"types": "./build/index.d.ts",
|
|
86
97
|
"wix": {
|
|
87
98
|
"artifact": {
|
|
88
99
|
"groupId": "com.wixpress.npm",
|
|
@@ -94,5 +105,5 @@
|
|
|
94
105
|
]
|
|
95
106
|
}
|
|
96
107
|
},
|
|
97
|
-
"falconPackageHash": "
|
|
108
|
+
"falconPackageHash": "0694ff52537f2d1b93d7162b4dd9dac9797c975c976220a0bb5593e0"
|
|
98
109
|
}
|