@bosonprotocol/eth-connect-sdk
Advanced tools
Comparing version 1.7.1-alpha.9 to 1.7.1-alpha.10
@@ -26,4 +26,4 @@ "use strict"; | ||
getSignerAddress() { | ||
var _a, _b; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
var _a, _b; | ||
if ((_a = this._externalFeatures) === null || _a === void 0 ? void 0 : _a.getSignerAddress) { | ||
@@ -60,4 +60,4 @@ const address = yield ((_b = this._externalFeatures) === null || _b === void 0 ? void 0 : _b.getSignerAddress()); | ||
sendTransaction(transactionRequest) { | ||
var _a, _b, _c, _d; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
var _a, _b, _c, _d; | ||
const from = transactionRequest.from || (yield this.getSignerAddress()); | ||
@@ -64,0 +64,0 @@ const to = transactionRequest.to || "0x"; |
{ | ||
"name": "@bosonprotocol/eth-connect-sdk", | ||
"version": "1.7.1-alpha.9", | ||
"version": "1.7.1-alpha.10", | ||
"description": "Implementation of the Web3LibAdapter interface and contract abstractions targeting eth-connect for the Boson Protocol.", | ||
@@ -34,3 +34,3 @@ "main": "./dist/cjs/index.js", | ||
"dependencies": { | ||
"@bosonprotocol/common": "^1.30.0-alpha.9" | ||
"@bosonprotocol/common": "^1.30.0-alpha.10" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "417843a7efc2d36762ff942f10217c0224be6884" | ||
"gitHead": "25e570435b167078a6d575bc84081e34c74232e4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50911
23
538