@metamask-previews/keyring-internal-snap-client 10.0.5-1fa477f → 10.0.6-58658de
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 +15 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ 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/keyring-api` from `^23.6.0` to `^23.7.0` ([#604](https://github.com/MetaMask/accounts/pull/604))
|
|
13
|
+
|
|
14
|
+
## [10.0.6]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/keyring-api` from `^23.5.0` to `^23.6.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
19
|
+
- Bump `@metamask/keyring-internal-api` from `^11.0.1` to `^11.0.2` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
20
|
+
- Bump `@metamask/keyring-snap-client` from `^9.2.0` to `^9.2.1` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
21
|
+
- Bump `@metamask/keyring-utils` from `^3.3.1` to `^4.0.0` ([#600](https://github.com/MetaMask/accounts/pull/600))
|
|
22
|
+
|
|
10
23
|
## [10.0.5]
|
|
11
24
|
|
|
12
25
|
### Changed
|
|
@@ -243,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
243
256
|
- This new version fixes a bug with CJS re-exports.
|
|
244
257
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
245
258
|
|
|
246
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.
|
|
259
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.6...HEAD
|
|
260
|
+
[10.0.6]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@10.0.5...@metamask/keyring-internal-snap-client@10.0.6
|
|
247
261
|
[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
|
|
248
262
|
[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
|
|
249
263
|
[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
|
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.6-58658de",
|
|
4
4
|
"description": "MetaMask Keyring Snap internal clients",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"keyring",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@metamask/keyring-api": "23.
|
|
70
|
-
"@metamask/keyring-internal-api": "11.0.
|
|
71
|
-
"@metamask/keyring-snap-client": "9.2.
|
|
72
|
-
"@metamask/keyring-utils": "
|
|
69
|
+
"@metamask/keyring-api": "23.7.0",
|
|
70
|
+
"@metamask/keyring-internal-api": "11.0.2",
|
|
71
|
+
"@metamask/keyring-snap-client": "9.2.1",
|
|
72
|
+
"@metamask/keyring-utils": "4.0.0",
|
|
73
73
|
"@metamask/messenger": "^1.1.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|