@hpcc-js/tree
Advanced tools
Comparing version 0.0.54 to 0.0.56
{ | ||
"name": "@hpcc-js/tree", | ||
"version": "0.0.54", | ||
"version": "0.0.56", | ||
"description": "hpcc-js - Viz Tree", | ||
@@ -8,17 +8,16 @@ "main": "build/index.js", | ||
"unpkg": "build/index.min.js", | ||
"types": "lib-es6/index.d.ts", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"build/*", | ||
"lib/*", | ||
"types/*", | ||
"src/*.css" | ||
], | ||
"scripts": { | ||
"clean": "rimraf lib* && rimraf build", | ||
"clean": "rimraf lib* && rimraf types && rimraf build", | ||
"compile-es6": "tsc --module es6 --outDir ./lib-es6", | ||
"compile-umd": "tsc --module umd --outDir ./lib-umd", | ||
"bundle-es6": "rollup -c -f es -o build/index.es6.js", | ||
"bundle-umd": "rollup -c -f umd -o build/index.js", | ||
"bundle-watch": "npm run bundle-es6 -- -w", | ||
"bundle": "rollup -c", | ||
"bundle-watch": "npm run bundle -- -w", | ||
"minimize": "uglifyjs build/index.js -c -m --source-map -o build/index.min.js", | ||
"build": "npm run compile-es6 && npm run bundle-es6 && npm run bundle-umd", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"", | ||
@@ -29,4 +28,4 @@ "lint": "tslint --project . src/**/*.ts", | ||
"dependencies": { | ||
"@hpcc-js/api": "^0.0.54", | ||
"@hpcc-js/common": "^0.0.54", | ||
"@hpcc-js/api": "^0.0.56", | ||
"@hpcc-js/common": "^0.0.56", | ||
"d3-hierarchy": "1.1.4", | ||
@@ -33,0 +32,0 @@ "d3-interpolate": "1.1.5", |
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
1739601
18
8
6325
+ Added@hpcc-js/api@0.0.56(transitive)
+ Added@hpcc-js/common@0.0.56(transitive)
+ Added@hpcc-js/util@0.0.54(transitive)
- Removed@hpcc-js/api@0.0.54(transitive)
- Removed@hpcc-js/common@0.0.54(transitive)
- Removed@hpcc-js/util@0.0.52(transitive)
Updated@hpcc-js/api@^0.0.56
Updated@hpcc-js/common@^0.0.56