@wix/cli-app 1.0.65 → 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-OSVGOZD2.js.map +1 -0
- package/build/chunk-XPJ5XNVU.js +6 -0
- package/build/chunk-XPJ5XNVU.js.map +1 -0
- package/build/devtools-XEZBZR2L.js +12 -0
- package/build/devtools-XEZBZR2L.js.map +1 -0
- package/build/index.js +380 -0
- package/build/index.js.map +1 -0
- package/package.json +32 -17
- package/build/index.cjs +0 -77480
- package/build/index.cjs.map +0 -1
- package/build/index.d.ts +0 -31
package/package.json
CHANGED
|
@@ -1,53 +1,68 @@
|
|
|
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
|
-
"@vitejs/plugin-react-swc": "3.0
|
|
8
|
-
"vite": "4.0
|
|
7
|
+
"@vitejs/plugin-react-swc": "3.2.0",
|
|
8
|
+
"vite": "4.2.0"
|
|
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.
|
|
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",
|
|
17
18
|
"@wix/cli-app-definitions": "0.0.0",
|
|
19
|
+
"@wix/cli-app-manifest": "1.0.0",
|
|
18
20
|
"@wix/cli-auth": "0.0.0",
|
|
19
21
|
"@wix/cli-core-definitions": "0.0.0",
|
|
20
22
|
"@wix/cli-error-reporter": "0.0.0",
|
|
23
|
+
"@wix/cli-errors": "0.0.0",
|
|
21
24
|
"@wix/cli-fs": "0.0.0",
|
|
25
|
+
"@wix/cli-http-client": "0.0.0",
|
|
22
26
|
"@wix/cli-i18n": "0.0.0",
|
|
23
27
|
"@wix/cli-logger": "0.0.0",
|
|
28
|
+
"@wix/cli-telemetry": "0.0.0",
|
|
29
|
+
"@wix/cli-test-overrides": "0.0.0",
|
|
24
30
|
"@wix/dev-center-client": "0.0.0",
|
|
25
|
-
"@wix/http-client": "^1.526.0",
|
|
26
31
|
"@wix/site-list-client": "0.0.0",
|
|
27
32
|
"@wix/tsup-configs": "0.0.0",
|
|
28
33
|
"@wix/user-browser": "0.0.0",
|
|
29
34
|
"chalk": "^5.2.0",
|
|
30
35
|
"form-data": "^4.0.0",
|
|
31
36
|
"get-port": "^6.1.2",
|
|
32
|
-
"globby": "^13.1.
|
|
37
|
+
"globby": "^13.1.4",
|
|
33
38
|
"jsonfile": "^6.1.0",
|
|
34
39
|
"p-retry": "^5.1.2",
|
|
35
|
-
"p-wait-for": "^5.0.
|
|
40
|
+
"p-wait-for": "^5.0.2",
|
|
36
41
|
"prompts": "^2.4.2",
|
|
37
|
-
"semver": "^7.
|
|
42
|
+
"semver": "^7.5.0",
|
|
43
|
+
"tempy": "^3.0.0",
|
|
38
44
|
"terminal-link": "^3.0.0",
|
|
45
|
+
"variant": "^3.0.0-dev.25",
|
|
39
46
|
"verror": "^1.10.1",
|
|
40
47
|
"vite-plugin-externals": "^0.6.2",
|
|
41
|
-
"zod": "^3.21.
|
|
48
|
+
"zod": "^3.21.4"
|
|
42
49
|
},
|
|
43
50
|
"engines": {
|
|
44
|
-
"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"
|
|
45
60
|
},
|
|
46
61
|
"files": [
|
|
47
62
|
"build",
|
|
63
|
+
"!build/**/*.d.ts",
|
|
48
64
|
"tsconfig.app.json"
|
|
49
65
|
],
|
|
50
|
-
"main": "./build/index.cjs",
|
|
51
66
|
"peerDependencies": {
|
|
52
67
|
"react": "^16.14 || ^17 || ^18",
|
|
53
68
|
"react-dom": "^16.14 || ^17 || ^18"
|
|
@@ -61,8 +76,8 @@
|
|
|
61
76
|
"bundleSize": {
|
|
62
77
|
"files": [
|
|
63
78
|
{
|
|
64
|
-
"glob": "./build/index.
|
|
65
|
-
"maxSize": "
|
|
79
|
+
"glob": "./build/index.js",
|
|
80
|
+
"maxSize": "350kb"
|
|
66
81
|
}
|
|
67
82
|
]
|
|
68
83
|
}
|
|
@@ -74,10 +89,10 @@
|
|
|
74
89
|
"scripts": {
|
|
75
90
|
"build": "run -T tsup",
|
|
76
91
|
"build:watch": "run build --watch",
|
|
92
|
+
"test:build": "yarn workspace @wix/cli-app-spec run test:build",
|
|
77
93
|
"typecheck": "run -T tsc --noEmit"
|
|
78
94
|
},
|
|
79
95
|
"type": "module",
|
|
80
|
-
"types": "./build/index.d.ts",
|
|
81
96
|
"wix": {
|
|
82
97
|
"artifact": {
|
|
83
98
|
"groupId": "com.wixpress.npm",
|
|
@@ -89,5 +104,5 @@
|
|
|
89
104
|
]
|
|
90
105
|
}
|
|
91
106
|
},
|
|
92
|
-
"falconPackageHash": "
|
|
107
|
+
"falconPackageHash": "a6be6b8b18bd32afc711fbc63af7562405f48974b7f9d66112d2cee6"
|
|
93
108
|
}
|