@sap-ux/ui5-library-sub-generator 0.1.19 → 0.1.21

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.
@@ -5,8 +5,8 @@
5
5
  "dependenciesInstalled": "Library dependencies have been installed."
6
6
  },
7
7
  "error": {
8
- "unknown": "Unknown error",
9
- "generatingUi5Lib": "Error generating reusable UI5 library",
10
- "postLibGenHook": "Failed to run hook after library generation {{- error}}"
8
+ "unknown": "Unknown error.",
9
+ "generatingUi5Lib": "An error occurred when generating the reusable SAPUI5 library.",
10
+ "postLibGenHook": "Failed to run hook after library generation: {{- error}}"
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-library-sub-generator",
3
3
  "description": "Generator for creating UI5 libraries",
4
- "version": "0.1.19",
4
+ "version": "0.1.21",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,12 +22,12 @@
22
22
  "@sap-devx/yeoman-ui-types": "1.14.4",
23
23
  "i18next": "23.5.1",
24
24
  "yeoman-generator": "5.10.0",
25
- "@sap-ux/fiori-generator-shared": "0.12.12",
25
+ "@sap-ux/fiori-generator-shared": "0.12.14",
26
26
  "@sap-ux/fiori-tools-settings": "0.2.0",
27
- "@sap-ux/ui5-info": "0.12.0",
28
- "@sap-ux/ui5-library-inquirer": "0.4.19",
29
27
  "@sap-ux/nodejs-utils": "0.2.1",
30
- "@sap-ux/ui5-library-writer": "0.6.4"
28
+ "@sap-ux/ui5-info": "0.12.0",
29
+ "@sap-ux/ui5-library-inquirer": "0.4.21",
30
+ "@sap-ux/ui5-library-writer": "0.6.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@jest/types": "29.6.3",
@@ -40,7 +40,7 @@
40
40
  "mem-fs-editor": "9.4.0",
41
41
  "rimraf": "5.0.5",
42
42
  "yeoman-test": "6.3.0",
43
- "@sap-ux/jest-file-matchers": "0.2.2"
43
+ "@sap-ux/jest-file-matchers": "0.2.3"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20.x"