@sap/ux-ui5-tooling 1.10.0 → 1.10.2
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/dist/cli/index.js +33348 -40524
- package/dist/markdowns/deploy/deploy.en.md +1 -0
- package/dist/markdowns/undeploy/undeploy.en.md +1 -0
- package/dist/middlewares/fiori-tools-appreload.js +171 -168
- package/dist/middlewares/fiori-tools-preview.js +37051 -42582
- package/dist/middlewares/fiori-tools-proxy.js +40363 -44585
- package/dist/middlewares/fiori-tools-servestatic.js +1 -0
- package/dist/tasks/cf-deploy/index.js +54822 -58735
- package/dist/tasks/deploy/index.js +26321 -31847
- package/package.json +14 -14
|
@@ -9109,6 +9109,7 @@ var i18n_default = {
|
|
|
9109
9109
|
SYSTEM_NAME_IN_USE: "[{{name}}] is already in use",
|
|
9110
9110
|
TARGET: "Target",
|
|
9111
9111
|
TRANSPORT_REQUEST: "Transport Request",
|
|
9112
|
+
SERVICE_PATH: "SAPUI5 OData Service Path",
|
|
9112
9113
|
USE_IT_INSTEAD: "Use it instead (Y/n)?",
|
|
9113
9114
|
USING_SYSTEM_WITH_SAME_URL_NO_CLIENT: "Using system [{{name}}] with same URL, no client from System Store",
|
|
9114
9115
|
USING_SYSTEM_FROM_STORE: "Using system [{{name}}] from System store",
|