@metamask-previews/keyring-snap-sdk 9.1.0-5951828 → 9.2.0-1fa477f

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 +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [9.2.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `keyring_resolveAccountAddress` dispatch to v2 `handleKeyringRequest` ([#585](https://github.com/MetaMask/accounts/pull/585))
13
15
 
16
+ ### Changed
17
+
18
+ - Bump `@metamask/superstruct` from `^3.1.0` to `^3.3.0` ([#580](https://github.com/MetaMask/accounts/pull/580))
19
+
14
20
  ## [9.1.0]
15
21
 
16
22
  ### Added
@@ -198,7 +204,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198
204
  - This new version fixes a bug with CJS re-exports.
199
205
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
200
206
 
201
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@9.1.0...HEAD
207
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@9.2.0...HEAD
208
+ [9.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@9.1.0...@metamask/keyring-snap-sdk@9.2.0
202
209
  [9.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@9.0.2...@metamask/keyring-snap-sdk@9.1.0
203
210
  [9.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@9.0.1...@metamask/keyring-snap-sdk@9.0.2
204
211
  [9.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@9.0.0...@metamask/keyring-snap-sdk@9.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-snap-sdk",
3
- "version": "9.1.0-5951828",
3
+ "version": "9.2.0-1fa477f",
4
4
  "description": "MetaMask Keyring Snap SDK",
5
5
  "keywords": [
6
6
  "keyring",
@@ -66,7 +66,7 @@
66
66
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
67
67
  },
68
68
  "dependencies": {
69
- "@metamask/keyring-api": "23.4.0",
69
+ "@metamask/keyring-api": "23.5.0",
70
70
  "@metamask/keyring-utils": "3.3.1",
71
71
  "@metamask/snaps-sdk": "^11.0.0",
72
72
  "@metamask/superstruct": "^3.3.0",
@@ -77,7 +77,7 @@
77
77
  "@lavamoat/allow-scripts": "^3.2.1",
78
78
  "@lavamoat/preinstall-always-fail": "^2.1.0",
79
79
  "@metamask/auto-changelog": "^6.1.0",
80
- "@metamask/keyring-api": "23.4.0",
80
+ "@metamask/keyring-api": "23.5.0",
81
81
  "@metamask/providers": "^19.0.0",
82
82
  "@ts-bridge/cli": "^0.6.3",
83
83
  "@types/jest": "^29.5.12",