@sap-ux/odata-service-inquirer 2.14.2 → 2.14.4
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.
|
@@ -46,7 +46,8 @@ function getAbapOnBTPSystemQuestions(promptOptions, cachedConnectedSystem) {
|
|
|
46
46
|
message: (0, i18n_1.t)('prompts.abapOnBTPType.message'),
|
|
47
47
|
// Only runs on YUI, but we only need to reset on YUI as the user cannot change previous values on the Yo CLI
|
|
48
48
|
validate: () => {
|
|
49
|
-
connectValidator.resetConnectionState();
|
|
49
|
+
connectValidator.resetConnectionState(true);
|
|
50
|
+
utils_1.PromptState.resetConnectedSystem();
|
|
50
51
|
return true;
|
|
51
52
|
}
|
|
52
53
|
});
|
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.
|
|
4
|
+
"version": "2.14.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -31,14 +31,14 @@
|
|
|
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.
|
|
34
|
+
"@sap-ux/fiori-generator-shared": "0.13.52",
|
|
35
|
+
"@sap-ux/telemetry": "0.6.54",
|
|
35
36
|
"@sap-ux/guided-answers-helper": "0.4.2",
|
|
36
|
-
"@sap-ux/
|
|
37
|
-
"@sap-ux/inquirer-common": "0.10.10",
|
|
37
|
+
"@sap-ux/inquirer-common": "0.10.11",
|
|
38
38
|
"@sap-ux/logger": "0.8.0",
|
|
39
39
|
"@sap-ux/nodejs-utils": "0.2.11",
|
|
40
|
-
"@sap-ux/project-access": "1.34.
|
|
41
|
-
"@sap-ux/project-input-validator": "0.6.
|
|
40
|
+
"@sap-ux/project-access": "1.34.1",
|
|
41
|
+
"@sap-ux/project-input-validator": "0.6.44",
|
|
42
42
|
"@sap-ux/store": "1.4.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -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.
|
|
52
|
-
"@sap-ux/fiori-elements-writer": "2.8.
|
|
53
|
-
"@sap-ux/fiori-freestyle-writer": "2.5.
|
|
51
|
+
"@sap-ux/fiori-generator-shared": "0.13.52",
|
|
52
|
+
"@sap-ux/fiori-elements-writer": "2.8.38",
|
|
53
|
+
"@sap-ux/fiori-freestyle-writer": "2.5.27",
|
|
54
54
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
55
|
-
"@sap-ux/odata-service-writer": "0.29.
|
|
56
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
55
|
+
"@sap-ux/odata-service-writer": "0.29.7",
|
|
56
|
+
"@sap-ux/cap-config-writer": "0.12.43"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=20.x"
|