@sap-ux/odata-service-inquirer 2.11.21 → 2.11.22
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.
|
@@ -160,7 +160,8 @@ function getUserSystemNameQuestion(connectValidator, promptNamespace) {
|
|
|
160
160
|
systemType: (0, store_1.getBackendSystemType)({
|
|
161
161
|
serviceKeys: connectValidator.serviceInfo,
|
|
162
162
|
authenticationType: connectValidator.systemAuthType
|
|
163
|
-
})
|
|
163
|
+
}),
|
|
164
|
+
connectionType: 'abap_catalog'
|
|
164
165
|
});
|
|
165
166
|
utils_1.PromptState.odataService.connectedSystem.backendSystem = backendSystem;
|
|
166
167
|
utils_1.PromptState.odataService.connectedSystem.backendSystem.newOrUpdated = true;
|
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.
|
|
4
|
+
"version": "2.11.22",
|
|
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.24.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.44",
|
|
35
35
|
"@sap-ux/guided-answers-helper": "0.4.2",
|
|
36
|
-
"@sap-ux/telemetry": "0.6.
|
|
37
|
-
"@sap-ux/inquirer-common": "0.9.
|
|
36
|
+
"@sap-ux/telemetry": "0.6.48",
|
|
37
|
+
"@sap-ux/inquirer-common": "0.9.17",
|
|
38
38
|
"@sap-ux/logger": "0.7.2",
|
|
39
39
|
"@sap-ux/nodejs-utils": "0.2.10",
|
|
40
40
|
"@sap-ux/project-access": "1.32.16",
|
|
41
41
|
"@sap-ux/project-input-validator": "0.6.38",
|
|
42
|
-
"@sap-ux/store": "1.
|
|
42
|
+
"@sap-ux/store": "1.4.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@sap-ux/vocabularies-types": "0.13.1",
|
|
@@ -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.44",
|
|
52
|
+
"@sap-ux/fiori-elements-writer": "2.8.21",
|
|
53
|
+
"@sap-ux/fiori-freestyle-writer": "2.5.13",
|
|
54
54
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
55
55
|
"@sap-ux/odata-service-writer": "0.27.38",
|
|
56
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
56
|
+
"@sap-ux/cap-config-writer": "0.12.35"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=20.x"
|