@metamask/transaction-controller 63.3.0 → 63.3.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 +15 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [63.3.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^37.0.0` to `^37.1.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
15
|
+
- Bump `@metamask/approval-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
16
|
+
- Bump `@metamask/base-controller` from `^9.0.0` to `^9.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
17
|
+
- Bump `@metamask/core-backend` from `^6.2.0` to `^6.2.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
18
|
+
- Bump `@metamask/gas-fee-controller` from `^26.1.0` to `^26.1.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
19
|
+
- Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
20
|
+
- Bump `@metamask/network-controller` from `^30.0.0` to `^30.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
21
|
+
- Bump `@metamask/remote-feature-flag-controller` from `^4.1.0` to `^4.2.0` ([#8317](https://github.com/MetaMask/core/pull/8317))
|
|
22
|
+
|
|
10
23
|
## [63.3.0]
|
|
11
24
|
|
|
12
25
|
### Added
|
|
@@ -2277,7 +2290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
2277
2290
|
|
|
2278
2291
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
2279
2292
|
|
|
2280
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.
|
|
2293
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.1...HEAD
|
|
2294
|
+
[63.3.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.3.0...@metamask/transaction-controller@63.3.1
|
|
2281
2295
|
[63.3.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.2.0...@metamask/transaction-controller@63.3.0
|
|
2282
2296
|
[63.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.1.0...@metamask/transaction-controller@63.2.0
|
|
2283
2297
|
[63.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@63.0.0...@metamask/transaction-controller@63.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/transaction-controller",
|
|
3
|
-
"version": "63.3.
|
|
3
|
+
"version": "63.3.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,18 +55,18 @@
|
|
|
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": "^37.
|
|
59
|
-
"@metamask/approval-controller": "^9.0.
|
|
60
|
-
"@metamask/base-controller": "^9.0.
|
|
58
|
+
"@metamask/accounts-controller": "^37.1.0",
|
|
59
|
+
"@metamask/approval-controller": "^9.0.1",
|
|
60
|
+
"@metamask/base-controller": "^9.0.1",
|
|
61
61
|
"@metamask/controller-utils": "^11.19.0",
|
|
62
|
-
"@metamask/core-backend": "^6.2.
|
|
62
|
+
"@metamask/core-backend": "^6.2.1",
|
|
63
63
|
"@metamask/eth-query": "^4.0.0",
|
|
64
|
-
"@metamask/gas-fee-controller": "^26.1.
|
|
65
|
-
"@metamask/messenger": "^0.
|
|
64
|
+
"@metamask/gas-fee-controller": "^26.1.1",
|
|
65
|
+
"@metamask/messenger": "^1.0.0",
|
|
66
66
|
"@metamask/metamask-eth-abis": "^3.1.1",
|
|
67
|
-
"@metamask/network-controller": "^30.0.
|
|
67
|
+
"@metamask/network-controller": "^30.0.1",
|
|
68
68
|
"@metamask/nonce-tracker": "^6.0.0",
|
|
69
|
-
"@metamask/remote-feature-flag-controller": "^4.
|
|
69
|
+
"@metamask/remote-feature-flag-controller": "^4.2.0",
|
|
70
70
|
"@metamask/rpc-errors": "^7.0.2",
|
|
71
71
|
"@metamask/utils": "^11.9.0",
|
|
72
72
|
"async-mutex": "^0.5.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@babel/runtime": "^7.23.9",
|
|
82
82
|
"@metamask/auto-changelog": "^3.4.4",
|
|
83
83
|
"@metamask/eth-block-tracker": "^15.0.0",
|
|
84
|
-
"@metamask/eth-json-rpc-provider": "^6.0.
|
|
84
|
+
"@metamask/eth-json-rpc-provider": "^6.0.1",
|
|
85
85
|
"@metamask/ethjs-provider-http": "^0.3.0",
|
|
86
86
|
"@ts-bridge/cli": "^0.6.4",
|
|
87
87
|
"@types/bn.js": "^5.1.5",
|