@metamask-previews/bridge-controller 70.2.0-preview-8daaa5a40 → 71.0.0-preview-d8ff44d

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 +11 -2
  2. package/package.json +5 -5
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
+ ### Changed
11
+
12
+ - Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
13
+ - Bump `@metamask/network-controller` from `^30.0.1` to `^30.1.0` ([#8636](https://github.com/MetaMask/core/pull/8636))
14
+
15
+ ## [71.0.0]
16
+
10
17
  ### Added
11
18
 
12
19
  - **BREAKING:** Add `quickBuy` and `dappSwap` FeatureIds for external swap quote consumers ([#8598](https://github.com/MetaMask/core/pull/8598))
@@ -18,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
25
  - **BREAKING:** Add required `token_security_type_destination: string \| null` to `RequestParams`, `RequiredEventContextFromClient[InputSourceDestinationSwitched]`, and the `context` arg of `updateBridgeQuoteRequestParams`; emitted on every analytics event that includes `token_address_destination` ([#8595](https://github.com/MetaMask/core/pull/8595))
19
26
  - **BREAKING:** `getRequestParams` now takes a second positional argument `tokenSecurityTypeDestination: string \| null` ([#8595](https://github.com/MetaMask/core/pull/8595))
20
27
  - Bump `@metamask/transaction-controller` from `^64.3.0` to `^65.0.0` ([#8585](https://github.com/MetaMask/core/pull/8585), [#8613](https://github.com/MetaMask/core/pull/8613))
21
- - Bump `@metamask/assets-controller` from `^6.1.0` to `^6.2.0` ([#8590](https://github.com/MetaMask/core/pull/8590))
28
+ - Bump `@metamask/assets-controller` from `^6.1.0` to `^6.2.1` ([#8590](https://github.com/MetaMask/core/pull/8590), [#8622](https://github.com/MetaMask/core/pull/8622))
29
+ - Bump `@metamask/assets-controllers` from `^104.3.0` to `^105.0.0` ([#8622](https://github.com/MetaMask/core/pull/8622))
22
30
 
23
31
  ## [70.2.0]
24
32
 
@@ -1389,7 +1397,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1389
1397
 
1390
1398
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1391
1399
 
1392
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.2.0...HEAD
1400
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@71.0.0...HEAD
1401
+ [71.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.2.0...@metamask/bridge-controller@71.0.0
1393
1402
  [70.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.1.1...@metamask/bridge-controller@70.2.0
1394
1403
  [70.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.1.0...@metamask/bridge-controller@70.1.1
1395
1404
  [70.1.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.0.1...@metamask/bridge-controller@70.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "70.2.0-preview-8daaa5a40",
3
+ "version": "71.0.0-preview-d8ff44d",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -58,16 +58,16 @@
58
58
  "@ethersproject/contracts": "^5.7.0",
59
59
  "@ethersproject/providers": "^5.7.0",
60
60
  "@metamask/accounts-controller": "^37.2.0",
61
- "@metamask/assets-controller": "^6.2.0",
62
- "@metamask/assets-controllers": "^104.3.0",
61
+ "@metamask/assets-controller": "^6.2.1",
62
+ "@metamask/assets-controllers": "^105.0.0",
63
63
  "@metamask/base-controller": "^9.1.0",
64
64
  "@metamask/controller-utils": "^11.20.0",
65
65
  "@metamask/gas-fee-controller": "^26.1.1",
66
66
  "@metamask/keyring-api": "^23.0.1",
67
- "@metamask/messenger": "^1.1.1",
67
+ "@metamask/messenger": "^1.2.0",
68
68
  "@metamask/metamask-eth-abis": "^3.1.1",
69
69
  "@metamask/multichain-network-controller": "^3.0.6",
70
- "@metamask/network-controller": "^30.0.1",
70
+ "@metamask/network-controller": "^30.1.0",
71
71
  "@metamask/polling-controller": "^16.0.4",
72
72
  "@metamask/profile-sync-controller": "^28.0.2",
73
73
  "@metamask/remote-feature-flag-controller": "^4.2.0",