@sap-ux/cf-deploy-config-inquirer 0.5.35 → 0.5.37

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/cf-deploy-config-inquirer
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/cf-deploy-config-inquirer/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/cf-deploy-config-inquirer)
2
+
3
+ # [`@sap-ux/cf-deploy-config-inquirer`](https://github.com/SAP/open-ux-tools/tree/main/packages/cf-deploy-config-inquirer)
2
4
 
3
5
  Prompts module that can provide prompts for Cloud Foundry deployment config writer.
4
6
 
@@ -61,4 +63,4 @@ SAP UI5 Application
61
63
  Inquirer
62
64
  Prompting
63
65
  Generator
64
- Deployment
66
+ Deployment
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cf-deploy-config-inquirer",
3
3
  "description": "Prompts module that can provide prompts for cf deployment config writer",
4
- "version": "0.5.35",
4
+ "version": "0.5.37",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "i18next": "25.3.0",
23
23
  "inquirer-autocomplete-prompt": "2.0.1",
24
- "@sap-ux/inquirer-common": "0.8.10",
25
- "@sap-ux/btp-utils": "1.1.4",
26
- "@sap-ux/logger": "0.7.0"
24
+ "@sap-ux/inquirer-common": "0.9.1",
25
+ "@sap-ux/btp-utils": "1.1.5",
26
+ "@sap-ux/logger": "0.7.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@sap-devx/yeoman-ui-types": "1.14.4",
@@ -31,7 +31,7 @@
31
31
  "@types/inquirer": "8.2.6",
32
32
  "@sap/cf-tools": "3.2.2",
33
33
  "inquirer": "8.2.7",
34
- "@sap-ux/project-input-validator": "0.6.29"
34
+ "@sap-ux/project-input-validator": "0.6.30"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=20.x"