@metamask-previews/shield-controller 5.0.2-preview-55f73f6ce → 5.1.0-preview-4f74a56

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [5.1.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Expose all public `ShieldController` methods through its messenger ([#8219](https://github.com/MetaMask/core/pull/8219))
@@ -19,7 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
21
 
20
22
  ### Changed
21
23
 
22
- - Bump `@metamask/transaction-controller` from `^63.0.0` to `^63.2.0` ([#8272](https://github.com/MetaMask/core/pull/8272), [#8301](https://github.com/MetaMask/core/pull/8301))
24
+ - Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
25
+ - Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
26
+ - Bump `@metamask/signature-controller` from `^39.1.0` to `^39.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
27
+ - Bump `@metamask/transaction-controller` from `^63.0.0` to `^63.3.1` ([#8272](https://github.com/MetaMask/core/pull/8272), [#8301](https://github.com/MetaMask/core/pull/8301), [#8313](https://github.com/MetaMask/core/pull/8313), [#8317](https://github.com/MetaMask/core/pull/8317))
23
28
 
24
29
  ## [5.0.2]
25
30
 
@@ -223,7 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
223
228
 
224
229
  - Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137)
225
230
 
226
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.2...HEAD
231
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.1.0...HEAD
232
+ [5.1.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.2...@metamask/shield-controller@5.1.0
227
233
  [5.0.2]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.1...@metamask/shield-controller@5.0.2
228
234
  [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.0.0...@metamask/shield-controller@5.0.1
229
235
  [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@4.1.0...@metamask/shield-controller@5.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/shield-controller",
3
- "version": "5.0.2-preview-55f73f6ce",
3
+ "version": "5.1.0-preview-4f74a56",
4
4
  "description": "Controller handling shield transaction coverage logic",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -48,11 +48,11 @@
48
48
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
49
49
  },
50
50
  "dependencies": {
51
- "@metamask/base-controller": "^9.0.0",
51
+ "@metamask/base-controller": "^9.0.1",
52
52
  "@metamask/controller-utils": "^11.19.0",
53
- "@metamask/messenger": "^0.3.0",
54
- "@metamask/signature-controller": "^39.1.0",
55
- "@metamask/transaction-controller": "^63.2.0",
53
+ "@metamask/messenger": "^1.0.0",
54
+ "@metamask/signature-controller": "^39.1.1",
55
+ "@metamask/transaction-controller": "^63.3.1",
56
56
  "@metamask/utils": "^11.9.0",
57
57
  "cockatiel": "^3.1.2"
58
58
  },