@metamask-previews/gator-permissions-controller 4.2.2-preview-ae00c4c29 → 4.2.3-preview-a511f243f
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 +5 -2
- package/LICENSE +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.2.3]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
|
|
13
|
-
- Bump `@metamask/transaction-controller` from `^68.2.2` to `^
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^68.2.2` to `^69.0.0` ([#9421](https://github.com/MetaMask/core/pull/9421), [#9456](https://github.com/MetaMask/core/pull/9456), [#9470](https://github.com/MetaMask/core/pull/9470))
|
|
14
16
|
|
|
15
17
|
## [4.2.2]
|
|
16
18
|
|
|
@@ -276,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
276
278
|
|
|
277
279
|
- Initial release ([#6033](https://github.com/MetaMask/core/pull/6033))
|
|
278
280
|
|
|
279
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.2.
|
|
281
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.2.3...HEAD
|
|
282
|
+
[4.2.3]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.2.2...@metamask/gator-permissions-controller@4.2.3
|
|
280
283
|
[4.2.2]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.2.1...@metamask/gator-permissions-controller@4.2.2
|
|
281
284
|
[4.2.1]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.2.0...@metamask/gator-permissions-controller@4.2.1
|
|
282
285
|
[4.2.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.1.2...@metamask/gator-permissions-controller@4.2.0
|
package/LICENSE
CHANGED
|
@@ -18,3 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/gator-permissions-controller",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3-preview-a511f243f",
|
|
4
4
|
"description": "Controller for managing gator permissions with profile sync integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
64
64
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
65
65
|
"@metamask/snaps-utils": "^12.1.2",
|
|
66
|
-
"@metamask/transaction-controller": "^
|
|
66
|
+
"@metamask/transaction-controller": "^69.0.0",
|
|
67
67
|
"@metamask/utils": "^11.11.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|