@sap-ux/odata-service-inquirer 2.3.12 → 2.3.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.
|
@@ -42,6 +42,7 @@ async function validateService(url, { odataService, axiosConfig }, requiredVersi
|
|
|
42
42
|
// Remove all occurrences of the origin from the metadata to make backend uris relative
|
|
43
43
|
utils_1.PromptState.odataService.metadata = (0, utils_1.originToRelative)(metadata);
|
|
44
44
|
utils_1.PromptState.odataService.odataVersion = serviceOdataVersion;
|
|
45
|
+
utils_1.PromptState.odataService.ignoreCertError = ignoreCertError;
|
|
45
46
|
// Extract sap-client and keep the rest of the query params as part of the url
|
|
46
47
|
const fullUrl = new URL(url);
|
|
47
48
|
const sapClient = fullUrl.searchParams.get(types_1.SAP_CLIENT_KEY) ?? undefined;
|
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.3.
|
|
4
|
+
"version": "2.3.14",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@sap-ux/inquirer-common": "0.6.42",
|
|
37
37
|
"@sap-ux/logger": "0.6.0",
|
|
38
38
|
"@sap-ux/project-access": "1.29.22",
|
|
39
|
-
"@sap-ux/project-input-validator": "0.5.
|
|
39
|
+
"@sap-ux/project-input-validator": "0.5.6",
|
|
40
40
|
"@sap-ux/store": "1.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|