@types/chartist
Advanced tools
Comparing version 0.9.37 to 0.9.38
@@ -1,2 +0,2 @@ | ||
// Type definitions for Chartist v0.9.8 | ||
// Type definitions for Chartist v0.9.81 | ||
// Project: https://github.com/gionkunz/chartist-js | ||
@@ -81,3 +81,3 @@ // Definitions by: Matt Gibbs <https://github.com/mtgibbs>, Simon Pfeifer <https://github.com/psimonski>, Cassey Lottman <https://github.com/clottman> | ||
labels?: Array<string> | Array<number> | Array<Date>; | ||
series: Array<IChartistSeriesData> | Array<number> | Array<Array<number>>; | ||
series: Array<IChartistSeriesData> | Array<Array<IChartistData>> | Array<number> | Array<Array<number>>; | ||
} | ||
@@ -84,0 +84,0 @@ |
{ | ||
"name": "@types/chartist", | ||
"version": "0.9.37", | ||
"version": "0.9.38", | ||
"description": "TypeScript definitions for Chartist", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "46229aaab4ccf2e7ac360094f5602409a9461b95e2d94182cb9003cac19fc443", | ||
"typesPublisherContentHash": "0d8f140f9aa7c516229786f75232a0190bc1d06ddae914515a7fb9e3e448c827", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 09 Oct 2017 22:01:37 GMT | ||
* Last updated: Thu, 11 Jan 2018 21:51:19 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Chartist |
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
28024