cellstore-tableau
Advanced tools
Comparing version 1.0.0 to 1.0.1
import * as _ from "lodash"; | ||
import { Promise } from "es6-promise"; | ||
require("./lib/tableauwdc-2.0.9.js"); | ||
require("./resources/tableauwdc-2.0.9.js"); | ||
@@ -5,0 +5,0 @@ declare var tableau: any; |
{ | ||
"name": "cellstore-tableau", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tableau web data connector integration for the cellstore", | ||
"main": "index.js", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build": "webpack", |
module.exports = { | ||
entry: "./index.ts", | ||
output: { | ||
path: __dirname, | ||
path: __dirname+"/lib", | ||
filename: "index.js" | ||
@@ -6,0 +6,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
132309
9
1407
1