unipept-heatmap
Advanced tools
Comparing version 1.0.7 to 1.0.8
import {Heatmap} from "../src/heatmap/heatmap"; | ||
import * as d3 from "d3"; | ||
import {HeatmapElement} from "../src/heatmap/typings"; | ||
import {HeatmapElement} from "../src/heatmap/input"; | ||
@@ -5,0 +5,0 @@ d3.csv('data/dendrogram.csv') |
{ | ||
"name": "unipept-heatmap", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "HeatMap built for the Unipept project. See http://unipept.ugent.be for more information. This HeatMap supports UPGMA-clustering and MOLO-reordering.", | ||
"main": "dist/bundle.js", | ||
"typings": "index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"dependencies": { | ||
@@ -26,3 +26,3 @@ "d3": "^5.7.0" | ||
"test": "jest", | ||
"build": "webpack" | ||
"build": "webpack && dts-bundle --configJson dts-bundle.config.json" | ||
}, | ||
@@ -29,0 +29,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
import {HeatmapElement, HeatmapValue} from "../heatmap/typings"; | ||
import {HeatmapElement, HeatmapValue} from "../heatmap/input"; | ||
import ClusterElement from "./clusterElement"; | ||
@@ -3,0 +3,0 @@ |
@@ -7,3 +7,3 @@ import * as d3 from "d3"; | ||
import TreeNode from "../cluster/treeNode"; | ||
import {HeatmapData, HeatmapElement, HeatmapValue} from "./typings"; | ||
import {HeatmapData, HeatmapElement, HeatmapValue} from "./input"; | ||
import Reorderer from "../reorder/reorderer"; | ||
@@ -10,0 +10,0 @@ import MoloReorderer from "../reorder/moloReorderer"; |
import Settings from "../settings"; | ||
import {HeatmapElement, HeatmapValue} from "./typings"; | ||
import {HeatmapElement, HeatmapValue} from "./input"; | ||
@@ -4,0 +4,0 @@ export default class HeatmapSettings extends Settings { |
@@ -12,4 +12,4 @@ { | ||
"declaration": true, | ||
"types": ["jest", "jquery", "d3"] | ||
"types": ["jest", "d3"] | ||
} | ||
} |
const path = require('path'); | ||
module.exports = { | ||
entry: './src/index.js', | ||
entry: path.join(__dirname, '/src/index.ts'), | ||
devtool: 'inline-source-map', | ||
@@ -6,0 +6,0 @@ module: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37
2427720
23856