@metamask-previews/bridge-controller 60.1.0-preview-20df3e99 → 60.1.0-preview-62605e1b

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 +0 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ## [60.1.0]
11
11
 
12
- ### Uncategorized
13
-
14
- - Release/671.0.0 ([#7126](https://github.com/MetaMask/core/pull/7126))
15
- - chore: Fix all auto-fixable ESLint warnings ([#7105](https://github.com/MetaMask/core/pull/7105))
16
-
17
12
  ### Added
18
13
 
19
14
  - Added support for bridging and swapping tokens on the Tron blockchain ([#6862](https://github.com/MetaMask/core/pull/6862))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "60.1.0-preview-20df3e99",
3
+ "version": "60.1.0-preview-62605e1b",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -75,7 +75,7 @@
75
75
  "@metamask/remote-feature-flag-controller": "^2.0.0",
76
76
  "@metamask/snaps-controllers": "^14.0.1",
77
77
  "@metamask/superstruct": "^3.1.0",
78
- "@metamask/transaction-controller": "^61.2.0",
78
+ "@metamask/transaction-controller": "^61.3.0",
79
79
  "@ts-bridge/cli": "^0.6.4",
80
80
  "@types/jest": "^27.4.1",
81
81
  "deepmerge": "^4.2.2",