@cubejs-backend/native
Advanced tools
Comparing version 0.29.15 to 0.29.18
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.29.18](https://github.com/cube-js/cube.js/compare/v0.29.17...v0.29.18) (2022-01-09) | ||
**Note:** Version bump only for package @cubejs-backend/native | ||
## [0.29.15](https://github.com/cube-js/cube.js/compare/v0.29.14...v0.29.15) (2021-12-30) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@cubejs-backend/native", | ||
"version": "0.29.15", | ||
"version": "0.29.18", | ||
"author": "Cube Dev, Inc.", | ||
@@ -19,2 +19,3 @@ "description": "Native module for Cube.js (binding to Rust codebase)", | ||
"install": "node-pre-gyp install || echo 'Your system is not supported by @cubejs-backend/native, some feature will be unavailable.'", | ||
"upload-binary-cross": "mkdir -p native && cp index.node native/index.node && node-pre-gyp package --target_arch=$PACKAGE_TARGET_ARCH --target_platform=$PACKAGE_TARGET_PLATFORM --target_libc=$PACKAGE_TARGET_LIBC && node-pre-gyp-github publish", | ||
"upload-binary": "mkdir -p native && cp index.node native/index.node && node-pre-gyp package && node-pre-gyp-github publish", | ||
@@ -43,3 +44,3 @@ "test:unit": "jest --forceExit test", | ||
"dependencies": { | ||
"@cubejs-backend/cubesql": "^0.29.15", | ||
"@cubejs-backend/cubesql": "^0.29.18", | ||
"@mapbox/node-pre-gyp": "^1" | ||
@@ -63,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "e16fd68d785eff5bcf6e0846fabcb7b47b7a6f3b" | ||
"gitHead": "a4089c23b5917bf986520b009c0c072a816d3daf" | ||
} |
30835