@sap-cloud-sdk/resilience
Advanced tools
Comparing version 3.1.0 to 3.1.1-20230414141035.0
@@ -1,2 +0,1 @@ | ||
import CircuitBreaker from 'opossum'; | ||
import { MiddlewareContext, Middleware } from './middleware'; | ||
@@ -6,5 +5,9 @@ /** | ||
* Entries are added in a lazy way. | ||
* TODO: | ||
* The value type here should be CircuitBreaker, but this would make the Opossum types part of our public API. | ||
* This happens although it is marked as internal, because transpilation includes internal. | ||
* Adding CircuitBreaker will break transpilation on generation. | ||
* @internal | ||
*/ | ||
export declare const circuitBreakers: Record<string, CircuitBreaker>; | ||
export declare const circuitBreakers: Record<string, any>; | ||
/** | ||
@@ -11,0 +14,0 @@ * @internal |
@@ -11,2 +11,6 @@ "use strict"; | ||
* Entries are added in a lazy way. | ||
* TODO: | ||
* The value type here should be CircuitBreaker, but this would make the Opossum types part of our public API. | ||
* This happens although it is marked as internal, because transpilation includes internal. | ||
* Adding CircuitBreaker will break transpilation on generation. | ||
* @internal | ||
@@ -13,0 +17,0 @@ */ |
{ | ||
"name": "@sap-cloud-sdk/resilience", | ||
"version": "3.1.0", | ||
"version": "3.1.1-20230414141035.0", | ||
"description": "SAP Cloud SDK for JavaScript resilience", | ||
@@ -41,3 +41,3 @@ "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview", | ||
"dependencies": { | ||
"@sap-cloud-sdk/util": "^3.1.0", | ||
"@sap-cloud-sdk/util": "^3.1.1-20230414141035.0", | ||
"async-retry": "^1.3.3", | ||
@@ -51,4 +51,4 @@ "axios": "^1.3.5", | ||
"nock": "^13.3.0", | ||
"typescript": "~5.0.3" | ||
"typescript": "~5.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29300
471
1