@sap/ux-ui5-tooling 1.10.1 → 1.10.3
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/README.md +0 -1
- package/dist/cli/index.js +66057 -56031
- package/dist/markdowns/deploy/deploy.en.md +33 -10
- package/dist/markdowns/undeploy/undeploy.en.md +7 -2
- package/dist/middlewares/fiori-tools-appreload.js +180 -175
- package/dist/middlewares/fiori-tools-preview.js +59091 -65072
- package/dist/middlewares/fiori-tools-proxy.js +73200 -78785
- package/dist/middlewares/fiori-tools-servestatic.js +10 -7
- package/dist/tasks/cf-deploy/index.js +55433 -59377
- package/dist/tasks/deploy/index.js +102484 -90802
- package/dist/templates/control-property-editor/ui5-adaptation.js +1 -1
- package/package.json +17 -15
package/README.md
CHANGED
|
@@ -638,7 +638,6 @@ Deploys an application to an ABAP frontend server.
|
|
|
638
638
|
* `--yes, -y` - Deploy without asking for confirmation.
|
|
639
639
|
* `--failfast, -f` - Throw an error if something goes wrong and exit with a return code != 0.
|
|
640
640
|
|
|
641
|
-
|
|
642
641
|
## [FAQ](#faq)
|
|
643
642
|
|
|
644
643
|
**My backend system contains the SAP_UI component version 7.53 or newer, but the SAPUI5 repository service cannot be reached.**
|