@sap-ux/ui5-application-inquirer 0.15.31 → 0.15.32

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 +6 -6
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/ui5-application-inquirer
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/ui5-application-inquirer/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-application-inquirer)
2
+
3
+ # [`@sap-ux/ui5-application-inquirer`](https://github.com/SAP/open-ux-tools/tree/main/packages/ui5-application-inquirer)
2
4
 
3
5
  Provides Inquirer based prompting to allow input and validation of data required to generate a UI5 application
4
6
 
@@ -76,4 +78,4 @@ Read [License](./LICENSE).
76
78
  SAP UI5 Application
77
79
  Inquirer
78
80
  Prompting
79
- Generator
81
+ Generator
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-application-inquirer",
3
3
  "description": "Prompts module that can prompt users for inputs required for UI5 application writing",
4
- "version": "0.15.31",
4
+ "version": "0.15.32",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,10 +23,10 @@
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
24
  "lodash": "4.17.21",
25
25
  "semver": "7.5.4",
26
- "@sap-ux/inquirer-common": "0.9.0",
27
- "@sap-ux/project-access": "1.32.7",
28
- "@sap-ux/project-input-validator": "0.6.29",
29
- "@sap-ux/ui5-info": "0.13.0"
26
+ "@sap-ux/inquirer-common": "0.9.1",
27
+ "@sap-ux/project-access": "1.32.8",
28
+ "@sap-ux/project-input-validator": "0.6.30",
29
+ "@sap-ux/ui5-info": "0.13.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@sap-devx/yeoman-ui-types": "1.14.4",
@@ -35,7 +35,7 @@
35
35
  "@types/lodash": "4.14.202",
36
36
  "@types/semver": "7.5.4",
37
37
  "inquirer": "8.2.7",
38
- "@sap-ux/cap-config-writer": "0.12.22"
38
+ "@sap-ux/cap-config-writer": "0.12.23"
39
39
  },
40
40
  "engines": {
41
41
  "node": ">=20.x"