@metamask/snaps-utils 12.1.2 → 12.1.3
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
|
+
## [12.1.3]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.1.0` ([#3930](https://github.com/MetaMask/snaps/pull/3930), [#3934](https://github.com/MetaMask/snaps/pull/3934))
|
|
15
|
+
- Bump `@metamask/permission-controller` from `^12.2.1` to `^12.3.0` ([#3930](https://github.com/MetaMask/snaps/pull/3930))
|
|
16
|
+
|
|
10
17
|
## [12.1.2]
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -799,7 +806,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
799
806
|
- The version of the package no longer needs to match the version of all other
|
|
800
807
|
MetaMask Snaps packages.
|
|
801
808
|
|
|
802
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.
|
|
809
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.3...HEAD
|
|
810
|
+
[12.1.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.2...@metamask/snaps-utils@12.1.3
|
|
803
811
|
[12.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.1...@metamask/snaps-utils@12.1.2
|
|
804
812
|
[12.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.1.0...@metamask/snaps-utils@12.1.1
|
|
805
813
|
[12.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-utils@12.0.1...@metamask/snaps-utils@12.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/snaps-utils",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.3",
|
|
4
4
|
"description": "A collection of utilities for MetaMask Snaps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"@babel/core": "^7.23.2",
|
|
82
82
|
"@babel/types": "^7.23.0",
|
|
83
83
|
"@metamask/key-tree": "^10.1.1",
|
|
84
|
-
"@metamask/messenger": "^
|
|
85
|
-
"@metamask/permission-controller": "^12.
|
|
84
|
+
"@metamask/messenger": "^1.1.0",
|
|
85
|
+
"@metamask/permission-controller": "^12.3.0",
|
|
86
86
|
"@metamask/rpc-errors": "^7.0.3",
|
|
87
87
|
"@metamask/slip44": "^4.4.0",
|
|
88
88
|
"@metamask/snaps-registry": "^4.0.0",
|