ag-charts-react
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.1 | ||
// ag-charts-react v1.1.0 | ||
import { Component, RefObject } from "react"; | ||
@@ -3,0 +3,0 @@ export interface AgChartProps { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.1 | ||
// ag-charts-react v1.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.1 | ||
// ag-charts-react v1.1.0 | ||
export * from './agChartsReact'; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.1 | ||
// ag-charts-react v1.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ function __export(m) { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.1 | ||
// ag-charts-react v1.1.0 | ||
export declare const assignProperties: (to: {}, from: {}) => void; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v1.0.1 | ||
// ag-charts-react v1.1.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "ag-charts-react", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "ag-Charts React Component", | ||
@@ -8,5 +8,6 @@ "main": "main.js", | ||
"scripts": { | ||
"build": "gulp", | ||
"build": "gulp && npm run hash", | ||
"umd": "rollup -c", | ||
"test": "jest --passWithNoTests" | ||
"test": "jest --passWithNoTests", | ||
"hash": "sh ../../scripts/hashDirectory.sh > .hash" | ||
}, | ||
@@ -34,4 +35,4 @@ "repository": { | ||
"devDependencies": { | ||
"ag-charts-community": "~1.0.0", | ||
"@types/jest": "24.0.18", | ||
"ag-charts-community": "~1.1.0", | ||
"@types/jest": "^25.2.1", | ||
"@types/react": "16.9.2", | ||
@@ -49,3 +50,3 @@ "@types/react-dom": "16.9.0", | ||
"gulp-typescript": "^5.0.0", | ||
"jest": "24.8.0", | ||
"jest": "^25.4.0", | ||
"jest-environment-jsdom-fourteen": "0.1.0", | ||
@@ -67,3 +68,3 @@ "jest-watch-typeahead": "0.3.1", | ||
"peerDependencies": { | ||
"ag-charts-community": "~1.0.0", | ||
"ag-charts-community": "~1.1.0", | ||
"react": "^16.3.0", | ||
@@ -70,0 +71,0 @@ "react-dom": "^16.3.0" |
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
19044
14