@dfns/blockchain-integration
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -77,2 +77,3 @@ "use strict"; | ||
// @ts-ignore | ||
console.log("[api-client] generateRequest", { url, ...params }); | ||
const response = await node_fetch_1.default(url, params); | ||
@@ -79,0 +80,0 @@ return await this.parseResponse(response); |
{ | ||
"name": "@dfns/blockchain-integration", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"description": "Blockchain integration Kit for DFNS", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
22596
532