@cubejs-backend/cubestore
Advanced tools
Comparing version 0.26.85 to 0.26.86
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.26.86](https://github.com/cube-js/cube.js/compare/v0.26.85...v0.26.86) (2021-04-09) | ||
### Bug Fixes | ||
* **cubestore:** installer - compability with windows. fix [#2520](https://github.com/cube-js/cube.js/issues/2520) ([e05db81](https://github.com/cube-js/cube.js/commit/e05db81cc7b885046b08b2a0f034e472e22c8b3e)) | ||
## [0.26.85](https://github.com/cube-js/cube.js/compare/v0.26.84...v0.26.85) (2021-04-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@cubejs-backend/cubestore", | ||
"version": "0.26.85", | ||
"version": "0.26.86", | ||
"description": "Cube.js pre-aggregation storage layer.", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"lint:fix": "eslint --fix js-wrapper/* --ext .ts,js", | ||
"postinstall": "./bin/post-install" | ||
"postinstall": "bin/post-install" | ||
}, | ||
@@ -44,3 +44,3 @@ "files": [ | ||
}, | ||
"gitHead": "d989e573a332df2ff8f0428f310c65e239758eaf" | ||
"gitHead": "69ea7cdadd28f7d3bf1fb4b1c33506dd3e1cd36a" | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
361159