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