@sap/ux-ui5-tooling 1.10.5 → 1.10.6
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/CHANGELOG.md +5 -1
- package/README.md +2 -2
- package/dist/cli/index.js +2987 -2110
- package/dist/middlewares/fiori-tools-appreload.js +2 -1
- package/dist/middlewares/fiori-tools-preview.js +42346 -42356
- package/dist/middlewares/fiori-tools-proxy.js +44313 -44323
- package/dist/middlewares/fiori-tools-servestatic.js +2 -1
- package/dist/tasks/cf-deploy/index.js +341 -351
- package/dist/tasks/deploy/index.js +27442 -27933
- package/package.json +13 -12
|
@@ -9168,7 +9168,8 @@ var i18n_default = {
|
|
|
9168
9168
|
ARCHIVE_PATH_AVAILABLE: "Archive read from {{-archivePath}}",
|
|
9169
9169
|
ERROR_UPDATE_DEPLOY_CONFIG: "Error while updating config file, error was: {{-error}}",
|
|
9170
9170
|
TELEMETRY_CALL_FAILED: "Error while sending telemetry data",
|
|
9171
|
-
ERROR_TRANSPORT_REQUEST_CREATION: "Transport request could not be created for application {{appName}}. Please create it manually and re-run deployment configuration for this project."
|
|
9171
|
+
ERROR_TRANSPORT_REQUEST_CREATION: "Transport request could not be created for application {{appName}}. Please create it manually and re-run deployment configuration for this project.",
|
|
9172
|
+
UPDATE_UI5_CLI: "The UI5 CLI version of the project is outdated. Please upgrade your project to UI5 CLI v3:\nhttps://sap.github.io/ui5-tooling/v3/updates/migrate-v3/."
|
|
9172
9173
|
};
|
|
9173
9174
|
|
|
9174
9175
|
// src/i18n.ts
|