@cubejs-backend/native
Advanced tools
Comparing version 0.36.0 to 0.36.2
@@ -280,5 +280,3 @@ "use strict"; | ||
class NativeInstance { | ||
constructor() { | ||
this.native = null; | ||
} | ||
native = null; | ||
getNative() { | ||
@@ -285,0 +283,0 @@ if (this.native) { |
{ | ||
"name": "@cubejs-backend/native", | ||
"version": "0.36.0", | ||
"version": "0.36.2", | ||
"author": "Cube Dev, Inc.", | ||
@@ -46,3 +46,3 @@ "description": "Native module for Cube.js (binding to Rust codebase)", | ||
"dependencies": { | ||
"@cubejs-backend/cubesql": "^0.36.0", | ||
"@cubejs-backend/cubesql": "^0.36.2", | ||
"@cubejs-backend/shared": "^0.36.0", | ||
@@ -98,3 +98,3 @@ "@cubejs-infra/post-installer": "^0.0.7" | ||
}, | ||
"gitHead": "84c176ca957c71efe09d2049acd863b68532cf88" | ||
"gitHead": "ab3771bfce10eaabafff99404250a3681be79137" | ||
} |
Sorry, the diff of this file is not supported yet
46137
423