@metamask/transaction-controller 62.17.0 → 62.17.1
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 +12 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [62.17.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^36.0.0` to `^36.0.1` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
15
|
+
- Bump `@metamask/gas-fee-controller` from `^26.0.2` to `^26.0.3` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
16
|
+
- Bump `@metamask/network-controller` from `^29.0.0` to `^30.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996))
|
|
17
|
+
- Bump `@metamask/core-backend` from `5.0.0` to `^6.0.0` ([#7993](https://github.com/MetaMask/core/pull/7993))
|
|
18
|
+
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
19
|
+
|
|
10
20
|
## [62.17.0]
|
|
11
21
|
|
|
12
22
|
### Added
|
|
@@ -2164,7 +2174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2164
2174
|
|
|
2165
2175
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2166
2176
|
|
|
2167
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.17.
|
|
2177
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.17.1...HEAD
|
|
2178
|
+
[62.17.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.17.0...@metamask/transaction-controller@62.17.1
|
|
2168
2179
|
[62.17.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.16.0...@metamask/transaction-controller@62.17.0
|
|
2169
2180
|
[62.16.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.15.0...@metamask/transaction-controller@62.16.0
|
|
2170
2181
|
[62.15.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@62.14.0...@metamask/transaction-controller@62.15.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-controller",
|
|
3
|
-
"version": "62.17.
|
|
3
|
+
"version": "62.17.1",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"@ethersproject/contracts": "^5.7.0",
|
|
56
56
|
"@ethersproject/providers": "^5.7.0",
|
|
57
57
|
"@ethersproject/wallet": "^5.7.0",
|
|
58
|
-
"@metamask/accounts-controller": "^36.0.
|
|
58
|
+
"@metamask/accounts-controller": "^36.0.1",
|
|
59
59
|
"@metamask/approval-controller": "^8.0.0",
|
|
60
60
|
"@metamask/base-controller": "^9.0.0",
|
|
61
|
-
"@metamask/controller-utils": "^11.
|
|
62
|
-
"@metamask/core-backend": "
|
|
61
|
+
"@metamask/controller-utils": "^11.19.0",
|
|
62
|
+
"@metamask/core-backend": "^6.0.0",
|
|
63
63
|
"@metamask/eth-query": "^4.0.0",
|
|
64
|
-
"@metamask/gas-fee-controller": "^26.0.
|
|
64
|
+
"@metamask/gas-fee-controller": "^26.0.3",
|
|
65
65
|
"@metamask/messenger": "^0.3.0",
|
|
66
66
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
67
|
-
"@metamask/network-controller": "^
|
|
67
|
+
"@metamask/network-controller": "^30.0.0",
|
|
68
68
|
"@metamask/nonce-tracker": "^6.0.0",
|
|
69
69
|
"@metamask/remote-feature-flag-controller": "^4.0.0",
|
|
70
70
|
"@metamask/rpc-errors": "^7.0.2",
|
|
@@ -92,7 +92,6 @@
|
|
|
92
92
|
"jest": "^29.7.0",
|
|
93
93
|
"jest-environment-jsdom": "^29.7.0",
|
|
94
94
|
"nock": "^13.3.1",
|
|
95
|
-
"sinon": "^9.2.4",
|
|
96
95
|
"ts-jest": "^29.2.5",
|
|
97
96
|
"typedoc": "^0.25.13",
|
|
98
97
|
"typedoc-plugin-missing-exports": "^2.0.0",
|