@metamask-previews/keyring-internal-snap-client 7.1.0-9fbf2ff → 7.2.0-7d43e97
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.
- package/CHANGELOG.md +10 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [7.2.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-api` from `^21.0.0` to `^21.1.0` ([#388](https://github.com/MetaMask/accounts/pull/388))
|
|
15
|
+
- Bump `@metamask/keyring-snap-client` from `^8.0.0` to `^8.1.0` ([#388](https://github.com/MetaMask/accounts/pull/388))
|
|
16
|
+
- Bump `@metamask/keyring-internal-api` from `^9.0.0` to `^9.1.0` ([#388](https://github.com/MetaMask/accounts/pull/388))
|
|
17
|
+
|
|
10
18
|
## [7.1.0]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -139,7 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
139
147
|
- This new version fixes a bug with CJS re-exports.
|
|
140
148
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
141
149
|
|
|
142
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.
|
|
150
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.2.0...HEAD
|
|
151
|
+
[7.2.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.1.0...@metamask/keyring-internal-snap-client@7.2.0
|
|
143
152
|
[7.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@7.0.0...@metamask/keyring-internal-snap-client@7.1.0
|
|
144
153
|
[7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@6.0.0...@metamask/keyring-internal-snap-client@7.0.0
|
|
145
154
|
[6.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@5.0.0...@metamask/keyring-internal-snap-client@6.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-internal-snap-client",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.0-7d43e97",
|
|
4
4
|
"description": "MetaMask Keyring Snap internal clients",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"metamask",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@metamask/base-controller": "^8.3.0",
|
|
49
|
-
"@metamask/keyring-api": "21.
|
|
50
|
-
"@metamask/keyring-internal-api": "9.
|
|
51
|
-
"@metamask/keyring-snap-client": "8.
|
|
49
|
+
"@metamask/keyring-api": "21.1.0",
|
|
50
|
+
"@metamask/keyring-internal-api": "9.1.0",
|
|
51
|
+
"@metamask/keyring-snap-client": "8.1.0",
|
|
52
52
|
"@metamask/keyring-utils": "3.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|