@cubejs-backend/cubestore
Advanced tools
Comparing version 0.28.18 to 0.28.19
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.28.19](https://github.com/cube-js/cube.js/compare/v0.28.18...v0.28.19) (2021-08-13) | ||
### Bug Fixes | ||
* **cubestore:** add equality comparison between bool and int, fix [#3154](https://github.com/cube-js/cube.js/issues/3154) ([b3dc224](https://github.com/cube-js/cube.js/commit/b3dc2249af8fe397371213f933aab77fa12828e9)) | ||
## [0.28.18](https://github.com/cube-js/cube.js/compare/v0.28.17...v0.28.18) (2021-08-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubestore", | ||
"version": "0.28.18", | ||
"version": "0.28.19", | ||
"description": "Cube.js pre-aggregation storage layer.", | ||
@@ -40,3 +40,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@cubejs-backend/shared": "^0.28.17", | ||
"@cubejs-backend/shared": "^0.28.19", | ||
"@octokit/core": "^3.2.5", | ||
@@ -54,3 +54,3 @@ "source-map-support": "^0.5.19" | ||
}, | ||
"gitHead": "5bffd999e0b009c331b78856e559bd8d36fcd33f" | ||
"gitHead": "431de95a3a86dd1bd9c9ee1ce8b76d434a4e3df1" | ||
} |
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
72852