@metamask/smart-transactions-controller 10.1.3 → 10.1.4
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 +7 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [10.1.4]
|
|
10
|
+
### Changed
|
|
11
|
+
- Update @metamask/network-controller from 18.1.1 to 19.0.0 ([#349](https://github.com/MetaMask/smart-transactions-controller/pull/349))
|
|
12
|
+
- Update @metamask/base-controller from 5.0.2 to 6.0.0 ([#351](https://github.com/MetaMask/smart-transactions-controller/pull/351))
|
|
13
|
+
|
|
9
14
|
## [10.1.3]
|
|
10
15
|
### Changed
|
|
11
16
|
- Update jest from v26 to v29, ts-jest from v26 to v29 and nock from v13 to v14 ([#325](https://github.com/MetaMask/smart-transactions-controller/pull/325))
|
|
@@ -296,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
296
301
|
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
|
|
297
302
|
- Initial commit
|
|
298
303
|
|
|
299
|
-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.
|
|
304
|
+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.4...HEAD
|
|
305
|
+
[10.1.4]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.3...v10.1.4
|
|
300
306
|
[10.1.3]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.2...v10.1.3
|
|
301
307
|
[10.1.2]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.1...v10.1.2
|
|
302
308
|
[10.1.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.0...v10.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/smart-transactions-controller",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.4",
|
|
4
4
|
"description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"@ethereumjs/tx": "^5.2.1",
|
|
30
30
|
"@ethereumjs/util": "^9.0.2",
|
|
31
31
|
"@ethersproject/bytes": "^5.7.0",
|
|
32
|
-
"@metamask/base-controller": "^
|
|
32
|
+
"@metamask/base-controller": "^6.0.0",
|
|
33
33
|
"@metamask/controller-utils": "^11.0.0",
|
|
34
34
|
"@metamask/eth-query": "^4.0.0",
|
|
35
|
-
"@metamask/network-controller": "^
|
|
35
|
+
"@metamask/network-controller": "^19.0.0",
|
|
36
36
|
"@metamask/polling-controller": "^6.0.1",
|
|
37
37
|
"@metamask/transaction-controller": "^30.0.0",
|
|
38
38
|
"bignumber.js": "^9.0.1",
|