@cubejs-backend/shared
Advanced tools
Comparing version 0.24.5 to 0.24.13
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.24.13](https://github.com/cube-js/cube.js/compare/v0.24.12...v0.24.13) (2020-12-18) | ||
**Note:** Version bump only for package @cubejs-backend/shared | ||
## [0.24.5](https://github.com/cube-js/cube.js/compare/v0.24.4...v0.24.5) (2020-12-09) | ||
@@ -8,0 +16,0 @@ |
export declare type BaseEvent = { | ||
name: string; | ||
event: string; | ||
[key: string]: any; | ||
@@ -4,0 +4,0 @@ }; |
@@ -29,2 +29,3 @@ "use strict"; | ||
if (result.status !== 200 && retries > 0) { | ||
errors_1.internalExceptions(new Error(`Probably an unexpected request caused a bad response: ${result.status}`)); | ||
// eslint-disable-next-line consistent-return | ||
@@ -31,0 +32,0 @@ return flush(toFlush, retries - 1); |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.24.5", | ||
"version": "0.24.13", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -42,3 +42,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "1018d6366db3bb204a473a8b436857bbae04aa0d" | ||
"gitHead": "e0fe73b5a91af967a5d493609bf5751dce0dfe99" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
34942
292