@sap-cloud-sdk/resilience 4.0.3-20250424014120.0 → 4.0.3-20250428013936.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 CHANGED
@@ -39,11 +39,11 @@ If you would like to contribute to the SAP Cloud SDK, please make yourself famil
39
39
 
40
40
  - [Official support channel](https://github.com/SAP/cloud-sdk-js/issues/new/choose)
41
41
  - [Github](https://github.com/SAP/cloud-sdk-js)
42
- - [SAP Cloud SDK Documentation portal](https://sap.github.io/cloud-sdk)
43
- - [SAP Cloud SDK Documentation portal - Overview](https://sap.github.io/cloud-sdk/docs/js/overview)
44
- - [SAP Cloud SDK Documentation portal - Getting started guide](https://sap.github.io/cloud-sdk/docs/js/getting-started)
45
- - [SAP Cloud SDK Documentation portal - API documentation](https://sap.github.io/cloud-sdk/api/latest)
46
- - [SAP Cloud SDK Documentation portal - Release notes](https://sap.github.io/cloud-sdk/docs/js/release-notes)
42
+ - [SAP Cloud SDK Documentation](https://sap.github.io/cloud-sdk)
43
+ - [Overview](https://sap.github.io/cloud-sdk/docs/js/overview)
44
+ - [Getting started guide](https://sap.github.io/cloud-sdk/docs/js/getting-started)
45
+ - [API documentation](https://sap.github.io/cloud-sdk/api/latest)
46
+ - [Release notes](https://sap.github.io/cloud-sdk/docs/js/release-notes)
47
47
  - [Sample repository](https://github.com/SAP-samples/cloud-sdk-js)
48
48
 
49
49
  ## License
package/dist/index.d.ts CHANGED
@@ -7,5 +7,6 @@ export { timeout } from './timeout';
7
7
  export { retry } from './retry';
8
8
  export { circuitBreaker } from './circuit-breaker';
9
9
  export type { Middleware, MiddlewareFunction } from './middleware';
10
- export { MiddlewareOptions, MiddlewareContext } from './middleware';
11
- export { ResilienceOptions, resilience } from './resilience';
10
+ export type { MiddlewareOptions, MiddlewareContext } from './middleware';
11
+ export { resilience } from './resilience';
12
+ export type { ResilienceOptions } from './resilience';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,qCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,iCAAgC;AAAvB,8FAAA,KAAK,OAAA;AACd,qDAAmD;AAA1C,iHAAA,cAAc,OAAA;AAGvB,2CAA6D;AAAjC,wGAAA,UAAU,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEH,qCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,iCAAgC;AAAvB,8FAAA,KAAK,OAAA;AACd,qDAAmD;AAA1C,iHAAA,cAAc,OAAA;AAGvB,2CAA0C;AAAjC,wGAAA,UAAU,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/resilience",
3
- "version": "4.0.3-20250424014120.0",
3
+ "version": "4.0.3-20250428013936.0",
4
4
  "description": "SAP Cloud SDK for JavaScript resilience",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
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/util": "^4.0.3-20250424014120.0",
40
+ "@sap-cloud-sdk/util": "^4.0.3-20250428013936.0",
41
41
  "async-retry": "^1.3.3",
42
- "axios": "^1.8.4",
42
+ "axios": "^1.9.0",
43
43
  "opossum": "^8.4.0"
44
44
  },
45
45
  "devDependencies": {