@hpcc-js/chart
Advanced tools
Comparing version 0.0.56 to 0.0.58
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "0.0.56", | ||
"version": "0.0.58", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -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,6 +28,6 @@ "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", | ||
"@hpcc-js/d3-bullet": "^1.0.2", | ||
"@hpcc-js/util": "^0.0.52", | ||
"@hpcc-js/util": "^0.0.54", | ||
"d3-array": "1.2.1", | ||
@@ -35,0 +34,0 @@ "d3-axis": "1.0.8", |
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
2569449
32
10
9281
+ 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
Updated@hpcc-js/util@^0.0.54