@sap-cloud-sdk/connectivity 2.8.1-20220920095124.0 → 2.9.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 +7 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
# @sap-cloud-sdk/connectivity
|
|
2
2
|
|
|
3
|
-
## 2.
|
|
3
|
+
## 2.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 24029503: [New Functionality] Support fetching all subaccount- and service instance destinations from the destination service simultaneously.
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
- @sap-cloud-sdk/util@2.8.1-20220920095124.0
|
|
11
|
+
- Updated dependencies [4c51d3dc]
|
|
12
|
+
- @sap-cloud-sdk/util@2.9.0
|
|
10
13
|
|
|
11
14
|
## 2.8.0
|
|
12
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/connectivity",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.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.
|
|
40
|
+
"@sap-cloud-sdk/util": "^2.9.0",
|
|
41
41
|
"@sap/xsenv": "^3.3.2",
|
|
42
42
|
"@sap/xssec": "^3.2.7",
|
|
43
43
|
"axios": "^0.27.1",
|