@sap-ux/ui5-library-sub-generator 0.1.70 → 0.1.72

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/ui5-library-sub-generator
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-library-sub-generator/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](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.70",
4
+ "version": "0.1.72",
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-generator-shared": "0.13.31",
26
- "@sap-ux/fiori-tools-settings": "0.2.1",
27
- "@sap-ux/nodejs-utils": "0.2.7",
28
- "@sap-ux/ui5-library-inquirer": "0.6.13",
29
- "@sap-ux/ui5-library-writer": "0.6.25",
30
- "@sap-ux/ui5-info": "0.13.0"
25
+ "@sap-ux/fiori-generator-shared": "0.13.32",
26
+ "@sap-ux/fiori-tools-settings": "0.2.2",
27
+ "@sap-ux/nodejs-utils": "0.2.8",
28
+ "@sap-ux/ui5-info": "0.13.1",
29
+ "@sap-ux/ui5-library-inquirer": "0.6.15",
30
+ "@sap-ux/ui5-library-writer": "0.6.26"
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.5"
43
+ "@sap-ux/jest-file-matchers": "0.2.6"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20.x"