@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 +12 -5
- package/dist/csrf-token-header.d.ts +0 -0
- package/dist/csrf-token-header.d.ts.map +0 -0
- package/dist/csrf-token-header.js +0 -0
- package/dist/csrf-token-header.js.map +0 -0
- package/dist/http-client-types.d.ts +0 -0
- package/dist/http-client-types.d.ts.map +0 -0
- package/dist/http-client-types.js +0 -0
- package/dist/http-client-types.js.map +0 -0
- package/dist/http-client.d.ts +0 -0
- package/dist/http-client.d.ts.map +0 -0
- package/dist/http-client.js +0 -0
- package/dist/http-client.js.map +0 -0
- package/dist/http-request-config.d.ts +0 -0
- package/dist/http-request-config.d.ts.map +0 -0
- package/dist/http-request-config.js +0 -0
- package/dist/http-request-config.js.map +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.d.ts.map +0 -0
- package/dist/index.js +0 -0
- package/dist/index.js.map +0 -0
- package/dist/internal.d.ts +0 -0
- package/dist/internal.d.ts.map +0 -0
- package/dist/internal.js +0 -0
- package/dist/internal.js.map +0 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
# @sap-cloud-sdk/http-client
|
|
2
2
|
|
|
3
|
-
## 2.
|
|
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
|
-
-
|
|
8
|
-
- Updated dependencies
|
|
9
|
-
|
|
10
|
-
|
|
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
|
package/dist/http-client.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/http-client.js
CHANGED
|
File without changes
|
package/dist/http-client.js.map
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
File without changes
|
package/dist/index.d.ts.map
CHANGED
|
File without changes
|
package/dist/index.js
CHANGED
|
File without changes
|
package/dist/index.js.map
CHANGED
|
File without changes
|
package/dist/internal.d.ts
CHANGED
|
File without changes
|
package/dist/internal.d.ts.map
CHANGED
|
File without changes
|
package/dist/internal.js
CHANGED
|
File without changes
|
package/dist/internal.js.map
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/http-client",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
41
|
-
"@sap-cloud-sdk/util": "^2.
|
|
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.
|
|
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"
|