@metamask/transaction-controller 69.2.0 → 69.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [69.2.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/core-backend` from `^6.5.0` to `^7.0.0` ([#9593](https://github.com/MetaMask/core/pull/9593))
15
+
10
16
  ## [69.2.0]
11
17
 
12
18
  ### Added
@@ -2597,7 +2603,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2597
2603
 
2598
2604
  All changes listed after this point were applied to this package following the monorepo conversion.
2599
2605
 
2600
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.2.0...HEAD
2606
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.2.1...HEAD
2607
+ [69.2.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.2.0...@metamask/transaction-controller@69.2.1
2601
2608
  [69.2.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.1.0...@metamask/transaction-controller@69.2.0
2602
2609
  [69.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.0.0...@metamask/transaction-controller@69.1.0
2603
2610
  [69.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@68.4.0...@metamask/transaction-controller@69.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/transaction-controller",
3
- "version": "69.2.0",
3
+ "version": "69.2.1",
4
4
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -65,7 +65,7 @@
65
65
  "@metamask/approval-controller": "^9.0.2",
66
66
  "@metamask/base-controller": "^9.1.0",
67
67
  "@metamask/controller-utils": "^12.3.0",
68
- "@metamask/core-backend": "^6.5.0",
68
+ "@metamask/core-backend": "^7.0.0",
69
69
  "@metamask/gas-fee-controller": "^26.2.4",
70
70
  "@metamask/messenger": "^2.0.0",
71
71
  "@metamask/metamask-eth-abis": "^3.1.1",
@@ -91,14 +91,14 @@
91
91
  "@metamask/ethjs-provider-http": "^0.3.0",
92
92
  "@ts-bridge/cli": "^0.6.4",
93
93
  "@types/bn.js": "^5.1.5",
94
- "@types/jest": "^29.5.14",
94
+ "@types/jest": "^30.0.0",
95
95
  "@types/node": "^16.18.54",
96
96
  "deepmerge": "^4.2.2",
97
97
  "immer": "^9.0.6",
98
- "jest": "^29.7.0",
99
- "jest-environment-jsdom": "^29.7.0",
98
+ "jest": "^30.4.2",
99
+ "jest-environment-jsdom": "^30.4.1",
100
100
  "nock": "^13.3.1",
101
- "ts-jest": "^29.2.5",
101
+ "ts-jest": "^29.4.11",
102
102
  "tsx": "^4.20.5",
103
103
  "typedoc": "^0.25.13",
104
104
  "typedoc-plugin-missing-exports": "^2.0.0",