@sap-cloud-sdk/openapi-generator 1.53.1-20211221092403.0 → 1.53.1
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/README.md +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -125,8 +125,6 @@ The recommended way to get in touch with us is to create an issue in our [github
|
|
|
125
125
|
Select the issue category `Bug`, `Feature` or `Question` depending on the nature of your request.
|
|
126
126
|
We try to provide fixes, features and answers as soon as possible.
|
|
127
127
|
|
|
128
|
-
We also monitor questions on [StackOverflow](https://stackoverflow.com/questions/tagged/sap-cloud-sdk?tab=Newest) and [ansers.sap.com](https://answers.sap.com/tags/73555000100800000895) but prefer issues on github.
|
|
129
|
-
|
|
130
128
|
## Contribute
|
|
131
129
|
|
|
132
130
|
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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/openapi-generator",
|
|
3
|
-
"version": "1.53.1
|
|
3
|
+
"version": "1.53.1",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript OpenAPI client generator",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@apidevtools/swagger-parser": "^10.0.2",
|
|
38
|
-
"@sap-cloud-sdk/generator-common": "^1.53.1
|
|
39
|
-
"@sap-cloud-sdk/util": "^1.53.1
|
|
38
|
+
"@sap-cloud-sdk/generator-common": "^1.53.1",
|
|
39
|
+
"@sap-cloud-sdk/util": "^1.53.1",
|
|
40
40
|
"glob": "^7.1.6",
|
|
41
41
|
"js-yaml": "^4.0.0",
|
|
42
42
|
"openapi-types": "^9.3.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"nock": "^13.0.11",
|
|
51
51
|
"typescript": "~4.3.4"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "c629816e3de62b43d0c6818dee65c21616d9110d"
|
|
54
54
|
}
|