@metamask-previews/perps-controller 8.2.0-preview-6da9f2b → 8.2.0-preview-2a256aff2
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 +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/controller-utils` from `^12.2.0` to `^12.3.0` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
13
|
+
|
|
10
14
|
## [8.2.0]
|
|
11
15
|
|
|
12
16
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/perps-controller",
|
|
3
|
-
"version": "8.2.0-preview-
|
|
3
|
+
"version": "8.2.0-preview-2a256aff2",
|
|
4
4
|
"description": "Controller for perpetual trading functionality in MetaMask",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@metamask/abi-utils": "^2.0.3",
|
|
100
100
|
"@metamask/base-controller": "^9.1.0",
|
|
101
|
-
"@metamask/controller-utils": "^12.
|
|
101
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
102
102
|
"@metamask/messenger": "^1.2.0",
|
|
103
103
|
"@metamask/utils": "^11.11.0",
|
|
104
104
|
"@nktkas/hyperliquid": "^0.32.2",
|
|
@@ -112,10 +112,10 @@
|
|
|
112
112
|
"@metamask/geolocation-controller": "^0.1.3",
|
|
113
113
|
"@metamask/keyring-controller": "^27.1.0",
|
|
114
114
|
"@metamask/keyring-internal-api": "^11.0.1",
|
|
115
|
-
"@metamask/network-controller": "^
|
|
115
|
+
"@metamask/network-controller": "^33.0.0",
|
|
116
116
|
"@metamask/profile-sync-controller": "^28.2.0",
|
|
117
117
|
"@metamask/remote-feature-flag-controller": "^4.2.2",
|
|
118
|
-
"@metamask/transaction-controller": "^68.1.
|
|
118
|
+
"@metamask/transaction-controller": "^68.1.1",
|
|
119
119
|
"@ts-bridge/cli": "^0.6.4",
|
|
120
120
|
"@types/jest": "^29.5.14",
|
|
121
121
|
"@types/uuid": "^8.3.0",
|