@sap-cloud-sdk/connectivity 2.4.0 → 2.4.1-20220525080946.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 +9 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# @sap-cloud-sdk/connectivity
|
|
2
2
|
|
|
3
|
+
## 2.4.1-20220525080946.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Canary release
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @sap-cloud-sdk/util@2.4.1-20220525080946.0
|
|
10
|
+
|
|
3
11
|
## 2.4.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
6
14
|
|
|
7
15
|
- 04726a35: [Improvement] Reduce default log output on the `info` level significantly.
|
|
8
|
-
|
|
16
|
+
- 04726a35: [Compatibility Note] Only log the successful retrieval of destinations on the`info` log level, log everything else is on the `debug` or `warn` level.
|
|
9
17
|
- 0a008674: [Compatibility Note] Mark the function `noDestinationErrorMessage` as internal API.
|
|
10
18
|
- 0a008674: [New Functionality] Support self-signed certificate using the `trustStore` property of the destination object.
|
|
11
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/connectivity",
|
|
3
|
-
"version": "2.4.0",
|
|
3
|
+
"version": "2.4.1-20220525080946.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript connectivity",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@sap-cloud-sdk/util": "^2.4.0",
|
|
40
|
+
"@sap-cloud-sdk/util": "^2.4.1-20220525080946.0",
|
|
41
41
|
"@sap/xsenv": "^3.0.0",
|
|
42
42
|
"@sap/xssec": "^3.2.7",
|
|
43
43
|
"axios": "^0.27.1",
|