@metamask-previews/keyring-snap-sdk 7.1.0-7d43e97 → 7.1.1-2d9d5c0

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 +4 -4
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
+ ### Changed
11
+
12
+ - Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#422](https://github.com/MetaMask/accounts/pull/422))
13
+
14
+ ## [7.1.1]
15
+
16
+ ### Changed
17
+
18
+ - Bump `@metamask/keyring-api` from `^21.1.0` to `^21.2.0` ([#395](https://github.com/MetaMask/accounts/pull/395))
19
+
10
20
  ## [7.1.0]
11
21
 
12
22
  ### Added
@@ -119,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
119
129
  - This new version fixes a bug with CJS re-exports.
120
130
  - Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
121
131
 
122
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.1.0...HEAD
132
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.1.1...HEAD
133
+ [7.1.1]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.1.0...@metamask/keyring-snap-sdk@7.1.1
123
134
  [7.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@7.0.0...@metamask/keyring-snap-sdk@7.1.0
124
135
  [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@6.0.0...@metamask/keyring-snap-sdk@7.0.0
125
136
  [6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-snap-sdk@5.0.0...@metamask/keyring-snap-sdk@6.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-snap-sdk",
3
- "version": "7.1.0-7d43e97",
3
+ "version": "7.1.1-2d9d5c0",
4
4
  "description": "MetaMask Keyring Snap SDK",
5
5
  "keywords": [
6
6
  "metamask",
@@ -45,9 +45,9 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@metamask/keyring-api": "21.1.0",
48
+ "@metamask/keyring-api": "21.3.0",
49
49
  "@metamask/keyring-utils": "3.1.0",
50
- "@metamask/snaps-sdk": "^9.0.0",
50
+ "@metamask/snaps-sdk": "^10.3.0",
51
51
  "@metamask/superstruct": "^3.1.0",
52
52
  "@metamask/utils": "^11.1.0",
53
53
  "webextension-polyfill": "^0.12.0"
@@ -56,7 +56,7 @@
56
56
  "@lavamoat/allow-scripts": "^3.2.1",
57
57
  "@lavamoat/preinstall-always-fail": "^2.1.0",
58
58
  "@metamask/auto-changelog": "^3.4.4",
59
- "@metamask/keyring-api": "21.1.0",
59
+ "@metamask/keyring-api": "21.3.0",
60
60
  "@metamask/providers": "^19.0.0",
61
61
  "@ts-bridge/cli": "^0.6.3",
62
62
  "@types/jest": "^29.5.12",