@dfns/blockchain-integration
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -70,3 +70,3 @@ "use strict"; | ||
if (resp.status.toString().match(/4\d+|5\d+/)) { | ||
throw Error(resp.data.error); | ||
throw new Error(resp.data.error); | ||
} | ||
@@ -73,0 +73,0 @@ return resp; |
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Blockchain integration Kit for DFNS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
22523