@metamask-previews/keyring-internal-snap-client 10.0.4-5951828 → 10.0.5-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.
- package/CHANGELOG.md +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [10.0.5]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/keyring-api` from `^23.4.0` to `^23.5.0` ([#587](https://github.com/MetaMask/accounts/pull/587))
|
|
15
|
+
- Bump `@metamask/keyring-snap-client` from `^9.1.0` to `^9.2.0` ([#587](https://github.com/MetaMask/accounts/pull/587))
|
|
16
|
+
|
|
10
17
|
## [10.0.4]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -236,7 +243,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
236
243
|
- This new version fixes a bug with CJS re-exports.
|
|
237
244
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
238
245
|
|
|
239
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.
|
|
246
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.5...HEAD
|
|
247
|
+
[10.0.5]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.4...@metamask/keyring-internal-snap-client@10.0.5
|
|
240
248
|
[10.0.4]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.3...@metamask/keyring-internal-snap-client@10.0.4
|
|
241
249
|
[10.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.2...@metamask/keyring-internal-snap-client@10.0.3
|
|
242
250
|
[10.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.1...@metamask/keyring-internal-snap-client@10.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-internal-snap-client",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.5-1fa477f",
|
|
4
4
|
"description": "MetaMask Keyring Snap internal clients",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"keyring",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@metamask/keyring-api": "23.
|
|
69
|
+
"@metamask/keyring-api": "23.5.0",
|
|
70
70
|
"@metamask/keyring-internal-api": "11.0.1",
|
|
71
|
-
"@metamask/keyring-snap-client": "9.
|
|
71
|
+
"@metamask/keyring-snap-client": "9.2.0",
|
|
72
72
|
"@metamask/keyring-utils": "3.3.1",
|
|
73
73
|
"@metamask/messenger": "^1.1.1"
|
|
74
74
|
},
|