@sap-cloud-sdk/http-client 2.5.1-20220714154848.0 → 2.6.0

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.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,20 @@
1
1
  # @sap-cloud-sdk/http-client
2
2
 
3
- ## 2.5.1-20220714154848.0
3
+ ## 2.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e44c214a: [Fixed Issue] Fix the `executeHttpRequest`/`executeHttpRequestWithOrigin` function, so the warning is only shown when overwriting headers by using custom headers.
8
+ - e46bb51d: [Improvement] Make `requestConfig` of `OriginOptions` optional.
4
9
 
5
10
  ### Patch Changes
6
11
 
7
- - Canary release
8
- - Updated dependencies
9
- - @sap-cloud-sdk/connectivity@2.5.1-20220714154848.0
10
- - @sap-cloud-sdk/util@2.5.1-20220714154848.0
12
+ - Updated dependencies [cb598c16]
13
+ - Updated dependencies [09094607]
14
+ - Updated dependencies [93d41281]
15
+ - Updated dependencies [8fdfebd6]
16
+ - @sap-cloud-sdk/connectivity@2.6.0
17
+ - @sap-cloud-sdk/util@2.6.0
11
18
 
12
19
  ## 2.5.0
13
20
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/index.d.ts CHANGED
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
package/dist/internal.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/http-client",
3
- "version": "2.5.1-20220714154848.0",
3
+ "version": "2.6.0",
4
4
  "description": "SAP Cloud SDK for JavaScript http-client",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
6
6
  "license": "Apache-2.0",
@@ -37,12 +37,12 @@
37
37
  "readme": "ts-node ../../scripts/replace-common-readme.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@sap-cloud-sdk/connectivity": "^2.5.1-20220714154848.0",
41
- "@sap-cloud-sdk/util": "^2.5.1-20220714154848.0",
40
+ "@sap-cloud-sdk/connectivity": "^2.6.0",
41
+ "@sap-cloud-sdk/util": "^2.6.0",
42
42
  "axios": "^0.27.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@sap-cloud-sdk/test-services-odata-common": "^2.5.1-20220714154848.0",
45
+ "@sap-cloud-sdk/test-services-odata-common": "^2.6.0",
46
46
  "https-proxy-agent": "^5.0.0",
47
47
  "nock": "^13.2.8",
48
48
  "typescript": "~4.7.4"