@wix/cli-app 1.0.71 → 1.0.72
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/index.js +162 -152
- package/build/index.js.map +1 -1
- package/package.json +7 -5
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.72",
|
|
5
5
|
"author": "Amit Dahan",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@vitejs/plugin-react-swc": "3.3.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@wix/ambassador-ctp-gradual-rollout-v1-app-config": "^1.0.29",
|
|
17
17
|
"@wix/ambassador-devcenter-components-v1-component": "^1.0.227",
|
|
18
18
|
"@wix/arm-client": "0.0.0",
|
|
19
|
-
"@wix/bi-logger-wix-cli": "^1.
|
|
19
|
+
"@wix/bi-logger-wix-cli": "^1.14.0",
|
|
20
20
|
"@wix/cli-app-definitions": "0.0.0",
|
|
21
21
|
"@wix/cli-app-manifest": "1.0.0",
|
|
22
22
|
"@wix/cli-auth": "0.0.0",
|
|
@@ -27,12 +27,13 @@
|
|
|
27
27
|
"@wix/cli-http-client": "0.0.0",
|
|
28
28
|
"@wix/cli-i18n": "0.0.0",
|
|
29
29
|
"@wix/cli-logger": "0.0.0",
|
|
30
|
+
"@wix/cli-site-selector": "0.0.0",
|
|
30
31
|
"@wix/cli-telemetry": "0.0.0",
|
|
31
32
|
"@wix/cli-test-overrides": "0.0.0",
|
|
33
|
+
"@wix/cli-ui-kit": "0.0.0",
|
|
32
34
|
"@wix/dev-center-client": "0.0.0",
|
|
33
35
|
"@wix/site-list-client": "0.0.0",
|
|
34
36
|
"@wix/tsup-configs": "0.0.0",
|
|
35
|
-
"@wix/user-browser": "0.0.0",
|
|
36
37
|
"chalk": "^5.2.0",
|
|
37
38
|
"chokidar": "^3.5.3",
|
|
38
39
|
"fast-equals": "^5.0.1",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"files": [
|
|
86
87
|
{
|
|
87
88
|
"glob": "./build/index.js",
|
|
88
|
-
"maxSize": "
|
|
89
|
+
"maxSize": "370kb"
|
|
89
90
|
}
|
|
90
91
|
]
|
|
91
92
|
}
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
"scripts": {
|
|
98
99
|
"build": "run -T tsup",
|
|
99
100
|
"build:watch": "run build --watch",
|
|
101
|
+
"test": "yarn workspace @wix/cli-app-spec run test",
|
|
100
102
|
"test:build": "yarn workspace @wix/cli-app-spec run test:build",
|
|
101
103
|
"typecheck": "run -T tsc --noEmit"
|
|
102
104
|
},
|
|
@@ -112,5 +114,5 @@
|
|
|
112
114
|
]
|
|
113
115
|
}
|
|
114
116
|
},
|
|
115
|
-
"falconPackageHash": "
|
|
117
|
+
"falconPackageHash": "c622a977a7cf7c32d781089dc3c5b1b0e6d3016b2e374ce29a1cf050"
|
|
116
118
|
}
|