@hpcc-js/common
Advanced tools
Comparing version 2.16.3 to 2.16.4
@@ -6,2 +6,15 @@ # Change Log | ||
## [2.16.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.2...@hpcc-js/common@2.16.4) (2019-04-05) | ||
## 2.6.3 (2019-04-02) | ||
**Note:** Version bump only for package @hpcc-js/common | ||
## [2.16.3](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/common@2.16.2...@hpcc-js/common@2.16.3) (2019-04-02) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@hpcc-js/common", | ||
"version": "2.16.3", | ||
"version": "2.16.4", | ||
"description": "hpcc-js - Viz Common", | ||
@@ -31,3 +31,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/util": "^2.6.3", | ||
"@hpcc-js/util": "^2.6.4", | ||
"@types/d3-array": "1.2.6", | ||
@@ -50,3 +50,3 @@ "@types/d3-brush": "1.0.10", | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^2.7.0", | ||
"@hpcc-js/bundle": "^2.8.0", | ||
"colorbrewer": "1.0.0", | ||
@@ -80,5 +80,5 @@ "cpx": "1.5.0", | ||
"tslib": "1.9.3", | ||
"tslint": "5.14.0", | ||
"tslint": "5.15.0", | ||
"typedoc": "0.14.2", | ||
"typescript": "3.3.3" | ||
"typescript": "3.4.1" | ||
}, | ||
@@ -96,3 +96,3 @@ "repository": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "e564023ac26534ed52790bf25b4720a63e691de5" | ||
"gitHead": "00acf8f3c00d47cfb0b5c1cfff1c44fc6500ad4b" | ||
} |
export declare const PKG_NAME = "@hpcc-js/common"; | ||
export declare const PKG_VERSION = "2.16.3"; | ||
export declare const BUILD_VERSION = "2.6.3"; | ||
export declare const PKG_VERSION = "2.16.4"; | ||
export declare const BUILD_VERSION = "2.6.4"; | ||
//# sourceMappingURL=__package__.d.ts.map |
@@ -35,2 +35,3 @@ export declare class SelectionBase { | ||
export declare function faCode(key: any): any; | ||
export declare function removeHTMLFromString(str: string, div?: HTMLDivElement): string; | ||
export declare function templateFields(tpl: string): string[]; | ||
@@ -76,3 +77,2 @@ export declare function template(tpl: string, _args: any): string; | ||
}; | ||
export declare function removeHTMLFromString(str: string, div?: HTMLDivElement): string; | ||
//# sourceMappingURL=Utility.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
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
5439870
30728
Updated@hpcc-js/util@^2.6.4