cellstore-tableau
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -109,3 +109,3 @@ import * as _ from "lodash"; | ||
*/ | ||
export const init = (factTableAccessor, autosubmit: boolean) => { | ||
export const init = (factTableAccessor, autosubmit = true) => { | ||
let table; | ||
@@ -112,0 +112,0 @@ let connector = tableau.makeConnector(); |
@@ -10,2 +10,2 @@ export declare const isTableau: boolean; | ||
}; | ||
export declare const init: (factTableAccessor: any, autosubmit: boolean) => void; | ||
export declare const init: (factTableAccessor: any, autosubmit?: boolean) => void; |
{ | ||
"name": "cellstore-tableau", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "Tableau web data connector integration for the cellstore", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
232608
1738