Comparing version 0.2.3 to 0.2.4
@@ -89,2 +89,5 @@ /** | ||
switch (n.constructor) { | ||
case Buffer: | ||
h = n.toString("hex"); | ||
break; | ||
case Object: | ||
@@ -91,0 +94,0 @@ h = this.encode_hex(JSON.stringify(n)); |
{ | ||
"name": "augur-abi", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Contract ABI serialization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1067018
21413