@sap-ux/ui5-library-reference-sub-generator 0.1.17 → 0.1.19

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.
@@ -3,8 +3,8 @@
3
3
  "filesGenerated": "The files have been generated."
4
4
  },
5
5
  "error": {
6
- "endPhase": "Error in end phase in the reference library generator: {{- error}}",
7
- "telemetry": "Error sending telemetry data: {{- error}}",
8
- "updatingApp": "Error updating app with the library reference. Inspect the logs for full error."
6
+ "endPhase": "An error occurred in the end phase of the reference library generator: {{- error}}",
7
+ "telemetry": "An error occurred when sending telemetry data: {{- error}}",
8
+ "updatingApp": "An error occurred when updating the application with the library reference. For more information, view the logs."
9
9
  }
10
10
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-library-reference-sub-generator",
3
3
  "description": "Generator for adding reference libraries to a project",
4
- "version": "0.1.17",
4
+ "version": "0.1.19",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,11 +23,11 @@
23
23
  "i18next": "23.5.1",
24
24
  "yeoman-generator": "5.10.0",
25
25
  "@sap-ux/feature-toggle": "0.3.0",
26
- "@sap-ux/fiori-generator-shared": "0.12.12",
27
- "@sap-ux/project-access": "1.30.4",
28
- "@sap-ux/telemetry": "0.6.6",
29
- "@sap-ux/ui5-library-reference-inquirer": "0.4.17",
30
- "@sap-ux/ui5-library-reference-writer": "0.2.4"
26
+ "@sap-ux/fiori-generator-shared": "0.12.14",
27
+ "@sap-ux/project-access": "1.30.5",
28
+ "@sap-ux/telemetry": "0.6.7",
29
+ "@sap-ux/ui5-library-reference-inquirer": "0.4.19",
30
+ "@sap-ux/ui5-library-reference-writer": "0.2.5"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@jest/types": "29.6.3",