@wix/cli
Advanced tools
Comparing version 1.0.74 to 1.0.75
{ | ||
"name": "@wix/cli", | ||
"description": "CLI tool for building Wix sites and applications", | ||
"version": "1.0.74", | ||
"version": "1.0.75", | ||
"bin": { | ||
@@ -19,10 +19,10 @@ "wix": "bin/wix.cjs" | ||
"@types/verror": "^1.10.6", | ||
"@wix/ambassador-document-management-editor-deployments-v1-deployment": "^1.0.34", | ||
"@wix/ambassador-typok-v1-siterevision": "^1.0.12", | ||
"@wix/ambassador-velo-apps-v1-app": "^1.0.40", | ||
"@wix/ambassador-velo-ide-v1-gridapp-filestructure": "^1.0.40", | ||
"@wix/ambassador-velo-npm-v1-npm-package-details": "^1.0.24", | ||
"@wix/ambassador-velo-npm-v1-npm-package-info": "^1.0.14", | ||
"@wix/bi-logger-wix-cli": "^1.15.0", | ||
"@wix/cli-app": "1.0.74", | ||
"@wix/ambassador-document-management-editor-deployments-v1-deployment": "^1.0.35", | ||
"@wix/ambassador-typok-v1-siterevision": "^1.0.13", | ||
"@wix/ambassador-velo-apps-v1-app": "^1.0.41", | ||
"@wix/ambassador-velo-ide-v1-gridapp-filestructure": "^1.0.43", | ||
"@wix/ambassador-velo-npm-v1-npm-package-details": "^1.0.25", | ||
"@wix/ambassador-velo-npm-v1-npm-package-info": "^1.0.15", | ||
"@wix/bi-logger-wix-cli": "^1.16.0", | ||
"@wix/cli-app": "1.0.75", | ||
"@wix/cli-auth": "0.0.0", | ||
@@ -38,2 +38,3 @@ "@wix/cli-core-definitions": "0.0.0", | ||
"@wix/cli-telemetry": "0.0.0", | ||
"@wix/cli-telemetry-react": "0.0.0", | ||
"@wix/cli-test-overrides": "0.0.0", | ||
@@ -93,2 +94,3 @@ "@wix/cli-ui-kit": "0.0.0", | ||
"build:watch": "run build --watch", | ||
"lint": "run -T lint-package", | ||
"typecheck": "run -T tsc --noEmit" | ||
@@ -104,7 +106,8 @@ }, | ||
"postBuild": [ | ||
"typecheck" | ||
"typecheck", | ||
"lint" | ||
] | ||
} | ||
}, | ||
"falconPackageHash": "4ff367adb2f8d01a78623f9bf7df2883c6215020972f33bd3656831f" | ||
"falconPackageHash": "ea28746254ef48096f1865ce9dbbbc3e9f55214ae5c64b5481a0a1d6" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
11282549
50
10893