@metamask-previews/shield-controller 5.0.1-preview-6cb7e4bcf → 5.0.2-preview-3685bfb
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 +6 -3
- package/package.json +3 -3
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
|
+
## [5.0.2]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^62.12.0` to `^
|
|
13
|
-
- Bump `@metamask/signature-controller` from `^39.0.1` to `^39.0
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^62.12.0` to `^63.0.0` ([#7802](https://github.com/MetaMask/core/pull/7802), [#7832](https://github.com/MetaMask/core/pull/7832), [#7854](https://github.com/MetaMask/core/pull/7854), [#7872](https://github.com/MetaMask/core/pull/7872), [#7897](https://github.com/MetaMask/core/pull/7897), [#7996](https://github.com/MetaMask/core/pull/7996), [#8005](https://github.com/MetaMask/core/pull/8005), [#8031](https://github.com/MetaMask/core/pull/8031), [#8104](https://github.com/MetaMask/core/pull/8104), [#8140](https://github.com/MetaMask/core/pull/8140), [#8217](https://github.com/MetaMask/core/pull/8217), [#8225](https://github.com/MetaMask/core/pull/8225))
|
|
15
|
+
- Bump `@metamask/signature-controller` from `^39.0.1` to `^39.1.0` ([#7897](https://github.com/MetaMask/core/pull/7897), [#7946](https://github.com/MetaMask/core/pull/7946), [#7996](https://github.com/MetaMask/core/pull/7996), [#8140](https://github.com/MetaMask/core/pull/8140), [#8225](https://github.com/MetaMask/core/pull/8225))
|
|
14
16
|
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
15
17
|
|
|
16
18
|
## [5.0.1]
|
|
@@ -207,7 +209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
207
209
|
|
|
208
210
|
- Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137)
|
|
209
211
|
|
|
210
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.
|
|
212
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.2...HEAD
|
|
213
|
+
[5.0.2]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.1...@metamask/shield-controller@5.0.2
|
|
211
214
|
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.0...@metamask/shield-controller@5.0.1
|
|
212
215
|
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.1.0...@metamask/shield-controller@5.0.0
|
|
213
216
|
[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.0.0...@metamask/shield-controller@4.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/shield-controller",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2-preview-3685bfb",
|
|
4
4
|
"description": "Controller handling shield transaction coverage logic",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@metamask/base-controller": "^9.0.0",
|
|
51
51
|
"@metamask/controller-utils": "^11.19.0",
|
|
52
52
|
"@metamask/messenger": "^0.3.0",
|
|
53
|
-
"@metamask/signature-controller": "^39.0
|
|
54
|
-
"@metamask/transaction-controller": "^
|
|
53
|
+
"@metamask/signature-controller": "^39.1.0",
|
|
54
|
+
"@metamask/transaction-controller": "^63.0.0",
|
|
55
55
|
"@metamask/utils": "^11.9.0",
|
|
56
56
|
"cockatiel": "^3.1.2"
|
|
57
57
|
},
|