@sap-ux/odata-service-inquirer 0.7.13 → 0.7.14

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.
@@ -53,6 +53,10 @@ async function validateSystemSelection(systemSelection, connectionValidator, req
53
53
  }
54
54
  connectValResult = await (0, prompt_helpers_1.connectWithDestination)(systemSelection.system, connectionValidator, requiredOdataVersion);
55
55
  }
56
+ else if (systemSelection.type === 'cfAbapEnvService') {
57
+ // Reset previous selections connection state
58
+ connectionValidator.resetConnectionState(true);
59
+ }
56
60
  return connectValResult;
57
61
  }
58
62
  /**
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": "0.7.13",
4
+ "version": "0.7.14",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -28,9 +28,9 @@
28
28
  "os-name": "4.0.1",
29
29
  "@sap-ux/axios-extension": "1.17.8",
30
30
  "@sap-ux/btp-utils": "0.17.2",
31
- "@sap-ux/fiori-generator-shared": "0.7.17",
32
31
  "@sap-ux/guided-answers-helper": "0.1.1",
33
32
  "@sap-ux/telemetry": "0.5.50",
33
+ "@sap-ux/fiori-generator-shared": "0.7.17",
34
34
  "@sap-ux/inquirer-common": "0.5.15",
35
35
  "@sap-ux/logger": "0.6.0",
36
36
  "@sap-ux/project-access": "1.28.10",
@@ -44,8 +44,8 @@
44
44
  "@types/lodash": "4.14.202",
45
45
  "jest-extended": "3.2.4",
46
46
  "@sap-ux/fiori-generator-shared": "0.7.17",
47
- "@sap-ux/feature-toggle": "0.2.3",
48
- "@sap-ux/odata-service-writer": "0.25.0"
47
+ "@sap-ux/odata-service-writer": "0.25.0",
48
+ "@sap-ux/feature-toggle": "0.2.3"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=18.x"