dsd-constants-lib
Advanced tools
Comparing version 3.7.11 to 3.7.12
@@ -8,3 +8,3 @@ /** | ||
return p === null | ||
|| (p && typeof p === "string" && p.length == 42 && p.toLowerCase().startsWith("0x")); | ||
|| (p && typeof p === "string" && (p.length == 42 || p.length == 18 || p.length == 16) && p.toLowerCase().startsWith("0x")); | ||
}, | ||
@@ -11,0 +11,0 @@ // comment: "Integer" |
{ | ||
"name": "dsd-constants-lib", | ||
"version": "3.7.11", | ||
"version": "3.7.12", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "scripts": { |
105232