@portal-hq/injected-provider
Advanced tools
Comparing version 0.3.5 to 0.3.6-beta
@@ -27,3 +27,4 @@ "use strict"; | ||
'eth_signTransaction', | ||
'eth_signTypedData', | ||
'eth_signTypedData_v3', | ||
'eth_signTypedData_v4', | ||
'personal_sign', | ||
@@ -249,3 +250,4 @@ ]; | ||
case 'eth_signTransaction': | ||
case 'eth_signTypedData': | ||
case 'eth_signTypedData_v3': | ||
case 'eth_signTypedData_v4': | ||
case 'personal_sign': | ||
@@ -252,0 +254,0 @@ return yield ((_a = this.signer) === null || _a === void 0 ? void 0 : _a.sign({ method, params }, this)); |
@@ -20,3 +20,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
'eth_signTransaction', | ||
'eth_signTypedData', | ||
'eth_signTypedData_v3', | ||
'eth_signTypedData_v4', | ||
'personal_sign', | ||
@@ -242,3 +243,4 @@ ]; | ||
case 'eth_signTransaction': | ||
case 'eth_signTypedData': | ||
case 'eth_signTypedData_v3': | ||
case 'eth_signTypedData_v4': | ||
case 'personal_sign': | ||
@@ -245,0 +247,0 @@ return yield ((_a = this.signer) === null || _a === void 0 ? void 0 : _a.sign({ method, params }, this)); |
{ | ||
"name": "@portal-hq/injected-provider", | ||
"version": "0.3.5", | ||
"version": "0.3.6-beta", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "lib/commonjs/index", | ||
"dependencies": { | ||
"@portal-hq/utils": "^0.3.4" | ||
"@portal-hq/utils": "^0.3.6-beta" | ||
}, | ||
@@ -40,3 +40,4 @@ "devDependencies": { | ||
"webpack-cli": "^4.10.0" | ||
} | ||
}, | ||
"gitHead": "5b85f3c81205059c628653c005a7a0a6bedbe8cb" | ||
} |
@@ -32,3 +32,4 @@ import { | ||
'eth_signTransaction', | ||
'eth_signTypedData', | ||
'eth_signTypedData_v3', | ||
'eth_signTypedData_v4', | ||
'personal_sign', | ||
@@ -308,3 +309,4 @@ ] | ||
case 'eth_signTransaction': | ||
case 'eth_signTypedData': | ||
case 'eth_signTypedData_v3': | ||
case 'eth_signTypedData_v4': | ||
case 'personal_sign': | ||
@@ -311,0 +313,0 @@ return await this.signer?.sign({ method, params }, this) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
404592
2812
Updated@portal-hq/utils@^0.3.6-beta