@wix/cli-app 1.0.85 → 1.0.86
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 +114 -212
- package/build/index.js.map +1 -1
- package/build/yoga.wasm +0 -0
- package/package.json +7 -8
package/build/yoga.wasm
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/cli-app",
|
|
3
3
|
"description": "CLI tool for Wix apps",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.86",
|
|
5
5
|
"author": "Amit Dahan",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"vite": "4.4.9"
|
|
8
|
-
"yoga-wasm-web": "~0.3.3"
|
|
7
|
+
"vite": "4.4.9"
|
|
9
8
|
},
|
|
10
9
|
"devDependencies": {
|
|
11
10
|
"@types/lodash": "^4.14.200",
|
|
12
11
|
"@wix/ambassador-ctp-app-cloud-deployer-service-v1-app-cloud-deployer": "^1.0.15",
|
|
13
12
|
"@wix/ambassador-ctp-gradual-rollout-v1-app-config": "^1.0.58",
|
|
14
|
-
"@wix/ambassador-devcenter-components-v1-component": "^1.0.
|
|
13
|
+
"@wix/ambassador-devcenter-components-v1-component": "^1.0.330",
|
|
15
14
|
"@wix/arm-client": "0.0.0",
|
|
16
|
-
"@wix/bi-logger-wix-cli": "^1.
|
|
15
|
+
"@wix/bi-logger-wix-cli": "^1.18.0",
|
|
16
|
+
"@wix/cli-app-command-contract": "0.0.0",
|
|
17
17
|
"@wix/cli-app-definitions": "0.0.0",
|
|
18
18
|
"@wix/cli-app-manifest": "1.0.0",
|
|
19
19
|
"@wix/cli-auth": "0.0.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"zod": "^3.22.4"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
|
-
"node": ">= 16
|
|
54
|
+
"node": ">= 18.16"
|
|
55
55
|
},
|
|
56
56
|
"exports": {
|
|
57
57
|
".": "./build/index.js",
|
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
},
|
|
65
65
|
"files": [
|
|
66
66
|
"build",
|
|
67
|
-
"!build/**/*.d.ts",
|
|
68
67
|
"tsconfig.app.json",
|
|
69
68
|
"client.d.ts",
|
|
70
69
|
"internal"
|
|
@@ -114,5 +113,5 @@
|
|
|
114
113
|
]
|
|
115
114
|
}
|
|
116
115
|
},
|
|
117
|
-
"falconPackageHash": "
|
|
116
|
+
"falconPackageHash": "8953839fefc074bdd5c56bc6cf39ee8ca1919d8a09229d959bf3ea8b"
|
|
118
117
|
}
|