@sap/ux-ui5-tooling 1.10.4 → 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 +9 -0
- package/README.md +4 -2
- package/dist/cli/index.js +4574 -2908
- package/dist/markdowns/deploy/deploy.en.md +3 -1
- package/dist/markdowns/undeploy/undeploy.en.md +2 -0
- package/dist/middlewares/fiori-tools-appreload.js +12 -827
- package/dist/middlewares/fiori-tools-preview.js +44890 -44371
- package/dist/middlewares/fiori-tools-proxy.js +93077 -91670
- package/dist/middlewares/fiori-tools-servestatic.js +5 -3
- package/dist/tasks/cf-deploy/index.js +1258 -1282
- package/dist/tasks/deploy/index.js +27983 -27687
- package/package.json +13 -11
- package/ui5.yaml +5 -5
|
@@ -9115,7 +9115,7 @@ var i18n_default = {
|
|
|
9115
9115
|
ERROR_EXTRACT_API_KEY: "Could not extract API hub key from '{{-envPath}}'",
|
|
9116
9116
|
ERROR_API_HUB_KEY: "Property apiHub is set to true in yaml file, but file '{{-envPath}}' doesn't contain API key. Error was: ${{-message}}",
|
|
9117
9117
|
SSL_IGNORE_WARNING: "You chose not to validate SSL certificate. Please verify the server certificate is trustful before proceeding. See documentation for recommended configuration (https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US/4b318bede7eb4021a8be385c46c74045.html).",
|
|
9118
|
-
SSL_PROXY_ERROR: "You are trying to connect to a server with a self signed certificate. Please check (https://
|
|
9118
|
+
SSL_PROXY_ERROR: "You are trying to connect to a server with a self signed certificate. Please check (https://ga.support.sap.com/dtp/viewer/index.html#/tree/3046/actions/45995:48363:53594:53643) for guidance.",
|
|
9119
9119
|
NO_DEPLOY_CONFIG: "No deployment configuration has been detected. Run `npm run deploy-config` to add configuration first.",
|
|
9120
9120
|
NO_BSP_APPLICATION: "Mandatory parameter --bspApplication <value> is missing. Please provide BSP Application",
|
|
9121
9121
|
YAML_NOT_FOUND: "Configuration file {{-yamlPath}} not found. Please provide a valid path",
|
|
@@ -9127,7 +9127,7 @@ var i18n_default = {
|
|
|
9127
9127
|
START_UNDEPLOYMENT: "Start undeployment (Y/n)?",
|
|
9128
9128
|
USERNAME: "Username:",
|
|
9129
9129
|
PASSWORD: "Password:",
|
|
9130
|
-
REQUIRE_CREDENTIAL: "
|
|
9130
|
+
REQUIRE_CREDENTIAL: "Authentication is required, please enter your credentials below",
|
|
9131
9131
|
REQUIRE_CREDENTIAL_FLP: "The FLP Embedded Preview requires credentials. Please enter your credentials below",
|
|
9132
9132
|
ERROR_NO_VSCODE_SETTINGS_FILE: "No VSCode Settings file found.",
|
|
9133
9133
|
INFO_SAML_NOT_SUPPORTED: "The backend service seems to require direct SAML authentication, which is not yet supported.",
|
|
@@ -9167,7 +9167,9 @@ var i18n_default = {
|
|
|
9167
9167
|
ARCHIVE_PATH_CREATED: "Archive path created {{-archivePath}}",
|
|
9168
9168
|
ARCHIVE_PATH_AVAILABLE: "Archive read from {{-archivePath}}",
|
|
9169
9169
|
ERROR_UPDATE_DEPLOY_CONFIG: "Error while updating config file, error was: {{-error}}",
|
|
9170
|
-
TELEMETRY_CALL_FAILED: "Error while sending telemetry data"
|
|
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.",
|
|
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/."
|
|
9171
9173
|
};
|
|
9172
9174
|
|
|
9173
9175
|
// src/i18n.ts
|