@sap-ux/ui5-library-sub-generator 0.1.71 → 0.1.73
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/README.md +4 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-library-sub-generator/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-sub-generator)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/ui5-library-sub-generator`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-sub-generator)
|
|
2
4
|
|
|
3
5
|
## Features
|
|
4
6
|
|
|
@@ -13,4 +15,4 @@ The SAP Reuse Library sub-generator is installed as part of the [@sap/generator-
|
|
|
13
15
|
Open the Command Palette in MS Visual Studio Code ( CMD/CTRL + Shift + P ) and execute the Fiori: Open Reusable Library Generator command.
|
|
14
16
|
|
|
15
17
|
## Keywords
|
|
16
|
-
SAP Fiori Generator
|
|
18
|
+
SAP Fiori Generator
|
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.
|
|
4
|
+
"version": "0.1.73",
|
|
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": "25.3.0",
|
|
24
24
|
"yeoman-generator": "5.10.0",
|
|
25
|
-
"@sap-ux/fiori-
|
|
26
|
-
"@sap-ux/fiori-
|
|
27
|
-
"@sap-ux/ui5-info": "0.13.
|
|
28
|
-
"@sap-ux/ui5-library-
|
|
29
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
30
|
-
"@sap-ux/ui5-library-
|
|
25
|
+
"@sap-ux/fiori-generator-shared": "0.13.33",
|
|
26
|
+
"@sap-ux/fiori-tools-settings": "0.2.2",
|
|
27
|
+
"@sap-ux/ui5-info": "0.13.1",
|
|
28
|
+
"@sap-ux/ui5-library-writer": "0.6.26",
|
|
29
|
+
"@sap-ux/nodejs-utils": "0.2.8",
|
|
30
|
+
"@sap-ux/ui5-library-inquirer": "0.6.16"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@jest/types": "30.0.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"mem-fs-editor": "9.4.0",
|
|
41
41
|
"rimraf": "6.0.1",
|
|
42
42
|
"yeoman-test": "6.3.0",
|
|
43
|
-
"@sap-ux/jest-file-matchers": "0.2.
|
|
43
|
+
"@sap-ux/jest-file-matchers": "0.2.6"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=20.x"
|