@hpcc-js/c3chart
Advanced tools
Comparing version 0.0.71 to 0.0.72
{ | ||
"name": "@hpcc-js/c3chart", | ||
"version": "0.0.71", | ||
"version": "0.0.72", | ||
"description": "hpcc-js - Viz C3 Charts", | ||
@@ -17,2 +17,3 @@ "main": "dist/index.js", | ||
"compile-es6": "tsc --module es6 --outDir ./lib-es6", | ||
"compile-es6-watch": "npm run compile-es6 -- -w", | ||
"compile-umd": "tsc --module umd --outDir ./lib-umd", | ||
@@ -23,3 +24,3 @@ "bundle": "rollup -c", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
"watch": "concurrently --kill-others \"npm run compile-watch\" \"npm run bundle-watch\"", | ||
"watch": "concurrently --kill-others \"npm run compile-es6-watch\" \"npm run bundle-watch\"", | ||
"lint": "tslint --project . src/**/*.ts", | ||
@@ -29,7 +30,7 @@ "docs": "typedoc --options tdoptions.json ." | ||
"dependencies": { | ||
"@hpcc-js/api": "^0.0.70", | ||
"@hpcc-js/common": "^0.0.70" | ||
"@hpcc-js/api": "^0.0.71", | ||
"@hpcc-js/common": "^0.0.71" | ||
}, | ||
"devDependencies": { | ||
"@hpcc-js/c3-shim": "^0.0.47", | ||
"@hpcc-js/c3-shim": "^0.0.48", | ||
"concurrently": "3.5.0", | ||
@@ -36,0 +37,0 @@ "d3-format": "1.2.0", |
5915387
+ Added@hpcc-js/api@0.0.71(transitive)
+ Added@hpcc-js/common@0.0.71(transitive)
+ Added@hpcc-js/util@0.0.69(transitive)
- Removed@hpcc-js/api@0.0.70(transitive)
- Removed@hpcc-js/common@0.0.70(transitive)
- Removed@hpcc-js/util@0.0.68(transitive)
Updated@hpcc-js/api@^0.0.71
Updated@hpcc-js/common@^0.0.71