@sap-ai-sdk/core
Advanced tools
Comparing version 0.0.1-20240829013050.0 to 0.0.1-20240830013042.0
@@ -1,2 +0,2 @@ | ||
import { removeLeadingSlashes } from '@sap-cloud-sdk/util'; | ||
import { mergeIgnoreCase, removeLeadingSlashes } from '@sap-cloud-sdk/util'; | ||
import { executeHttpRequest } from '@sap-cloud-sdk/http-client'; | ||
@@ -35,12 +35,12 @@ import { getAiCoreDestination } from './context.js'; | ||
...requestConfig, | ||
headers: { | ||
headers: mergeIgnoreCase({ | ||
...defaultConfig.headers, | ||
...requestConfig?.headers | ||
}, | ||
params: { | ||
}), | ||
params: mergeIgnoreCase({ | ||
...defaultConfig.params, | ||
...requestConfig?.params | ||
} | ||
}) | ||
}; | ||
} | ||
//# sourceMappingURL=http-client.js.map |
{ | ||
"name": "@sap-ai-sdk/core", | ||
"version": "0.0.1-20240829013050.0", | ||
"version": "0.0.1-20240830013042.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
28014