@loafmarkets/shared-types 1.0.18 → 1.0.22

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.18",
3
+ "version": "1.0.22",
4
4
  "description": "Shared contracts for Loaf Markets frontend, backend, and matching engine.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -20,7 +20,7 @@
20
20
  "keywords": [],
21
21
  "author": "Cohen",
22
22
  "dependencies": {
23
- "@loafmarkets/shared-types": "1.0.17",
23
+ "@loafmarkets/shared-types": "1.0.18",
24
24
  "zod": "^4.2.1"
25
25
  },
26
26
  "devDependencies": {
@@ -17,6 +17,7 @@ message Order {
17
17
  string signature = 11;
18
18
  string wallet_address = 12;
19
19
  string nonce = 13;
20
+ int64 created_at = 14;
20
21
  }
21
22
 
22
23
  enum OrderSide {