@sap-cloud-sdk/openapi 2.9.1-20221005014207.0 → 2.9.1-20221006014307.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,14 +1,14 @@
1
1
  # @sap-cloud-sdk/openapi
2
2
 
3
- ## 2.9.1-20221005014207.0
3
+ ## 2.9.1-20221006014307.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-20221005014207.0
10
- - @sap-cloud-sdk/http-client@2.9.1-20221005014207.0
11
- - @sap-cloud-sdk/util@2.9.1-20221005014207.0
9
+ - @sap-cloud-sdk/connectivity@2.9.1-20221006014307.0
10
+ - @sap-cloud-sdk/http-client@2.9.1-20221006014307.0
11
+ - @sap-cloud-sdk/util@2.9.1-20221006014307.0
12
12
 
13
13
  ## 2.9.0
14
14
 
package/README.md CHANGED
@@ -32,15 +32,19 @@ We try to provide fixes, features and answers as soon as possible.
32
32
  If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our [contributing guidelines](https://github.com/SAP/cloud-sdk-js/blob/main/CONTRIBUTING.md) and follow the given instructions.
33
33
 
34
34
  ## Links
35
+ - [Official support channel](https://github.com/SAP/cloud-sdk-js/issues/new/choose)
36
+
37
+ <br>
35
38
 
36
39
  - [Github](https://github.com/SAP/cloud-sdk-js)
37
- - [Github - Releases](https://github.com/SAP/cloud-sdk-js/releases)
38
40
 
39
41
  <br>
40
42
 
41
43
  - [SAP Cloud SDK Documentation portal](https://sap.github.io/cloud-sdk/)
42
44
  - [SAP Cloud SDK Documentation portal - Getting started guide](https://sap.github.io/cloud-sdk/docs/js/getting-started)
43
45
  - [SAP Cloud SDK Documentation portal - API documentation](https://sap.github.io/cloud-sdk/docs/js/api-reference-js-ts)
46
+ - [SAP Cloud SDK Documentation portal - Error handling](https://sap.github.io/cloud-sdk/docs/js/features/error-handling)
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)
44
48
 
45
49
  <br>
46
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/openapi",
3
- "version": "2.9.1-20221005014207.0",
3
+ "version": "2.9.1-20221006014307.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-20221005014207.0",
41
- "@sap-cloud-sdk/http-client": "^2.9.1-20221005014207.0",
42
- "@sap-cloud-sdk/util": "^2.9.1-20221005014207.0",
40
+ "@sap-cloud-sdk/connectivity": "^2.9.1-20221006014307.0",
41
+ "@sap-cloud-sdk/http-client": "^2.9.1-20221006014307.0",
42
+ "@sap-cloud-sdk/util": "^2.9.1-20221006014307.0",
43
43
  "axios": "^0.27.1"
44
44
  },
45
45
  "devDependencies": {