@sap/ux-ui5-tooling 1.7.0 → 1.7.1
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 +4 -0
- package/README.md +2 -0
- package/dist/cli/index.js +9951 -9926
- package/dist/middlewares/fiori-tools-appreload.js +3 -1
- package/dist/middlewares/fiori-tools-preview.js +1749 -114
- package/dist/middlewares/fiori-tools-proxy.js +2027 -367
- package/dist/middlewares/fiori-tools-servestatic.js +3 -1
- package/dist/tasks/cf-deploy/index.js +27 -16
- package/dist/tasks/deploy/index.js +180 -157
- package/dist/templates/control-property-editor/app.css +1 -1
- package/dist/templates/control-property-editor/app.js +43 -43
- package/dist/templates/variants-management/preview.html +1 -1
- package/package.json +9 -9
|
@@ -59660,7 +59660,9 @@ var i18n_default = {
|
|
|
59660
59660
|
TARGET_SYSTEM_UI5_VERSION: "Target System SAPUI5 version",
|
|
59661
59661
|
PREV_DEPLOY_DIFFERENT_APP_ID: "An app in the same repository with different sap app id found:",
|
|
59662
59662
|
REQUIRE_OVERWRITE_DEPLOY: "Do you want to overwrite (Y/n)?",
|
|
59663
|
-
ERROR_READING_MANIFEST_JSON: "Error reading manifest.json from '{{manifestPath}}'. Error was : '{{message}}'."
|
|
59663
|
+
ERROR_READING_MANIFEST_JSON: "Error reading manifest.json from '{{manifestPath}}'. Error was : '{{message}}'.",
|
|
59664
|
+
REMOVED_VERSION_INFO: "Version {{oldVersion}} is not available on the SAPUI5 SDK, using version {{newVersion}} instead.",
|
|
59665
|
+
ABAP_DEPLOYMENT_404_WARNING: "Request failed with status code 404. Guided Answers troubleshooting guide available at https://ga.support.sap.com/dtp/viewer/index.html#/tree/3046/actions/45995:45996:45999:46000:46002"
|
|
59664
59666
|
};
|
|
59665
59667
|
|
|
59666
59668
|
// src/i18n.ts
|