@metamask-previews/perps-controller 10.0.0-preview-abbcfa61d → 10.0.0-preview-0e01525b8

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 +1 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -54,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
54
  - `adaptOrderToSDK` now throws where it previously never threw: `ORDER_TRIGGER_PRICE_REQUIRED` when a trigger placement has no trigger price, and `ORDER_TIME_IN_FORCE_NOT_SUPPORTED` when a market order or trigger placement carries a time in force ([#9674](https://github.com/MetaMask/core/pull/9674))
55
55
  - `PERPS_EVENT_VALUE.ORDER_TYPE` lists the four trigger placement types, which `TradingService` emits verbatim in the `order_type` analytics property ([#9674](https://github.com/MetaMask/core/pull/9674))
56
56
  - `Order.parentOrderId` is now populated for real TP/SL child orders on the WebSocket order stream (previously only ever set by clients for synthetic display rows), which is what lets position state tell a position's own triggers apart from another order's ([#9674](https://github.com/MetaMask/core/pull/9674))
57
+ - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754))
57
58
 
58
59
  ### Fixed
59
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/perps-controller",
3
- "version": "10.0.0-preview-abbcfa61d",
3
+ "version": "10.0.0-preview-0e01525b8",
4
4
  "description": "Controller for perpetual trading functionality in MetaMask",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -102,7 +102,7 @@
102
102
  "@metamask/base-controller": "^9.1.0",
103
103
  "@metamask/controller-utils": "^12.3.0",
104
104
  "@metamask/messenger": "^2.0.0",
105
- "@metamask/superstruct": "^3.1.0",
105
+ "@metamask/superstruct": "^3.4.1",
106
106
  "@metamask/utils": "^11.11.0",
107
107
  "@nktkas/hyperliquid": "^0.33.1",
108
108
  "bignumber.js": "^9.1.2",
@@ -115,7 +115,7 @@
115
115
  "@metamask/auto-changelog": "^6.1.0",
116
116
  "@metamask/geolocation-controller": "^1.0.0",
117
117
  "@metamask/keyring-controller": "^27.1.0",
118
- "@metamask/keyring-internal-api": "^11.0.2",
118
+ "@metamask/keyring-internal-api": "^12.0.0",
119
119
  "@metamask/network-controller": "^35.0.1",
120
120
  "@metamask/profile-sync-controller": "^29.0.0",
121
121
  "@metamask/remote-feature-flag-controller": "^5.0.0",