@cubejs-backend/shared
Advanced tools
Comparing version 0.26.54 to 0.26.65
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.26.65](https://github.com/cube-js/cube.js/compare/v0.26.64...v0.26.65) (2021-03-24) | ||
### Bug Fixes | ||
* Warning/skip Cube Store on unsupported platforms ([c187e11](https://github.com/cube-js/cube.js/commit/c187e119b8747e1f6bb3fe2bd84f66ae3822ac7d)) | ||
## [0.26.54](https://github.com/cube-js/cube.js/compare/v0.26.53...v0.26.54) (2021-03-12) | ||
@@ -8,0 +19,0 @@ |
@@ -65,2 +65,3 @@ "use strict"; | ||
platform: process.platform, | ||
arch: process.arch, | ||
nodeVersion: process.version, | ||
@@ -67,0 +68,0 @@ anonymousId, |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.26.54", | ||
"version": "0.26.65", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -53,3 +53,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "3a9809bc7ef335966230f6f349a739e78e5db078" | ||
"gitHead": "422140fbd2313733da97146f1eb5a17436a28a1c" | ||
} |
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
87818
957