@hpcc-js/tree
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.1.16"></a> | ||
## [0.1.16](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/tree@0.1.15...@hpcc-js/tree@0.1.16) (2018-08-02) | ||
### Bug Fixes | ||
* **d3-event:** d3-event is a global instance. ([92760ad](https://github.com/hpcc-systems/Visualization/commit/92760ad)) | ||
<a name="0.1.15"></a> | ||
@@ -8,0 +19,0 @@ ## [0.1.15](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/tree@0.1.14...@hpcc-js/tree@0.1.15) (2018-07-30) |
{ | ||
"name": "@hpcc-js/tree", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "hpcc-js - Viz Tree", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
"watch": "concurrently --kill-others \"npm run compile-es6-watch\" \"npm run bundle-watch\"", | ||
"watch": "run-p compile-es6-watch bundle-watch", | ||
"lint": "tslint --project . src/**/*.ts", | ||
@@ -29,4 +29,4 @@ "docs": "typedoc --options tdoptions.json ." | ||
"dependencies": { | ||
"@hpcc-js/api": "^0.4.12", | ||
"@hpcc-js/common": "^0.8.10", | ||
"@hpcc-js/api": "^0.4.13", | ||
"@hpcc-js/common": "^0.9.0", | ||
"d3-hierarchy": "1.1.4", | ||
@@ -42,3 +42,3 @@ "d3-interpolate": "1.1.5", | ||
"@hpcc-js/bundle": "^0.0.44", | ||
"concurrently": "3.5.1", | ||
"npm-run-all": "4.1.3", | ||
"rimraf": "2.6.2", | ||
@@ -45,0 +45,0 @@ "rollup": "0.58.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
0
1619381
11015
+ Addedd3-array@1.2.4(transitive)
+ Addedd3-collection@1.0.7(transitive)
+ Addedd3-dispatch@1.0.6(transitive)
+ Addedd3-time-format@2.3.0(transitive)
- Removed@hpcc-js/common@0.8.10(transitive)
- Removed@types/d3-drag@1.2.1(transitive)
- Removed@types/d3-selection@1.3.1(transitive)
- Removedcolorbrewer@1.0.0(transitive)
- Removedcommander@2.20.3(transitive)
- Removedd3-array@1.2.1(transitive)
- Removedd3-brush@1.0.4(transitive)
- Removedd3-collection@1.0.4(transitive)
- Removedd3-dispatch@1.0.3(transitive)
- Removedd3-drag@1.2.1(transitive)
- Removedd3-dsv@1.0.8(transitive)
- Removedd3-time-format@2.1.0(transitive)
- Removedd3-zoom@1.7.1(transitive)
- Removedfont-awesome@4.7.0(transitive)
- Removediconv-lite@0.4.24(transitive)
- Removedrw@1.3.3(transitive)
- Removedsafer-buffer@2.1.2(transitive)
Updated@hpcc-js/api@^0.4.13
Updated@hpcc-js/common@^0.9.0