@metamask/eth-sig-util
Advanced tools
Comparing version 8.1.2 to 8.2.0
export * from './personal-sign'; | ||
export * from './sign-typed-data'; | ||
export * from './encryption'; | ||
export * from './sign-eip7702-authorization'; | ||
export { concatSig, normalize } from './utils'; |
@@ -21,2 +21,3 @@ "use strict"; | ||
__exportStar(require("./encryption"), exports); | ||
__exportStar(require("./sign-eip7702-authorization"), exports); | ||
var utils_1 = require("./utils"); | ||
@@ -23,0 +24,0 @@ Object.defineProperty(exports, "concatSig", { enumerable: true, get: function () { return utils_1.concatSig; } }); |
{ | ||
"name": "@metamask/eth-sig-util", | ||
"version": "8.1.2", | ||
"version": "8.2.0", | ||
"description": "A few useful functions for signing ethereum data", | ||
@@ -47,2 +47,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ethereumjs/rlp": "^4.0.1", | ||
"@ethereumjs/util": "^8.1.0", | ||
@@ -49,0 +50,0 @@ "@metamask/abi-utils": "^3.0.0", |
Sorry, the diff of this file is not supported yet
144201
21
1592
7
+ Added@ethereumjs/rlp@^4.0.1