@metamask/keyring-api
Advanced tools
Comparing version 17.0.0 to 17.1.0
@@ -10,2 +10,12 @@ # Changelog | ||
## [17.1.0] | ||
### Added | ||
- Add new `SolMethod.Sign{AndSendTransaction,Transaction,Message,In}` methods ([#191](https://github.com/MetaMask/accounts/pull/191)) | ||
### Changed | ||
- Deprecates `SolMethod.SendAndConfirmTransaction` method ([#191](https://github.com/MetaMask/accounts/pull/191)) | ||
## [17.0.0] | ||
@@ -523,3 +533,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.1.0...HEAD | ||
[17.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.0.0...@metamask/keyring-api@17.1.0 | ||
[17.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@16.1.0...@metamask/keyring-api@17.0.0 | ||
@@ -526,0 +537,0 @@ [16.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@16.0.0...@metamask/keyring-api@16.1.0 |
{ | ||
"name": "@metamask/keyring-api", | ||
"version": "17.0.0", | ||
"version": "17.1.0", | ||
"description": "MetaMask Keyring API", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/keyring-utils": "^2.0.0", | ||
"@metamask/keyring-utils": "^2.1.1", | ||
"@metamask/superstruct": "^3.1.0", | ||
@@ -59,3 +59,3 @@ "@metamask/utils": "^11.1.0", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/keyring-utils": "^2.0.0", | ||
"@metamask/keyring-utils": "^2.1.1", | ||
"@ts-bridge/cli": "^0.6.1", | ||
@@ -62,0 +62,0 @@ "@types/jest": "^29.5.12", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
546537
2554