@nightlylabs/dex-sdk 0.0.19 → 0.0.20

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/dist/index.d.cts CHANGED
@@ -322,8 +322,8 @@ interface OracleUpdates {
322
322
  }
323
323
  interface OrderbookUpdate {
324
324
  market: string;
325
- bids_udpates: Record<string, string>;
326
- asks_updates: Record<string, string>;
325
+ bidsUdpates: Record<string, string>;
326
+ asksUpdates: Record<string, string>;
327
327
  }
328
328
  interface Trade {
329
329
  id: string;
package/dist/index.d.ts CHANGED
@@ -322,8 +322,8 @@ interface OracleUpdates {
322
322
  }
323
323
  interface OrderbookUpdate {
324
324
  market: string;
325
- bids_udpates: Record<string, string>;
326
- asks_updates: Record<string, string>;
325
+ bidsUdpates: Record<string, string>;
326
+ asksUpdates: Record<string, string>;
327
327
  }
328
328
  interface Trade {
329
329
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {