@sap-ux/odata-service-inquirer 2.14.8 → 2.14.9

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.
@@ -80,7 +80,7 @@ function getAbapOnPremSystemQuestions(systemNamePromptOptions, connectionValidat
80
80
  return valRes;
81
81
  }
82
82
  },
83
- ...(0, questions_1.getCredentialsPrompts)(connectValidator, abapOnPremPromptNamespace, sapClientRef)
83
+ ...(0, questions_1.getCredentialsPrompts)(connectValidator, abapOnPremPromptNamespace, sapClientRef, requiredOdataVersion)
84
84
  ];
85
85
  if (systemNamePromptOptions?.hide !== true) {
86
86
  // New system question will allow user to give the system a user friendly name
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.14.8",
4
+ "version": "2.14.9",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -31,15 +31,15 @@
31
31
  "os-name": "4.0.1",
32
32
  "@sap-ux/axios-extension": "1.25.6",
33
33
  "@sap-ux/btp-utils": "1.1.6",
34
- "@sap-ux/fiori-generator-shared": "0.13.54",
35
- "@sap-ux/guided-answers-helper": "0.4.2",
36
34
  "@sap-ux/telemetry": "0.6.56",
37
35
  "@sap-ux/inquirer-common": "0.10.14",
38
36
  "@sap-ux/logger": "0.8.0",
37
+ "@sap-ux/fiori-generator-shared": "0.13.54",
39
38
  "@sap-ux/nodejs-utils": "0.2.11",
40
- "@sap-ux/project-access": "1.34.2",
39
+ "@sap-ux/guided-answers-helper": "0.4.2",
41
40
  "@sap-ux/project-input-validator": "0.6.45",
42
- "@sap-ux/store": "1.5.0"
41
+ "@sap-ux/store": "1.5.0",
42
+ "@sap-ux/project-access": "1.34.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@sap-ux/vocabularies-types": "0.14.5",