@metamask-previews/perps-controller 6.1.0-preview-e7c25d6b8 → 6.2.0-preview-a4b03df12
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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [6.2.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
14
|
- Pass `isInternal: true` to all internal `addTransaction` calls to adopt the explicit `isInternal` flag introduced in `@metamask/transaction-controller` ([#8633](https://github.com/MetaMask/core/pull/8633))
|
|
15
|
+
- Bump `@metamask/transaction-controller` from `^65.4.0` to `^66.0.0` ([#8848](https://github.com/MetaMask/core/pull/8848))
|
|
13
16
|
|
|
14
17
|
## [6.1.0]
|
|
15
18
|
|
|
@@ -302,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
302
305
|
|
|
303
306
|
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
304
307
|
|
|
305
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@6.
|
|
308
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@6.2.0...HEAD
|
|
309
|
+
[6.2.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@6.1.0...@metamask/perps-controller@6.2.0
|
|
306
310
|
[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@6.0.1...@metamask/perps-controller@6.1.0
|
|
307
311
|
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@6.0.0...@metamask/perps-controller@6.0.1
|
|
308
312
|
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@5.0.0...@metamask/perps-controller@6.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/perps-controller",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0-preview-a4b03df12",
|
|
4
4
|
"description": "Controller for perpetual trading functionality in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@metamask/network-controller": "^32.0.0",
|
|
76
76
|
"@metamask/profile-sync-controller": "^28.1.0",
|
|
77
77
|
"@metamask/remote-feature-flag-controller": "^4.2.1",
|
|
78
|
-
"@metamask/transaction-controller": "^
|
|
78
|
+
"@metamask/transaction-controller": "^66.0.0",
|
|
79
79
|
"@ts-bridge/cli": "^0.6.4",
|
|
80
80
|
"@types/jest": "^29.5.14",
|
|
81
81
|
"@types/uuid": "^8.3.0",
|