@metamask-previews/keyring-internal-snap-client 5.0.0-e017e7a → 6.0.0-3e52ac6
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 +13 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [6.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump `@metamask/keyring-api` from `^19.0.0` to `^20.0.0` ([#347](https://github.com/MetaMask/accounts/pull/347))
|
|
15
|
+
- Add generic account type.
|
|
16
|
+
- **BREAKING:** Bump `@metamask/keyring-snap-client` from `^6.0.0` to `^7.0.0` ([#347](https://github.com/MetaMask/accounts/pull/347))
|
|
17
|
+
- Add generic account type.
|
|
18
|
+
- **BREAKING:** Bump `@metamask/keyring-internal-api` from `^7.0.0` to `^8.0.0` ([#347](https://github.com/MetaMask/accounts/pull/347))
|
|
19
|
+
- Add generic account type.
|
|
20
|
+
|
|
10
21
|
## [5.0.0]
|
|
11
22
|
|
|
12
23
|
### Changed
|
|
@@ -116,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
116
127
|
- This new version fixes a bug with CJS re-exports.
|
|
117
128
|
- Initial release ([#24](https://github.com/MetaMask/accounts/pull/24))
|
|
118
129
|
|
|
119
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@
|
|
130
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@6.0.0...HEAD
|
|
131
|
+
[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
|
|
120
132
|
[5.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.1.0...@metamask/keyring-internal-snap-client@5.0.0
|
|
121
133
|
[4.1.0]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.0.2...@metamask/keyring-internal-snap-client@4.1.0
|
|
122
134
|
[4.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/keyring-internal-snap-client@4.0.1...@metamask/keyring-internal-snap-client@4.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/keyring-internal-snap-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-3e52ac6",
|
|
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": "^7.1.1",
|
|
49
|
-
"@metamask/keyring-api": "
|
|
50
|
-
"@metamask/keyring-internal-api": "
|
|
51
|
-
"@metamask/keyring-snap-client": "
|
|
49
|
+
"@metamask/keyring-api": "20.1.0",
|
|
50
|
+
"@metamask/keyring-internal-api": "8.1.0",
|
|
51
|
+
"@metamask/keyring-snap-client": "7.0.0",
|
|
52
52
|
"@metamask/keyring-utils": "3.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|