@sap-ux/repo-app-import-sub-generator 0.3.50 → 0.3.51

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "error": {
3
3
  "telemetry": "Failed to send telemetry data after downloading the application from the SAPUI5 ABAP Repository. {{- error}}",
4
- "qfaJsonNotFound": "{{- jsonFileName }} not found in the downloaded application. Ensure the downloaded application is properly deployed to the ABAP repository.",
4
+ "qfaJsonNotFound": "The {{- jsonFileName }} file was not found in the downloaded application. Ensure the downloaded application is properly deployed to the ABAP repository.",
5
5
  "replaceWebappFilesError": "An error occurred when replacing files in the downloaded application: {{- error}}. For more information, view the logs.",
6
6
  "applicationListFetchError": "An error occurred when fetching the application list: {{- error}}. Check if your application is available in the system.",
7
7
  "metadataFetchError": "An error occurred when fetching metadata: {{- error}}. For more information, view the logs.",
@@ -32,18 +32,18 @@
32
32
  "commandExecutionFailed": "Error executing `postGenCommand` in event hook: {{- error}}"
33
33
  },
34
34
  "readManifestErrors": {
35
- "manifestFileNotFound": "Error: `manifest.json` file not found in the downloaded application. Check the file exists.",
35
+ "manifestFileNotFound": "Error: the `manifest.json` file was not found in the downloaded application. Check the file exists.",
36
36
  "readManifestFailed": "Error: Failed to read the `manifest.json` file. Check the file is valid.",
37
37
  "sapAppNotDefined": "Error: `sap.app` not defined in the `manifest.json` file. Check `sap.app` is defined.",
38
38
  "sourceTemplateNotSupported": "Error: Source template not supported. Use a supported template.",
39
39
  "invalidManifestStructureError": "Invalid `manifest.json file` structure: `sap.ui5` or `sap.app` are missing. Check they exist."
40
40
  },
41
41
  "quickDeployedAppDownloadErrors": {
42
- "noAppsFound": "No application with id {{ appId }} found in the system. Please check if the application is deployed correctly or select another app"
42
+ "noAppsFound": "No application with the ID {{ appId }} was found in the system. Please check if the application is deployed correctly or select another app."
43
43
  }
44
44
  },
45
45
  "warn": {
46
- "extractedFileNotFound": "Extracted file not found - {{- extractedFilePath}}. For more information, view the logs.",
46
+ "extractedFileNotFound": "Extracted file not found: {{- extractedFilePath}}. For more information, view the logs.",
47
47
  "requiredFieldsMissing": "Required fields are missing for the {{- appId }} application. Check if the application is deployed correctly."
48
48
  },
49
49
  "prompts": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/repo-app-import-sub-generator",
3
3
  "description": "Generator to download LROP Fiori applications deployed from an ABAP repository.",
4
- "version": "0.3.50",
4
+ "version": "0.3.51",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,14 +25,14 @@
25
25
  "inquirer": "8.2.6",
26
26
  "yeoman-generator": "5.10.0",
27
27
  "@sap-ux/feature-toggle": "0.3.0",
28
- "@sap-ux/fiori-generator-shared": "0.12.12",
29
- "@sap-ux/inquirer-common": "0.7.17",
28
+ "@sap-ux/fiori-generator-shared": "0.12.13",
29
+ "@sap-ux/inquirer-common": "0.7.18",
30
30
  "@sap-ux/project-access": "1.30.4",
31
- "@sap-ux/odata-service-inquirer": "2.5.8",
32
- "@sap-ux/fiori-elements-writer": "2.5.6",
31
+ "@sap-ux/odata-service-inquirer": "2.5.9",
32
+ "@sap-ux/fiori-elements-writer": "2.5.7",
33
33
  "@sap-ux/logger": "0.7.0",
34
- "@sap-ux/project-input-validator": "0.6.6",
35
- "@sap-ux/launch-config": "0.10.8",
34
+ "@sap-ux/project-input-validator": "0.6.7",
35
+ "@sap-ux/launch-config": "0.10.9",
36
36
  "@sap-ux/fiori-tools-settings": "0.2.0",
37
37
  "@sap-ux/abap-deploy-config-writer": "0.1.13",
38
38
  "@sap-ux/btp-utils": "1.1.0",