@react-jvectormap/core
Advanced tools
Comparing version
@@ -328,3 +328,3 @@ /// <reference types="jquery" /> | ||
[key: string]: string; | ||
} | number[]; | ||
} | number[] | string[]; | ||
declare type Values = { | ||
@@ -331,0 +331,0 @@ [key: string]: string | number; |
{ | ||
"name": "@react-jvectormap/core", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "> TODO: description", | ||
@@ -40,6 +40,6 @@ "author": "Mor Kadosh <kadoshms@gmail.com>", | ||
"dependencies": { | ||
"@react-jvectormap/lib": "^1.0.2", | ||
"@react-jvectormap/lib": "^1.0.3", | ||
"classnames": "^2.3.1" | ||
}, | ||
"gitHead": "9225acd2432af3d5d5a4922e4dc6f630b30c5743" | ||
"gitHead": "53a4ea6b33d647fef99940b044f140109fec0727" | ||
} |
@@ -352,3 +352,3 @@ import { CSSProperties, MutableRefObject, Ref } from "react"; | ||
type Scale = { [key: string]: string } | number[]; | ||
type Scale = { [key: string]: string } | number[] | string[]; | ||
@@ -355,0 +355,0 @@ type Values = { [key: string]: string | number }; |
300395
0.01%Updated