@metamask-previews/eth-snap-keyring 4.3.2-preview-46bb5ff → 4.3.3-38c4bd5
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 +11 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.3.3]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/snaps-controllers` from `^9.3.0` to `^9.6.0` ([#372](https://github.com/MetaMask/eth-snap-keyring/pull/372), [#389](https://github.com/MetaMask/eth-snap-keyring/pull/389))
|
|
15
|
+
- Bump `@metamask/snaps-sdk` from `^6.1.0` to `^6.4.0` ([#389](https://github.com/MetaMask/eth-snap-keyring/pull/389))
|
|
16
|
+
- Bump `@metamask/utils` from `^9.1.0` to `^9.2.1` ([#385](https://github.com/MetaMask/eth-snap-keyring/pull/385))
|
|
17
|
+
- Bump `@metamask/keyring-api` from `^8.0.1` to `^8.1.0` ([#374](https://github.com/MetaMask/eth-snap-keyring/pull/374), [#376](https://github.com/MetaMask/eth-snap-keyring/pull/376))
|
|
18
|
+
|
|
10
19
|
## [4.3.2]
|
|
11
20
|
|
|
12
21
|
### Changed
|
|
@@ -311,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
311
320
|
|
|
312
321
|
- Initial release.
|
|
313
322
|
|
|
314
|
-
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.
|
|
323
|
+
[Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.3...HEAD
|
|
324
|
+
[4.3.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.2...@metamask/eth-snap-keyring@4.3.3
|
|
315
325
|
[4.3.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.1...@metamask/eth-snap-keyring@4.3.2
|
|
316
326
|
[4.3.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.3.0...@metamask/eth-snap-keyring@4.3.1
|
|
317
327
|
[4.3.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-snap-keyring@4.2.1...@metamask/eth-snap-keyring@4.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-snap-keyring",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3-38c4bd5",
|
|
4
4
|
"description": "Snaps keyring bridge.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@ethereumjs/tx": "^4.2.0",
|
|
29
29
|
"@metamask/eth-sig-util": "^7.0.3",
|
|
30
30
|
"@metamask/keyring-api": "^8.1.0",
|
|
31
|
-
"@metamask/snaps-controllers": "^9.
|
|
32
|
-
"@metamask/snaps-sdk": "^6.
|
|
31
|
+
"@metamask/snaps-controllers": "^9.6.0",
|
|
32
|
+
"@metamask/snaps-sdk": "^6.4.0",
|
|
33
33
|
"@metamask/snaps-utils": "^7.8.0",
|
|
34
34
|
"@metamask/superstruct": "^3.1.0",
|
|
35
35
|
"@metamask/utils": "^9.1.0",
|