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

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 +10 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ 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
+
14
+ ## [71.0.0]
15
+
10
16
  ### Added
11
17
 
12
18
  - **BREAKING:** Add `quickBuy` and `dappSwap` FeatureIds for external swap quote consumers ([#8598](https://github.com/MetaMask/core/pull/8598))
@@ -18,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
24
  - **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
25
  - **BREAKING:** `getRequestParams` now takes a second positional argument `tokenSecurityTypeDestination: string \| null` ([#8595](https://github.com/MetaMask/core/pull/8595))
20
26
  - 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))
27
+ - 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))
28
+ - Bump `@metamask/assets-controllers` from `^104.3.0` to `^105.0.0` ([#8622](https://github.com/MetaMask/core/pull/8622))
22
29
 
23
30
  ## [70.2.0]
24
31
 
@@ -1389,7 +1396,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1389
1396
 
1390
1397
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1391
1398
 
1392
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.2.0...HEAD
1399
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@71.0.0...HEAD
1400
+ [71.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.2.0...@metamask/bridge-controller@71.0.0
1393
1401
  [70.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.1.1...@metamask/bridge-controller@70.2.0
1394
1402
  [70.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@70.1.0...@metamask/bridge-controller@70.1.1
1395
1403
  [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-ae9b6b322",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -58,13 +58,13 @@
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
70
  "@metamask/network-controller": "^30.0.1",