@hpcc-js/chart
Advanced tools
Comparing version 2.27.8 to 2.27.9
@@ -6,2 +6,14 @@ # Change Log | ||
## [2.27.9](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.27.9) (2020-04-17) | ||
## 2.15.7 (2020-04-11) | ||
**Note:** Version bump only for package @hpcc-js/chart | ||
## [2.27.8](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.27.8) (2020-04-11) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "2.27.8", | ||
"version": "2.27.9", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
"build": "npm run compile-es6 && npm run bundle", | ||
"watch": "run-p compile-es6-watch bundle-watch", | ||
"watch": "npm-run-all compile-es6 -p compile-es6-watch bundle-watch", | ||
"stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js", | ||
@@ -31,8 +31,8 @@ "lint": "tslint --project . src/**/*.ts", | ||
"dependencies": { | ||
"@hpcc-js/api": "^2.8.16", | ||
"@hpcc-js/common": "^2.22.5", | ||
"@hpcc-js/util": "^2.11.5" | ||
"@hpcc-js/api": "^2.8.17", | ||
"@hpcc-js/common": "^2.23.0", | ||
"@hpcc-js/util": "^2.12.0" | ||
}, | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^2.10.11", | ||
"@hpcc-js/bundle": "^2.10.12", | ||
"@types/d3-shape": "1", | ||
@@ -84,3 +84,3 @@ "@types/d3-transition": "1.1.4", | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "5d68ea9f061ad7185d45f340a77d7d781741c70b" | ||
"gitHead": "212b17569598d7b16f5f8050800f4beb79a22450" | ||
} |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.27.8"; | ||
export declare const BUILD_VERSION = "2.15.8"; | ||
export declare const PKG_VERSION = "2.27.9"; | ||
export declare const BUILD_VERSION = "2.15.9"; | ||
//# sourceMappingURL=__package__.d.ts.map |
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
3574207
Updated@hpcc-js/api@^2.8.17
Updated@hpcc-js/common@^2.23.0
Updated@hpcc-js/util@^2.12.0