@metamask-previews/bridge-controller 77.6.0-preview-e0e795054 → 77.7.0-preview-064aea96d

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 +7 -3
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [77.7.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - Add `BottomNavBar` value to `MetaMetricsSwapsEventSource` for attributing swap and bridge flows to the bottom navigation bar entry point ([#9551](https://github.com/MetaMask/core/pull/9551))
13
15
 
14
16
  ### Changed
15
17
 
16
- - Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.2.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589))
17
- - Bump `@metamask/assets-controller` from `^11.0.0` to `^11.1.0` ([#9579](https://github.com/MetaMask/core/pull/9579))
18
+ - Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.2.1` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593))
19
+ - Bump `@metamask/assets-controller` from `^11.0.0` to `^11.1.1` ([#9579](https://github.com/MetaMask/core/pull/9579), [#9593](https://github.com/MetaMask/core/pull/9593))
20
+ - Bump `@metamask/assets-controllers` from `^109.4.1` to `^110.0.0` ([#9593](https://github.com/MetaMask/core/pull/9593))
18
21
 
19
22
  ### Fixed
20
23
 
@@ -1780,7 +1783,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1780
1783
 
1781
1784
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
1782
1785
 
1783
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.6.0...HEAD
1786
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.7.0...HEAD
1787
+ [77.7.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.6.0...@metamask/bridge-controller@77.7.0
1784
1788
  [77.6.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.5.0...@metamask/bridge-controller@77.6.0
1785
1789
  [77.5.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.4.1...@metamask/bridge-controller@77.5.0
1786
1790
  [77.4.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@77.4.0...@metamask/bridge-controller@77.4.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "77.6.0-preview-e0e795054",
3
+ "version": "77.7.0-preview-064aea96d",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -60,8 +60,8 @@
60
60
  "@ethersproject/contracts": "^5.7.0",
61
61
  "@ethersproject/providers": "^5.7.0",
62
62
  "@metamask/accounts-controller": "^39.0.5",
63
- "@metamask/assets-controller": "^11.1.0",
64
- "@metamask/assets-controllers": "^109.4.1",
63
+ "@metamask/assets-controller": "^11.1.1",
64
+ "@metamask/assets-controllers": "^110.0.0",
65
65
  "@metamask/base-controller": "^9.1.0",
66
66
  "@metamask/controller-utils": "^12.3.0",
67
67
  "@metamask/gas-fee-controller": "^26.2.4",
@@ -74,7 +74,7 @@
74
74
  "@metamask/profile-sync-controller": "^28.3.0",
75
75
  "@metamask/remote-feature-flag-controller": "^4.2.2",
76
76
  "@metamask/snaps-controllers": "^19.0.0",
77
- "@metamask/transaction-controller": "^69.2.0",
77
+ "@metamask/transaction-controller": "^69.2.1",
78
78
  "@metamask/utils": "^11.11.0",
79
79
  "bignumber.js": "^9.1.2",
80
80
  "reselect": "^5.1.1",
@@ -85,13 +85,13 @@
85
85
  "@metamask/eth-json-rpc-provider": "^6.0.1",
86
86
  "@metamask/superstruct": "^3.1.0",
87
87
  "@ts-bridge/cli": "^0.6.4",
88
- "@types/jest": "^29.5.14",
88
+ "@types/jest": "^30.0.0",
89
89
  "deepmerge": "^4.2.2",
90
- "jest": "^29.7.0",
91
- "jest-environment-jsdom": "^29.7.0",
90
+ "jest": "^30.4.2",
91
+ "jest-environment-jsdom": "^30.4.1",
92
92
  "lodash": "^4.17.21",
93
93
  "nock": "^13.3.1",
94
- "ts-jest": "^29.2.5",
94
+ "ts-jest": "^29.4.11",
95
95
  "tsx": "^4.20.5",
96
96
  "typedoc": "^0.25.13",
97
97
  "typedoc-plugin-missing-exports": "^2.0.0",