@metamask-previews/bridge-controller 12.0.0-preview-c7dcfd5a → 13.0.0-preview-20c091f4

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 +5 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [13.0.0]
11
+
10
12
  ### Changed
11
13
 
12
- - **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.19.0` to `^11.10.0` ([#5611](https://github.com/MetaMask/core/pull/5611))
13
- - Bump `@metamask/snaps-utils` dependency from `^8.10.0` to `^9.2.0` ([#5611](https://github.com/MetaMask/core/pull/5611))
14
+ - **BREAKING:** Bump `@metamask/transaction-controller` peer dependency to `^54.0.0` ([#5615](https://github.com/MetaMask/core/pull/5615))
14
15
 
15
16
  ## [12.0.0]
16
17
 
@@ -120,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120
121
 
121
122
  - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
122
123
 
123
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@12.0.0...HEAD
124
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@13.0.0...HEAD
125
+ [13.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@12.0.0...@metamask/bridge-controller@13.0.0
124
126
  [12.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@11.0.0...@metamask/bridge-controller@12.0.0
125
127
  [11.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@10.0.0...@metamask/bridge-controller@11.0.0
126
128
  [10.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@9.0.0...@metamask/bridge-controller@10.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/bridge-controller",
3
- "version": "12.0.0-preview-c7dcfd5a",
3
+ "version": "13.0.0-preview-20c091f4",
4
4
  "description": "Manages bridge-related quote fetching functionality for MetaMask",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -58,7 +58,7 @@
58
58
  "@metamask/metamask-eth-abis": "^3.1.1",
59
59
  "@metamask/multichain-network-controller": "^0.3.0",
60
60
  "@metamask/polling-controller": "^13.0.0",
61
- "@metamask/snaps-utils": "^9.2.0",
61
+ "@metamask/snaps-utils": "^8.10.0",
62
62
  "@metamask/utils": "^11.2.0"
63
63
  },
64
64
  "devDependencies": {
@@ -66,9 +66,9 @@
66
66
  "@metamask/auto-changelog": "^3.4.4",
67
67
  "@metamask/eth-json-rpc-provider": "^4.1.8",
68
68
  "@metamask/network-controller": "^23.2.0",
69
- "@metamask/snaps-controllers": "^11.2.0",
69
+ "@metamask/snaps-controllers": "^9.19.0",
70
70
  "@metamask/superstruct": "^3.1.0",
71
- "@metamask/transaction-controller": "^53.0.0",
71
+ "@metamask/transaction-controller": "^54.0.0",
72
72
  "@types/jest": "^27.4.1",
73
73
  "deepmerge": "^4.2.2",
74
74
  "jest": "^27.5.1",
@@ -83,8 +83,8 @@
83
83
  "peerDependencies": {
84
84
  "@metamask/accounts-controller": "^27.0.0",
85
85
  "@metamask/network-controller": "^23.0.0",
86
- "@metamask/snaps-controllers": "^11.0.0",
87
- "@metamask/transaction-controller": "^53.0.0"
86
+ "@metamask/snaps-controllers": "^9.19.0",
87
+ "@metamask/transaction-controller": "^54.0.0"
88
88
  },
89
89
  "engines": {
90
90
  "node": "^18.18 || >=20"