@metamask/smart-transactions-controller 10.1.2 → 10.1.3

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 +6 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [10.1.3]
10
+ ### Changed
11
+ - 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))
12
+
9
13
  ## [10.1.2]
10
14
  ### Fixed
11
15
  - fix: Improve state management to ensure unique smart transactions in a rare edge case. This will be removed in a future version once we have confirmed this is resolved. ([#353](https://github.com/MetaMask/smart-transactions-controller/pull/353))
@@ -292,7 +296,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
292
296
  - Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
293
297
  - Initial commit
294
298
 
295
- [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.2...HEAD
299
+ [Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.3...HEAD
300
+ [10.1.3]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.2...v10.1.3
296
301
  [10.1.2]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.1...v10.1.2
297
302
  [10.1.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.1.0...v10.1.1
298
303
  [10.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.0.1...v10.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/smart-transactions-controller",
3
- "version": "10.1.2",
3
+ "version": "10.1.3",
4
4
  "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,7 +30,7 @@
30
30
  "@ethereumjs/util": "^9.0.2",
31
31
  "@ethersproject/bytes": "^5.7.0",
32
32
  "@metamask/base-controller": "^5.0.1",
33
- "@metamask/controller-utils": "^9.1.0",
33
+ "@metamask/controller-utils": "^11.0.0",
34
34
  "@metamask/eth-query": "^4.0.0",
35
35
  "@metamask/network-controller": "^18.1.2",
36
36
  "@metamask/polling-controller": "^6.0.1",
@@ -62,12 +62,12 @@
62
62
  "eslint-plugin-prettier": "^4.2.1",
63
63
  "eslint-plugin-promise": "^6.1.1",
64
64
  "isomorphic-fetch": "^3.0.0",
65
- "jest": "^26.4.2",
66
- "nock": "^13.3.1",
65
+ "jest": "^29.7.0",
66
+ "nock": "^14.0.0-beta.7",
67
67
  "prettier": "^2.8.8",
68
68
  "prettier-plugin-packagejson": "^2.4.3",
69
69
  "sinon": "^9.2.4",
70
- "ts-jest": "^26.5.6",
70
+ "ts-jest": "^29.1.4",
71
71
  "typescript": "~4.8.4"
72
72
  },
73
73
  "packageManager": "yarn@3.2.1",