@sap-ux/odata-service-inquirer 2.11.0 → 2.11.2

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 +18 -18
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/odata-service-inquirer
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/odata-service-inquirer/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/odata-service-inquirer)
2
+
3
+ # [`@sap-ux/odata-service-inquirer`](https://github.com/SAP/open-ux-tools/tree/main/packages/odata-service-inquirer)
2
4
 
3
5
  Provides Inquirer based end-user prompting to allow selection of a service from multiple data source types. This involves acquiring a connection to backend systems and retrieving edmx metadata for services provided by the catalog, from a local file or CAP project. This module also provides prompts that may be used to gather user selections to define the main and navigation entities and related prompts relating to application layout and annotation generation when creating a UI5 application using the `@sap-ux/fiori-freestyle-writer` and `@sap-ux/fiori-elements-writer` modules.
4
6
 
@@ -81,4 +83,4 @@ Read [License](./LICENSE).
81
83
  SAP UI5 Application
82
84
  Inquirer
83
85
  Prompting
84
- Generator
86
+ Generator
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/odata-service-inquirer",
3
3
  "description": "Prompts module that can prompt users for inputs required for odata service writing",
4
- "version": "2.11.0",
4
+ "version": "2.11.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -29,17 +29,17 @@
29
29
  "i18next": "25.3.0",
30
30
  "inquirer-autocomplete-prompt": "2.0.1",
31
31
  "os-name": "4.0.1",
32
- "@sap-ux/axios-extension": "1.24.1",
33
- "@sap-ux/btp-utils": "1.1.4",
34
- "@sap-ux/fiori-generator-shared": "0.13.31",
35
- "@sap-ux/guided-answers-helper": "0.4.0",
36
- "@sap-ux/telemetry": "0.6.36",
37
- "@sap-ux/inquirer-common": "0.9.0",
38
- "@sap-ux/logger": "0.7.0",
39
- "@sap-ux/nodejs-utils": "0.2.7",
40
- "@sap-ux/project-access": "1.32.7",
41
- "@sap-ux/project-input-validator": "0.6.29",
42
- "@sap-ux/store": "1.3.2"
32
+ "@sap-ux/axios-extension": "1.24.2",
33
+ "@sap-ux/btp-utils": "1.1.5",
34
+ "@sap-ux/fiori-generator-shared": "0.13.33",
35
+ "@sap-ux/guided-answers-helper": "0.4.1",
36
+ "@sap-ux/telemetry": "0.6.38",
37
+ "@sap-ux/inquirer-common": "0.9.2",
38
+ "@sap-ux/logger": "0.7.1",
39
+ "@sap-ux/nodejs-utils": "0.2.8",
40
+ "@sap-ux/project-access": "1.32.8",
41
+ "@sap-ux/project-input-validator": "0.6.30",
42
+ "@sap-ux/store": "1.3.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@sap-ux/vocabularies-types": "0.13.0",
@@ -48,12 +48,12 @@
48
48
  "@types/inquirer": "8.2.6",
49
49
  "@types/lodash": "4.14.202",
50
50
  "jest-extended": "6.0.0",
51
- "@sap-ux/fiori-generator-shared": "0.13.31",
52
- "@sap-ux/fiori-elements-writer": "2.7.34",
53
- "@sap-ux/fiori-freestyle-writer": "2.4.59",
54
- "@sap-ux/feature-toggle": "0.3.3",
55
- "@sap-ux/odata-service-writer": "0.27.28",
56
- "@sap-ux/cap-config-writer": "0.12.22"
51
+ "@sap-ux/fiori-generator-shared": "0.13.33",
52
+ "@sap-ux/fiori-elements-writer": "2.7.37",
53
+ "@sap-ux/fiori-freestyle-writer": "2.4.61",
54
+ "@sap-ux/feature-toggle": "0.3.4",
55
+ "@sap-ux/odata-service-writer": "0.27.29",
56
+ "@sap-ux/cap-config-writer": "0.12.24"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=20.x"