-
-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into test-bytes-0x
- Loading branch information
Showing
7 changed files
with
187 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v14 | ||
v18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@metamask/eth-sig-util", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "A few useful functions for signing ethereum data", | ||
"keywords": [ | ||
"ethereum", | ||
|
@@ -26,10 +26,10 @@ | |
"files": [ | ||
"dist", | ||
"!__snapshots__", | ||
"!*.test.js", | ||
"!*.test.js.map", | ||
"!*.test.ts", | ||
"!*.test.d.ts" | ||
"!**/*.test.js", | ||
"!**/*.test.js.map", | ||
"!**/*.test.ts", | ||
"!**/*.test.d.ts" | ||
], | ||
"scripts": { | ||
"build": "tsc --project .", | ||
|
@@ -44,12 +44,10 @@ | |
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"@ethereumjs/util": "^8.0.6", | ||
"@metamask/abi-utils": "^1.2.0", | ||
"@metamask/utils": "^5.0.2", | ||
"bn.js": "^4.12.0", | ||
"ethereum-cryptography": "^2.0.0", | ||
"ethjs-util": "^0.1.6", | ||
"@ethereumjs/util": "^8.1.0", | ||
"@metamask/abi-utils": "^2.0.2", | ||
"@metamask/utils": "^8.1.0", | ||
"ethereum-cryptography": "^2.1.2", | ||
"tweetnacl": "^1.0.3", | ||
"tweetnacl-util": "^0.15.1" | ||
}, | ||
|
@@ -60,9 +58,8 @@ | |
"@metamask/eslint-config-jest": "^11.1.0", | ||
"@metamask/eslint-config-nodejs": "^11.1.0", | ||
"@metamask/eslint-config-typescript": "^11.1.0", | ||
"@types/bn.js": "^4.11.6", | ||
"@types/jest": "^27.0.6", | ||
"@types/node": "^14.14.25", | ||
"@types/node": "^16.18.50", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"ajv": "^8.11.0", | ||
|
@@ -83,7 +80,7 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=14.0.0" | ||
"node": "^16.20 || ^18.16 || >=20" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.