@sap-ux/flp-config-sub-generator 0.2.37 → 0.2.39

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,12 +1,12 @@
1
1
  {
2
2
  "error": {
3
- "endPhase": "Error end phase deployment-generator:flp: {{- error}}",
4
- "telemetry": "Failed to send telemetry data after FLP configuration has been added. {{- error}}",
5
- "noManifest": "Manifest not found at path: {{- path}}",
6
- "sapNotDefined": "Manifest is missing required section 'sap.app'"
3
+ "endPhase": "An error occurred in the end phase of the `deployment-generator:flp`: {{- error}}",
4
+ "telemetry": "Failed to send telemetry data after SAP Fiori launchpad configuration has been added: {{- error}}",
5
+ "noManifest": "The `manifest.json` file was not found at path: {{- path}}.",
6
+ "sapNotDefined": "The `manifest.json file` is missing the required section: sap.app. Add the required section."
7
7
  },
8
8
  "warning": {
9
- "updatei18n": "Cannot update i18n properties file: {{- path}}"
9
+ "updatei18n": "Cannot update the i18n properties file: {{- path}}. For more information, view the logs."
10
10
  },
11
11
  "info": {
12
12
  "filesGenerated": "The files have been generated."
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/flp-config-sub-generator",
3
3
  "description": "Generator for creating Fiori Launcpad configuration",
4
- "version": "0.2.37",
4
+ "version": "0.2.39",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,14 +23,14 @@
23
23
  "i18next": "23.5.1",
24
24
  "inquirer": "8.2.6",
25
25
  "yeoman-generator": "5.10.0",
26
- "@sap-ux/app-config-writer": "0.6.16",
27
- "@sap-ux/deploy-config-generator-shared": "0.1.12",
26
+ "@sap-ux/app-config-writer": "0.6.18",
27
+ "@sap-ux/deploy-config-generator-shared": "0.1.14",
28
28
  "@sap-ux/feature-toggle": "0.3.0",
29
- "@sap-ux/fiori-generator-shared": "0.12.11",
30
- "@sap-ux/flp-config-inquirer": "0.3.32",
29
+ "@sap-ux/fiori-generator-shared": "0.12.13",
30
+ "@sap-ux/flp-config-inquirer": "0.3.34",
31
31
  "@sap-ux/i18n": "0.3.1",
32
- "@sap-ux/inquirer-common": "0.7.16",
33
- "@sap-ux/project-access": "1.30.3"
32
+ "@sap-ux/inquirer-common": "0.7.18",
33
+ "@sap-ux/project-access": "1.30.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@jest/types": "29.6.3",