@sap-ux/odata-service-inquirer 2.14.13 → 2.14.15
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.
|
@@ -120,7 +120,10 @@ function getSystemServiceQuestion(connectValidator, promptNamespace, promptOptio
|
|
|
120
120
|
return inquirer_common_1.ErrorHandler.getHelpForError(inquirer_common_1.ERROR_TYPE.SERVICES_UNAVAILABLE) ?? false;
|
|
121
121
|
}
|
|
122
122
|
// Dont re-request the same service details
|
|
123
|
-
if (serviceAnswer &&
|
|
123
|
+
if (serviceAnswer &&
|
|
124
|
+
(previousService?.servicePath !== serviceAnswer.servicePath ||
|
|
125
|
+
previousService?.servicePath !== utils_1.PromptState.odataService.servicePath) // PromptState was reset by a system selection
|
|
126
|
+
) {
|
|
124
127
|
hasBackendAnnotations = undefined;
|
|
125
128
|
convertedMetadataRef.convertedMetadata = undefined;
|
|
126
129
|
previousService = serviceAnswer;
|
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.15",
|
|
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.
|
|
34
|
+
"@sap-ux/fiori-generator-shared": "0.13.55",
|
|
35
35
|
"@sap-ux/guided-answers-helper": "0.4.2",
|
|
36
|
-
"@sap-ux/telemetry": "0.6.
|
|
37
|
-
"@sap-ux/inquirer-common": "0.10.
|
|
36
|
+
"@sap-ux/telemetry": "0.6.57",
|
|
37
|
+
"@sap-ux/inquirer-common": "0.10.15",
|
|
38
38
|
"@sap-ux/logger": "0.8.0",
|
|
39
39
|
"@sap-ux/nodejs-utils": "0.2.11",
|
|
40
40
|
"@sap-ux/project-access": "1.34.2",
|
|
41
41
|
"@sap-ux/project-input-validator": "0.6.45",
|
|
42
|
-
"@sap-ux/store": "1.5.
|
|
42
|
+
"@sap-ux/store": "1.5.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@sap-ux/vocabularies-types": "0.14.5",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"@types/inquirer-autocomplete-prompt": "2.0.2",
|
|
48
48
|
"@types/inquirer": "8.2.6",
|
|
49
49
|
"jest-extended": "6.0.0",
|
|
50
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
51
|
-
"@sap-ux/fiori-elements-writer": "2.8.
|
|
52
|
-
"@sap-ux/fiori-freestyle-writer": "2.5.
|
|
50
|
+
"@sap-ux/fiori-generator-shared": "0.13.55",
|
|
51
|
+
"@sap-ux/fiori-elements-writer": "2.8.43",
|
|
52
|
+
"@sap-ux/fiori-freestyle-writer": "2.5.30",
|
|
53
53
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
54
54
|
"@sap-ux/odata-service-writer": "0.29.8",
|
|
55
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
55
|
+
"@sap-ux/cap-config-writer": "0.12.46"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
58
|
"node": ">=20.x"
|