@metamask-previews/bridge-status-controller 65.0.1-preview-6dfa4aeba → 65.0.1-preview-5ff83bad8

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 +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
- - Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.13.0` ([#7775](https://github.com/MetaMask/core/pull/7775), [#7802](https://github.com/MetaMask/core/pull/7802))
13
- - Bump `@metamask/bridge-controller` from `^65.1.0` to `^65.2.0` ([#7802](https://github.com/MetaMask/core/pull/7802))
12
+ - **BREAKING** Re-key intent history items and extract intent code into a new IntentManager class
13
+ - Bump `@metamask/transaction-controller` from `^62.11.0` to `^62.14.0` ([#7775](https://github.com/MetaMask/core/pull/7775), [#7802](https://github.com/MetaMask/core/pull/7802), [#7832](https://github.com/MetaMask/core/pull/7832))
14
+ - Bump `@metamask/bridge-controller` from `^65.1.0` to `^65.3.0` ([#7802](https://github.com/MetaMask/core/pull/7802), [#7837](https://github.com/MetaMask/core/pull/7837))
14
15
 
15
16
  ### Fixed
16
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-status-controller",
3
- "version": "65.0.1-preview-6dfa4aeba",
3
+ "version": "65.0.1-preview-5ff83bad8",
4
4
  "description": "Manages bridge-related status fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -50,14 +50,14 @@
50
50
  "dependencies": {
51
51
  "@metamask/accounts-controller": "^35.0.2",
52
52
  "@metamask/base-controller": "^9.0.0",
53
- "@metamask/bridge-controller": "^65.2.0",
53
+ "@metamask/bridge-controller": "^65.3.0",
54
54
  "@metamask/controller-utils": "^11.18.0",
55
55
  "@metamask/gas-fee-controller": "^26.0.2",
56
56
  "@metamask/network-controller": "^29.0.0",
57
57
  "@metamask/polling-controller": "^16.0.2",
58
58
  "@metamask/snaps-controllers": "^17.2.0",
59
59
  "@metamask/superstruct": "^3.1.0",
60
- "@metamask/transaction-controller": "^62.13.0",
60
+ "@metamask/transaction-controller": "^62.14.0",
61
61
  "@metamask/utils": "^11.9.0",
62
62
  "bignumber.js": "^9.1.2",
63
63
  "uuid": "^8.3.2"