@sap-cloud-sdk/generator-common 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 +3 -3
package/README.md
CHANGED
|
@@ -16,8 +16,6 @@ The recommended way to get in touch with us is to create an issue in our [github
|
|
|
16
16
|
Select the issue category `Bug`, `Feature` or `Question` depending on the nature of your request.
|
|
17
17
|
We try to provide fixes, features and answers as soon as possible.
|
|
18
18
|
|
|
19
|
-
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.
|
|
20
|
-
|
|
21
19
|
## Contribute
|
|
22
20
|
|
|
23
21
|
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/generator-common",
|
|
3
|
-
"version": "1.53.1
|
|
3
|
+
"version": "1.53.1",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"check:dependencies": "depcheck ."
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@sap-cloud-sdk/util": "^1.53.1
|
|
34
|
+
"@sap-cloud-sdk/util": "^1.53.1",
|
|
35
35
|
"axios": "^0.21.1",
|
|
36
36
|
"fast-levenshtein": "~3.0.0",
|
|
37
37
|
"fs-extra": "^10.0.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"mock-fs": "^5.0.0",
|
|
44
44
|
"nock": "^13.0.11"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "c629816e3de62b43d0c6818dee65c21616d9110d"
|
|
47
47
|
}
|