@metamask-previews/keyring-api 17.0.0-d52459b → 17.1.0-157b637

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [17.1.0]
11
+
12
+ ### Added
13
+
14
+ - Add new `SolMethod.Sign{AndSendTransaction,Transaction,Message,In}` methods ([#191](https://github.com/MetaMask/accounts/pull/191))
15
+
16
+ ### Changed
17
+
18
+ - Deprecates `SolMethod.SendAndConfirmTransaction` method ([#191](https://github.com/MetaMask/accounts/pull/191))
19
+
10
20
  ## [17.0.0]
11
21
 
12
22
  ### Added
@@ -519,7 +529,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
519
529
  - SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
520
530
  - Helper functions to create keyring handler in the snap.
521
531
 
522
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.0.0...HEAD
532
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.1.0...HEAD
533
+ [17.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@17.0.0...@metamask/keyring-api@17.1.0
523
534
  [17.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@16.1.0...@metamask/keyring-api@17.0.0
524
535
  [16.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@16.0.0...@metamask/keyring-api@16.1.0
525
536
  [16.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-api@15.0.0...@metamask/keyring-api@16.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-api",
3
- "version": "17.0.0-d52459b",
3
+ "version": "17.1.0-157b637",
4
4
  "description": "MetaMask Keyring API",
5
5
  "keywords": [
6
6
  "metamask",
@@ -56,7 +56,7 @@
56
56
  "@lavamoat/preinstall-always-fail": "^2.1.0",
57
57
  "@metamask/auto-changelog": "^3.4.4",
58
58
  "@metamask/keyring-utils": "2.1.1",
59
- "@ts-bridge/cli": "^0.6.1",
59
+ "@ts-bridge/cli": "^0.6.3",
60
60
  "@types/jest": "^29.5.12",
61
61
  "@types/node": "^20.12.12",
62
62
  "@types/webextension-polyfill": "^0.12.1",