forked from MetaMask/template-snap-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Validate snap parameters * Fix formatting * Fix comment * Fix lint * fix lint * Fix typescript version * Add validation * Fix CI * Sig validation * fix snap shasum --------- Co-authored-by: Victor Lopez <[email protected]>
- Loading branch information
Showing
8 changed files
with
32,517 additions
and
3,341 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
"prettier": "^2.7.1", | ||
"prettier-plugin-packagejson": "^2.2.18", | ||
"sharp": "^0.30.7", | ||
"typescript": "^4.7.4" | ||
"typescript": "4.8.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
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 |
---|---|---|
|
@@ -31,9 +31,11 @@ | |
"@metamask/rpc-errors": "^6.1.0", | ||
"@metamask/snaps-types": "^3.0.1", | ||
"@metamask/snaps-ui": "^3.0.1", | ||
"@metamask/snaps-utils": "^5.0.0", | ||
"@metamask/utils": "^8.2.1", | ||
"@noble/ed25519": "^1.6.0", | ||
"buffer": "^6.0.3" | ||
"buffer": "^6.0.3", | ||
"superstruct": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
|
@@ -60,7 +62,7 @@ | |
"rimraf": "^3.0.2", | ||
"through2": "^4.0.2", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^4.7.4" | ||
"typescript": "4.8.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
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
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.