@sap-cloud-sdk/test-util 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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -59,8 +59,6 @@ The recommended way to get in touch with us is to create an issue in our [github
59
59
  Select the issue category `Bug`, `Feature` or `Question` depending on the nature of your request.
60
60
  We try to provide fixes, features and answers as soon as possible.
61
61
 
62
- 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.
63
-
64
62
  ## Contribute
65
63
 
66
64
  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/test-util",
3
- "version": "1.53.1-20211221092403.0+3ca7e411",
3
+ "version": "1.53.1",
4
4
  "description": "SAP Cloud SDK for JavaScript test utilities",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript",
6
6
  "license": "Apache-2.0",
@@ -30,9 +30,9 @@
30
30
  "check:dependencies": "depcheck ."
31
31
  },
32
32
  "dependencies": {
33
- "@sap-cloud-sdk/core": "^1.53.1-20211221092403.0+3ca7e411",
34
- "@sap-cloud-sdk/util": "^1.53.1-20211221092403.0+3ca7e411",
33
+ "@sap-cloud-sdk/core": "^1.53.1",
34
+ "@sap-cloud-sdk/util": "^1.53.1",
35
35
  "mock-fs": "^5.0.0"
36
36
  },
37
- "gitHead": "3ca7e41144a4434e09909925f04aa46fbb92347b"
37
+ "gitHead": "c629816e3de62b43d0c6818dee65c21616d9110d"
38
38
  }