@sap-ux/ui5-library-reference-sub-generator 0.1.64 → 0.1.66
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 +7 -7
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-library-reference-sub-generator/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-reference-sub-generator)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/ui5-library-reference-sub-generator`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-reference-sub-generator)
|
|
2
4
|
|
|
3
5
|
## Features
|
|
4
6
|
|
|
@@ -16,4 +18,4 @@ Open the Command Palette in MS Visual Studio Code ( CMD/CTRL + Shift + P ) and e
|
|
|
16
18
|
## Keywords
|
|
17
19
|
SAP Fiori Elements
|
|
18
20
|
Yeoman
|
|
19
|
-
Generator
|
|
21
|
+
Generator
|
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.
|
|
4
|
+
"version": "0.1.66",
|
|
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/feature-toggle": "0.3.
|
|
26
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
27
|
-
"@sap-ux/project-access": "1.32.
|
|
28
|
-
"@sap-ux/telemetry": "0.6.
|
|
29
|
-
"@sap-ux/ui5-library-reference-inquirer": "0.4.
|
|
30
|
-
"@sap-ux/ui5-library-reference-writer": "0.2.
|
|
25
|
+
"@sap-ux/feature-toggle": "0.3.4",
|
|
26
|
+
"@sap-ux/fiori-generator-shared": "0.13.33",
|
|
27
|
+
"@sap-ux/project-access": "1.32.8",
|
|
28
|
+
"@sap-ux/telemetry": "0.6.38",
|
|
29
|
+
"@sap-ux/ui5-library-reference-inquirer": "0.4.66",
|
|
30
|
+
"@sap-ux/ui5-library-reference-writer": "0.2.24"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@jest/types": "30.0.1",
|