@sap-ux/ui5-library-inquirer 0.6.14 → 0.6.16

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 +5 -5
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/ui5-library-inquirer
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-library-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-inquirer)
2
+
3
+ # [`@sap-ux/ui5-library-inquirer`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-library-inquirer)
2
4
 
3
5
  Provides Inquirer based prompting to allow input and validation of data required to generate a UI5 library
4
6
 
@@ -99,4 +101,4 @@ export default class UI5LibraryGenerator extends Generator {
99
101
  ## Keywords
100
102
  SAP Fiori Elements
101
103
  Yeoman
102
- Generator
104
+ Generator
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-library-inquirer",
3
3
  "description": "Prompts module that can provide prompts for UI5 library writer",
4
- "version": "0.6.14",
4
+ "version": "0.6.16",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -22,10 +22,10 @@
22
22
  "dependencies": {
23
23
  "i18next": "25.3.0",
24
24
  "inquirer-autocomplete-prompt": "2.0.1",
25
- "@sap-ux/logger": "0.7.0",
26
- "@sap-ux/project-input-validator": "0.6.29",
27
- "@sap-ux/inquirer-common": "0.9.0",
28
- "@sap-ux/ui5-info": "0.13.0"
25
+ "@sap-ux/inquirer-common": "0.9.2",
26
+ "@sap-ux/logger": "0.7.1",
27
+ "@sap-ux/project-input-validator": "0.6.30",
28
+ "@sap-ux/ui5-info": "0.13.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "inquirer": "8.2.7",