@hpcc-js/chart
Advanced tools
Comparing version 2.83.3 to 2.83.4
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "2.83.3", | ||
"version": "2.83.4", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -24,3 +24,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"clean": "rimraf lib* types dist *.tsbuildinfo", | ||
"clean": "rimraf --glob lib* types dist *.tsbuildinfo", | ||
"compile-es6": "tsc --module es6 --outDir ./lib-es6", | ||
@@ -42,5 +42,5 @@ "compile-es6-watch": "npm run compile-es6 -- -w", | ||
"dependencies": { | ||
"@hpcc-js/api": "^2.12.17", | ||
"@hpcc-js/common": "^2.71.17", | ||
"@hpcc-js/util": "^2.51.0" | ||
"@hpcc-js/api": "^2.12.18", | ||
"@hpcc-js/common": "^2.71.18", | ||
"@hpcc-js/util": "^2.51.1" | ||
}, | ||
@@ -70,3 +70,3 @@ "devDependencies": { | ||
"d3v4-bullet": "1.0.7", | ||
"tslib": "2.6.2" | ||
"tslib": "2.6.3" | ||
}, | ||
@@ -84,3 +84,3 @@ "repository": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "492a0c771c204bed123cbe0c16a5c7e1cdaaa7f3" | ||
"gitHead": "af1635cb20805f16790f241a2cf2baeb2ba1ad77" | ||
} |
export const PKG_NAME = "@hpcc-js/chart"; | ||
export const PKG_VERSION = "2.83.3"; | ||
export const BUILD_VERSION = "2.105.9"; | ||
export const PKG_VERSION = "2.83.4"; | ||
export const BUILD_VERSION = "2.105.12"; |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.83.3"; | ||
export declare const BUILD_VERSION = "2.105.9"; | ||
export declare const PKG_VERSION = "2.83.4"; | ||
export declare const BUILD_VERSION = "2.105.12"; | ||
//# sourceMappingURL=__package__.d.ts.map |
import { Column } from "./Column"; | ||
import { Pie } from "./Pie"; | ||
import { Table } from "@hpcc-js/dgrid2"; | ||
export { Test3 as Test }; | ||
@@ -8,5 +7,2 @@ export declare class Test3 extends Column { | ||
} | ||
export declare class Test2 extends Table { | ||
constructor(); | ||
} | ||
export declare class Test1 extends Pie { | ||
@@ -13,0 +9,0 @@ constructor(); |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.83.3"; | ||
export declare const BUILD_VERSION = "2.105.9"; | ||
export declare const PKG_VERSION = "2.83.4"; | ||
export declare const BUILD_VERSION = "2.105.12"; | ||
//# sourceMappingURL=__package__.d.ts.map |
import { Column } from "./Column"; | ||
import { Pie } from "./Pie"; | ||
import { Table } from "@hpcc-js/dgrid2"; | ||
export { Test3 as Test }; | ||
@@ -8,5 +7,2 @@ export declare class Test3 extends Column { | ||
} | ||
export declare class Test2 extends Table { | ||
constructor(); | ||
} | ||
export declare class Test1 extends Pie { | ||
@@ -13,0 +9,0 @@ constructor(); |
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 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
4364937
31552
Updated@hpcc-js/api@^2.12.18
Updated@hpcc-js/common@^2.71.18
Updated@hpcc-js/util@^2.51.1