ag-charts-react
Advanced tools
Comparing version 3.3.0 to 4.0.0
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.3.0 | ||
// ag-charts-react v4.0.0 | ||
import { Component, RefObject } from "react"; | ||
@@ -3,0 +3,0 @@ import { AgChartOptions } from "ag-charts-community"; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.3.0 | ||
// ag-charts-react v4.0.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ var __extends = (this && this.__extends) || (function () { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.3.0 | ||
// ag-charts-react v4.0.0 | ||
export * from './agChartsReact'; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.3.0 | ||
// ag-charts-react v4.0.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ function __export(m) { |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.3.0 | ||
// ag-charts-react v4.0.0 | ||
export declare const assignProperties: (to: {}, from: {}) => void; |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v3.3.0 | ||
// ag-charts-react v4.0.0 | ||
"use strict"; | ||
@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "ag-charts-react", | ||
"version": "3.3.0", | ||
"version": "4.0.0", | ||
"description": "AG Charts React Component", | ||
@@ -8,4 +8,4 @@ "main": "main.js", | ||
"scripts": { | ||
"build": "gulp && npm run hash", | ||
"umd": "rollup -c", | ||
"build": "npx gulp && npm run hash", | ||
"umd": "npx rollup -c", | ||
"test": "npx jest --passWithNoTests", | ||
@@ -35,3 +35,3 @@ "hash": "sh ../../scripts/hashDirectory.sh > .hash" | ||
"devDependencies": { | ||
"ag-charts-community": "~3.3.0", | ||
"ag-charts-community": "~4.0.0", | ||
"@types/jest": "^25.2.1", | ||
@@ -67,5 +67,5 @@ "@types/react": "16.9.2", | ||
"peerDependencies": { | ||
"ag-charts-community": "~3.3.0", | ||
"react": "^16.3.0", | ||
"react-dom": "^16.3.0" | ||
"ag-charts-community": "~4.0.0", | ||
"react": "^16.3.0 || ^17.0.0", | ||
"react-dom": "^16.3.0 || ^17.0.0" | ||
}, | ||
@@ -72,0 +72,0 @@ "jest": { |
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
17265