@metamask/bridge-status-controller 66.0.0 → 66.0.2
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.
- package/CHANGELOG.md +17 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [66.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/bridge-controller` from `^66.1.0` to `^66.1.1 ([#7910](https://github.com/MetaMask/core/pull/7910))
|
|
15
|
+
|
|
16
|
+
## [66.0.1]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Bump `@metamask/accounts-controller` from `^35.0.2` to `^36.0.0` ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
21
|
+
- Bump `@metamask/bridge-controller` from `^65.3.0` to `^66.1.0` ([#7862](https://github.com/MetaMask/core/pull/7862)), ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
22
|
+
- Bump `@metamask/transaction-controller` from `^62.14.0` to `^62.17.0` ([#7854](https://github.com/MetaMask/core/pull/7854), [#7872](https://github.com/MetaMask/core/pull/7872)), ([#7897](https://github.com/MetaMask/core/pull/7897))
|
|
23
|
+
|
|
10
24
|
## [66.0.0]
|
|
11
25
|
|
|
12
26
|
### Added
|
|
@@ -931,7 +945,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
931
945
|
|
|
932
946
|
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
|
|
933
947
|
|
|
934
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@66.0.
|
|
948
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@66.0.2...HEAD
|
|
949
|
+
[66.0.2]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@66.0.1...@metamask/bridge-status-controller@66.0.2
|
|
950
|
+
[66.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@66.0.0...@metamask/bridge-status-controller@66.0.1
|
|
935
951
|
[66.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@65.0.1...@metamask/bridge-status-controller@66.0.0
|
|
936
952
|
[65.0.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@65.0.0...@metamask/bridge-status-controller@65.0.1
|
|
937
953
|
[65.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@64.4.5...@metamask/bridge-status-controller@65.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/bridge-status-controller",
|
|
3
|
-
"version": "66.0.
|
|
3
|
+
"version": "66.0.2",
|
|
4
4
|
"description": "Manages bridge-related status fetching functionality for MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@metamask/accounts-controller": "^
|
|
51
|
+
"@metamask/accounts-controller": "^36.0.0",
|
|
52
52
|
"@metamask/base-controller": "^9.0.0",
|
|
53
|
-
"@metamask/bridge-controller": "^
|
|
53
|
+
"@metamask/bridge-controller": "^66.1.1",
|
|
54
54
|
"@metamask/controller-utils": "^11.18.0",
|
|
55
55
|
"@metamask/gas-fee-controller": "^26.0.2",
|
|
56
56
|
"@metamask/network-controller": "^29.0.0",
|
|
57
57
|
"@metamask/polling-controller": "^16.0.2",
|
|
58
58
|
"@metamask/snaps-controllers": "^17.2.0",
|
|
59
59
|
"@metamask/superstruct": "^3.1.0",
|
|
60
|
-
"@metamask/transaction-controller": "^62.
|
|
60
|
+
"@metamask/transaction-controller": "^62.17.0",
|
|
61
61
|
"@metamask/utils": "^11.9.0",
|
|
62
62
|
"bignumber.js": "^9.1.2",
|
|
63
63
|
"uuid": "^8.3.2"
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@metamask/auto-changelog": "^3.4.4",
|
|
67
67
|
"@ts-bridge/cli": "^0.6.4",
|
|
68
|
-
"@types/jest": "^
|
|
68
|
+
"@types/jest": "^29.5.14",
|
|
69
69
|
"deepmerge": "^4.2.2",
|
|
70
|
-
"jest": "^
|
|
71
|
-
"jest-environment-jsdom": "^
|
|
70
|
+
"jest": "^29.7.0",
|
|
71
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
72
72
|
"lodash": "^4.17.21",
|
|
73
73
|
"nock": "^13.3.1",
|
|
74
|
-
"ts-jest": "^
|
|
75
|
-
"typedoc": "^0.
|
|
74
|
+
"ts-jest": "^29.2.5",
|
|
75
|
+
"typedoc": "^0.25.13",
|
|
76
76
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
77
77
|
"typescript": "~5.3.3"
|
|
78
78
|
},
|