ag-charts-react
Advanced tools
Comparing version 6.2.1 to 7.0.0
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v6.2.1 | ||
// ag-charts-react v7.0.0 | ||
import { Component, RefObject } from "react"; | ||
@@ -3,0 +3,0 @@ import { AgChartOptions } from "ag-charts-community"; |
@@ -1,4 +0,5 @@ | ||
// ag-charts-react v6.2.1 | ||
// ag-charts-react v7.0.0 | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AgChartsReact = void 0; | ||
const react_1 = require("react"); | ||
@@ -5,0 +6,0 @@ const PropTypes = require("prop-types"); |
@@ -1,2 +0,2 @@ | ||
// ag-charts-react v6.2.1 | ||
// ag-charts-react v7.0.0 | ||
export * from './agChartsReact'; |
@@ -1,7 +0,14 @@ | ||
// ag-charts-react v6.2.1 | ||
// ag-charts-react v7.0.0 | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./agChartsReact")); | ||
__exportStar(require("./agChartsReact"), exports); |
{ | ||
"name": "ag-charts-react", | ||
"version": "6.2.1", | ||
"version": "7.0.0", | ||
"description": "AG Charts React Component", | ||
@@ -36,3 +36,3 @@ "main": "main.js", | ||
"devDependencies": { | ||
"ag-charts-community": "~6.2.1", | ||
"ag-charts-community": "~7.0.0", | ||
"@types/jest": "^25.2.1", | ||
@@ -64,3 +64,3 @@ "@types/react": "16.9.2", | ||
"tslib": "^1.10.0", | ||
"typescript": "3.6.3", | ||
"typescript": "~4.0.8", | ||
"vinyl-source-stream": "^2.0.0", | ||
@@ -70,3 +70,3 @@ "rimraf": "3.0.2" | ||
"peerDependencies": { | ||
"ag-charts-community": "~6.2.1", | ||
"ag-charts-community": "~7.0.0", | ||
"react": "^16.3.0 || ^17.0.0 || ^18.0.0", | ||
@@ -73,0 +73,0 @@ "react-dom": "^16.3.0 || ^17.0.0 || ^18.0.0" |
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
14833
100