@sap-cloud-sdk/openapi 2.9.1-20221027014151.0 → 2.9.1-20221028014546.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 +4 -4
- package/README.md +2 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @sap-cloud-sdk/openapi
|
|
2
2
|
|
|
3
|
-
## 2.9.1-
|
|
3
|
+
## 2.9.1-20221028014546.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Canary release
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @sap-cloud-sdk/connectivity@2.9.1-
|
|
10
|
-
- @sap-cloud-sdk/http-client@2.9.1-
|
|
11
|
-
- @sap-cloud-sdk/util@2.9.1-
|
|
9
|
+
- @sap-cloud-sdk/connectivity@2.9.1-20221028014546.0
|
|
10
|
+
- @sap-cloud-sdk/http-client@2.9.1-20221028014546.0
|
|
11
|
+
- @sap-cloud-sdk/util@2.9.1-20221028014546.0
|
|
12
12
|
|
|
13
13
|
## 2.9.0
|
|
14
14
|
|
package/README.md
CHANGED
|
@@ -40,9 +40,9 @@ If you would like to contribute to the SAP Cloud SDK, please make yourself famil
|
|
|
40
40
|
|
|
41
41
|
<br>
|
|
42
42
|
|
|
43
|
-
- [SAP Cloud SDK Documentation portal](https://sap.github.io/cloud-sdk/api
|
|
43
|
+
- [SAP Cloud SDK Documentation portal](https://sap.github.io/cloud-sdk/api)
|
|
44
44
|
- [SAP Cloud SDK Documentation portal - Getting started guide](https://sap.github.io/cloud-sdk/docs/js/getting-started)
|
|
45
|
-
- [SAP Cloud SDK Documentation portal - API documentation](https://sap.github.io/cloud-sdk/
|
|
45
|
+
- [SAP Cloud SDK Documentation portal - API documentation](https://sap.github.io/cloud-sdk/api/latest)
|
|
46
46
|
- [SAP Cloud SDK Documentation portal - Error handling](https://sap.github.io/cloud-sdk/docs/js/features/error-handling)
|
|
47
47
|
- [SAP Cloud SDK Documentation portal - Release notes](https://sap.github.io/cloud-sdk/docs/js/release-notes-sap-cloud-sdk-for-javascript-and-typescript)
|
|
48
48
|
|
|
@@ -50,11 +50,6 @@ If you would like to contribute to the SAP Cloud SDK, please make yourself famil
|
|
|
50
50
|
|
|
51
51
|
- [Sample repository](https://github.com/SAP-samples/cloud-sdk-js)
|
|
52
52
|
|
|
53
|
-
<br>
|
|
54
|
-
|
|
55
|
-
- [developers.sap.com - Product Overview](https://developers.sap.com/topics/cloud-sdk.html)
|
|
56
|
-
- [developers.sap.com - Tutorials](https://developers.sap.com/tutorial-navigator.html?tag=products:technology-platform/sap-cloud-sdk/sap-cloud-sdk&tag=topic:javascript)
|
|
57
|
-
|
|
58
53
|
## License
|
|
59
54
|
|
|
60
55
|
The SAP Cloud SDK is released under the [Apache License Version 2.0.](http://www.apache.org/licenses/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/openapi",
|
|
3
|
-
"version": "2.9.1-
|
|
3
|
+
"version": "2.9.1-20221028014546.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript openapi",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@sap-cloud-sdk/connectivity": "^2.9.1-
|
|
41
|
-
"@sap-cloud-sdk/http-client": "^2.9.1-
|
|
42
|
-
"@sap-cloud-sdk/util": "^2.9.1-
|
|
40
|
+
"@sap-cloud-sdk/connectivity": "^2.9.1-20221028014546.0",
|
|
41
|
+
"@sap-cloud-sdk/http-client": "^2.9.1-20221028014546.0",
|
|
42
|
+
"@sap-cloud-sdk/util": "^2.9.1-20221028014546.0",
|
|
43
43
|
"axios": "^0.27.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|