@sap-cloud-sdk/test-util 4.0.3-20250424014120.0 → 4.0.3-20250426013845.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/README.md +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -67,11 +67,11 @@ If you would like to contribute to the SAP Cloud SDK, please make yourself famil
|
|
|
67
67
|
|
|
68
68
|
- [Official support channel](https://github.com/SAP/cloud-sdk-js/issues/new/choose)
|
|
69
69
|
- [Github](https://github.com/SAP/cloud-sdk-js)
|
|
70
|
-
- [SAP Cloud SDK Documentation
|
|
71
|
-
- [
|
|
72
|
-
- [
|
|
73
|
-
- [
|
|
74
|
-
- [
|
|
70
|
+
- [SAP Cloud SDK Documentation](https://sap.github.io/cloud-sdk)
|
|
71
|
+
- [Overview](https://sap.github.io/cloud-sdk/docs/js/overview)
|
|
72
|
+
- [Getting started guide](https://sap.github.io/cloud-sdk/docs/js/getting-started)
|
|
73
|
+
- [API documentation](https://sap.github.io/cloud-sdk/api/latest)
|
|
74
|
+
- [Release notes](https://sap.github.io/cloud-sdk/docs/js/release-notes)
|
|
75
75
|
- [Sample repository](https://github.com/SAP-samples/cloud-sdk-js)
|
|
76
76
|
|
|
77
77
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-cloud-sdk/test-util",
|
|
3
|
-
"version": "4.0.3-
|
|
3
|
+
"version": "4.0.3-20250426013845.0",
|
|
4
4
|
"description": "SAP Cloud SDK for JavaScript test utilities",
|
|
5
5
|
"homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"readme": "ts-node ../../scripts/replace-common-readme.ts"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@sap-cloud-sdk/connectivity": "^4.0.3-
|
|
38
|
-
"@sap-cloud-sdk/util": "^4.0.3-
|
|
37
|
+
"@sap-cloud-sdk/connectivity": "^4.0.3-20250426013845.0",
|
|
38
|
+
"@sap-cloud-sdk/util": "^4.0.3-20250426013845.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"mock-fs": "^5.5.0",
|