@metamask/smart-transactions-controller 10.1.3 → 10.1.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [10.1.5]
10
+ ### Changed
11
+ - Update @metamask/polling-controller from 6.0.2 to 8.0.0 ([#352](https://github.com/MetaMask/smart-transactions-controller/pull/352))
12
+
13
+ ## [10.1.4]
14
+ ### Changed
15
+ - Update @metamask/network-controller from 18.1.1 to 19.0.0 ([#349](https://github.com/MetaMask/smart-transactions-controller/pull/349))
16
+ - Update @metamask/base-controller from 5.0.2 to 6.0.0 ([#351](https://github.com/MetaMask/smart-transactions-controller/pull/351))
17
+
9
18
  ## [10.1.3]
10
19
  ### Changed
11
20
  - 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 +305,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
296
305
  - Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
297
306
  - Initial commit
298
307
 
299
- [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.3...HEAD
308
+ [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.5...HEAD
309
+ [10.1.5]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.4...v10.1.5
310
+ [10.1.4]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.3...v10.1.4
300
311
  [10.1.3]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.2...v10.1.3
301
312
  [10.1.2]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.1...v10.1.2
302
313
  [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",
3
+ "version": "10.1.5",
4
4
  "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,11 +29,11 @@
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": "^5.0.1",
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": "^18.1.2",
36
- "@metamask/polling-controller": "^6.0.1",
35
+ "@metamask/network-controller": "^19.0.0",
36
+ "@metamask/polling-controller": "^8.0.0",
37
37
  "@metamask/transaction-controller": "^30.0.0",
38
38
  "bignumber.js": "^9.0.1",
39
39
  "events": "^3.3.0",