@cubejs-backend/native
Advanced tools
Comparing version 0.35.61 to 0.35.62
@@ -65,5 +65,3 @@ export interface BaseMeta { | ||
export type SQLInterfaceOptions = { | ||
port?: number; | ||
pgPort?: number; | ||
nonce?: string; | ||
checkAuth: (payload: CheckAuthPayload) => CheckAuthResponse | Promise<CheckAuthResponse>; | ||
@@ -78,2 +76,3 @@ load: (payload: LoadPayload) => unknown | Promise<unknown>; | ||
canSwitchUserForSession: (payload: CanSwitchUserPayload) => unknown | Promise<unknown>; | ||
gatewayPort?: number; | ||
}; | ||
@@ -80,0 +79,0 @@ export declare function loadNative(): any; |
{ | ||
"name": "@cubejs-backend/native", | ||
"version": "0.35.61", | ||
"version": "0.35.62", | ||
"author": "Cube Dev, Inc.", | ||
@@ -46,4 +46,4 @@ "description": "Native module for Cube.js (binding to Rust codebase)", | ||
"dependencies": { | ||
"@cubejs-backend/cubesql": "^0.35.61", | ||
"@cubejs-backend/shared": "^0.35.43", | ||
"@cubejs-backend/cubesql": "^0.35.62", | ||
"@cubejs-backend/shared": "^0.35.62", | ||
"@cubejs-infra/post-installer": "^0.0.7" | ||
@@ -98,3 +98,3 @@ }, | ||
}, | ||
"gitHead": "4873ccb01504b588bd5790973ce9e02de36c8f90" | ||
"gitHead": "149eb01a0457e9173e94bbb2709f1736f1b501fd" | ||
} |
Sorry, the diff of this file is not supported yet
44992
410