@ledgerhq/hw-app-cosmos
Advanced tools
Comparing version 6.0.1-typescript.0 to 6.0.1
@@ -149,2 +149,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
response = {}; | ||
return [2 /*return*/, this.foreach(chunks, function (data, j) { | ||
@@ -151,0 +152,0 @@ return _this.transport |
@@ -154,2 +154,3 @@ "use strict"; | ||
} | ||
response = {}; | ||
return [2 /*return*/, this.foreach(chunks, function (data, j) { | ||
@@ -156,0 +157,0 @@ return _this.transport |
{ | ||
"name": "@ledgerhq/hw-app-cosmos", | ||
"version": "6.0.1-typescript.0", | ||
"version": "6.0.1", | ||
"description": "Ledger Hardware Wallet Cosmos Application API", | ||
@@ -30,4 +30,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@ledgerhq/errors": "^6.0.1-typescript.0", | ||
"@ledgerhq/hw-transport": "^6.0.1-typescript.0", | ||
"@ledgerhq/errors": "^6.0.1", | ||
"@ledgerhq/hw-transport": "^6.0.1", | ||
"bip32-path": "^0.4.2" | ||
@@ -39,5 +39,5 @@ }, | ||
"watch": "bash ../../script/watch.sh", | ||
"doc": "bash ../../script/doc-ts.sh" | ||
"doc": "bash ../../script/doc.sh" | ||
}, | ||
"gitHead": "485f271e1f780f5b6a19e42cfcef9a55f1822bf9" | ||
"gitHead": "b09dd31a50b0371d7be5d8d3dfd626fb6478354f" | ||
} |
@@ -164,3 +164,3 @@ /******************************************************************************** | ||
let response: Buffer; | ||
let response: any = {}; | ||
return this.foreach(chunks, (data, j) => | ||
@@ -167,0 +167,0 @@ this.transport |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65354
670
0
Updated@ledgerhq/errors@^6.0.1