@sap/ux-ui5-tooling 1.8.0 → 1.8.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 +5 -0
- package/README.md +1 -0
- package/dist/cli/index.js +1233 -271
- package/dist/middlewares/fiori-tools-appreload.js +2 -1
- package/dist/middlewares/fiori-tools-preview.js +822 -188
- package/dist/middlewares/fiori-tools-proxy.js +1434 -488
- package/dist/middlewares/fiori-tools-servestatic.js +2 -1
- package/dist/tasks/cf-deploy/index.js +509 -204
- package/dist/tasks/deploy/index.js +824 -190
- package/dist/templates/control-property-editor/app.css +1 -1
- package/dist/templates/control-property-editor/app.js +18 -18
- package/dist/templates/variants-management/WorkspaceConnector.js +6 -1
- package/package.json +11 -11
|
@@ -59810,7 +59810,8 @@ var i18n_default = {
|
|
|
59810
59810
|
REQUIRE_OVERWRITE_DEPLOY: "Do you want to overwrite (Y/n)?",
|
|
59811
59811
|
ERROR_READING_MANIFEST_JSON: "Error reading manifest.json from '{{manifestPath}}'. Error was : '{{message}}'.",
|
|
59812
59812
|
REMOVED_VERSION_INFO: "Version {{oldVersion}} is not available on the SAPUI5 SDK, using version {{newVersion}} instead.",
|
|
59813
|
-
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"
|
|
59813
|
+
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",
|
|
59814
|
+
UI5_VERSION_CHECK_FAILED: "Unable to check if the {{version}} is available on the SAPUI5 SDK. Proceeding with loading the preview with this version."
|
|
59814
59815
|
};
|
|
59815
59816
|
|
|
59816
59817
|
// src/i18n.ts
|