@loafmarkets/shared-types 1.0.3 → 1.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loafmarkets/shared-types",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Shared contracts for Loaf Markets frontend, backend, and matching engine.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -12,7 +12,7 @@ message Order {
12
12
  OrderSide side = 6;
13
13
  OrderType type = 7;
14
14
  TimeInForce time_in_force = 8;
15
- string expires_at = 9;
15
+ string deadline = 9;
16
16
  string signature = 10;
17
17
  string wallet_address = 11;
18
18
  }