@metamask-previews/keyring-snap-sdk 3.1.0-fe8156c → 3.2.0-286566a

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 +13 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.2.0]
11
+
12
+ ### Added
13
+
14
+ - Add support of `discoverAccounts` keyring method ([#266](https://github.com/MetaMask/accounts/pull/266))
15
+
16
+ ### Changed
17
+
18
+ - Use event payload type for `emitSnapKeyringEvent` ([#203](https://github.com/MetaMask/accounts/pull/203))
19
+ - Bump `@metamask/keyring-api` from `^17.2.0` to `^17.4.0` ([#263](https://github.com/MetaMask/accounts/pull/263)), ([#269](https://github.com/MetaMask/accounts/pull/269))
20
+
10
21
  ## [3.1.0]
11
22
 
12
23
  ### Added
@@ -70,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
81
  - This new version fixes a bug with CJS re-exports.
71
82
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
72
83
 
73
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.1.0...HEAD
84
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.2.0...HEAD
85
+ [3.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.1.0...@metamask/keyring-snap-sdk@3.2.0
74
86
  [3.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.0.1...@metamask/keyring-snap-sdk@3.1.0
75
87
  [3.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@3.0.0...@metamask/keyring-snap-sdk@3.0.1
76
88
  [3.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@2.1.2...@metamask/keyring-snap-sdk@3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-snap-sdk",
3
- "version": "3.1.0-fe8156c",
3
+ "version": "3.2.0-286566a",
4
4
  "description": "MetaMask Keyring Snap SDK",
5
5
  "keywords": [
6
6
  "metamask",
@@ -55,7 +55,7 @@
55
55
  "@lavamoat/allow-scripts": "^3.2.1",
56
56
  "@lavamoat/preinstall-always-fail": "^2.1.0",
57
57
  "@metamask/auto-changelog": "^3.4.4",
58
- "@metamask/keyring-api": "17.3.0",
58
+ "@metamask/keyring-api": "17.4.0",
59
59
  "@metamask/providers": "^19.0.0",
60
60
  "@ts-bridge/cli": "^0.6.3",
61
61
  "@types/jest": "^29.5.12",