@cubejs-backend/shared
Advanced tools
Comparing version 0.26.81 to 0.26.87
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.26.87](https://github.com/cube-js/cube.js/compare/v0.26.86...v0.26.87) (2021-04-10) | ||
### Bug Fixes | ||
* **cubestore:** Something wrong with downloading Cube Store before running it. ([208dd31](https://github.com/cube-js/cube.js/commit/208dd31f20aa64a5c79e143d40055ac2658d0745)) | ||
## [0.26.81](https://github.com/cube-js/cube.js/compare/v0.26.80...v0.26.81) (2021-04-07) | ||
@@ -8,0 +19,0 @@ |
@@ -95,5 +95,3 @@ "use strict"; | ||
}); | ||
await decompress_1.default(savedFilePath, cwd, { | ||
strip: 1, | ||
}); | ||
await decompress_1.default(savedFilePath, cwd); | ||
try { | ||
@@ -100,0 +98,0 @@ fs_1.default.unlinkSync(savedFilePath); |
{ | ||
"name": "@cubejs-backend/shared", | ||
"version": "0.26.81", | ||
"version": "0.26.87", | ||
"description": "Shared code for Cube.js backend packages", | ||
@@ -63,3 +63,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "6a4c7f538a48bf37bb1df02cdc1308574863ce9b" | ||
"gitHead": "59c0bd83e2651f0bf058287d7d75a6a72fb6dd7d" | ||
} |
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
101795
1108