@metamask-previews/transaction-controller 14.0.0-preview.885fefd → 15.0.0-preview.017f5c1
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 +8 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [15.0.0]
|
|
10
|
+
### Changed
|
|
11
|
+
- **BREAKING:** Bump dependency and peer dependency on `@metamask/network-controller` to ^15.0.0
|
|
12
|
+
- Bump dependency on `@metamask/rpc-errors` to ^6.1.0 ([#1653](https://github.com/MetaMask/core/pull/1653))
|
|
13
|
+
- Bump dependency and peer dependency on `@metamask/approval-controller` to ^4.0.1
|
|
14
|
+
|
|
9
15
|
## [14.0.0]
|
|
10
16
|
### Added
|
|
11
17
|
- **BREAKING:** Add required `getPermittedAccounts` argument to constructor, used to validate `from` addresses ([#1722](https://github.com/MetaMask/core/pull/1722))
|
|
@@ -237,7 +243,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
237
243
|
|
|
238
244
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
239
245
|
|
|
240
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@
|
|
246
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@15.0.0...HEAD
|
|
247
|
+
[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@14.0.0...@metamask/transaction-controller@15.0.0
|
|
241
248
|
[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@13.0.0...@metamask/transaction-controller@14.0.0
|
|
242
249
|
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@12.0.0...@metamask/transaction-controller@13.0.0
|
|
243
250
|
[12.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@11.1.0...@metamask/transaction-controller@12.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/transaction-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.0-preview.017f5c1",
|
|
4
4
|
"description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
"@ethereumjs/common": "^3.2.0",
|
|
33
33
|
"@ethereumjs/tx": "^4.2.0",
|
|
34
34
|
"@ethersproject/abi": "^5.7.0",
|
|
35
|
-
"@metamask/approval-controller": "^4.0.
|
|
35
|
+
"@metamask/approval-controller": "^4.0.1",
|
|
36
36
|
"@metamask/base-controller": "^3.2.3",
|
|
37
37
|
"@metamask/controller-utils": "^5.0.2",
|
|
38
38
|
"@metamask/eth-query": "^3.0.1",
|
|
39
39
|
"@metamask/metamask-eth-abis": "^3.0.0",
|
|
40
|
-
"@metamask/network-controller": "^
|
|
40
|
+
"@metamask/network-controller": "^15.0.0",
|
|
41
41
|
"@metamask/rpc-errors": "^6.1.0",
|
|
42
42
|
"@metamask/utils": "^8.1.0",
|
|
43
43
|
"async-mutex": "^0.2.6",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"typescript": "~4.8.4"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@metamask/approval-controller": "^4.0.
|
|
67
|
-
"@metamask/network-controller": "^
|
|
66
|
+
"@metamask/approval-controller": "^4.0.1",
|
|
67
|
+
"@metamask/network-controller": "^15.0.0",
|
|
68
68
|
"babel-runtime": "^6.26.0"
|
|
69
69
|
},
|
|
70
70
|
"engines": {
|