@sap-ux/ui5-library-reference-inquirer 0.4.63 → 0.4.65

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 +3 -3
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/ui5-library-reference-inquirer
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-library-reference-inquirer/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-reference-inquirer)
2
+
3
+ # [`@sap-ux/ui5-library-reference-inquirer`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-reference-inquirer)
2
4
 
3
5
  Provides Inquirer based prompting to allow input and validation of data required to generate a UI5 library
4
6
 
@@ -62,4 +64,4 @@ export default class UI5LibraryReferenceGenerator extends Generator {
62
64
  ## Keywords
63
65
  SAP Fiori Elements
64
66
  Yeoman
65
- Generator
67
+ Generator
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-library-reference-inquirer",
3
3
  "description": "Prompts module that can provide prompts for UI5 library writer",
4
- "version": "0.4.63",
4
+ "version": "0.4.65",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -20,8 +20,8 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "i18next": "25.3.0",
23
- "@sap-ux/project-access": "1.32.7",
24
- "@sap-ux/inquirer-common": "0.8.10"
23
+ "@sap-ux/inquirer-common": "0.9.1",
24
+ "@sap-ux/project-access": "1.32.8"
25
25
  },
26
26
  "devDependencies": {
27
27
  "inquirer": "8.2.7",