@types/d3-scale-chromatic
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -19,2 +19,6 @@ // Last module patch version validated against: 3.0.0 | ||
/** | ||
* An array of ten categorical colors represented as RGB hexadecimal strings. | ||
*/ | ||
export const schemeObservable10: readonly string[]; | ||
/** | ||
* An array of twelve categorical colors represented as RGB hexadecimal strings. | ||
@@ -21,0 +25,0 @@ */ |
{ | ||
"name": "@types/d3-scale-chromatic", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "TypeScript definitions for d3-scale-chromatic", | ||
@@ -43,4 +43,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-scale-chromatic", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "00838148e2bfd1f1edd218151876681e8249ebf033c79cedcb70213c4d3f2aa8", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "5f5a24a3b0c02b7fa88b0169f2a5e3b4f87588aaa6adfeeec24625d740748355", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Last updated: Wed, 27 Nov 2024 21:33:23 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
27736
453