@nightlylabs/dex-sdk 0.0.62 → 0.0.63

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
@@ -326,7 +326,7 @@ interface User {
326
326
  ownerAddress: string;
327
327
  tokenBalances: Record<string, string>;
328
328
  positions: Record<string, PerpPosition>;
329
- perpOrders: Record<string, Order>;
329
+ perpOrders: Record<string, Record<string, Order>>;
330
330
  lendingShares: Record<string, string>;
331
331
  borrowShares: Record<string, string>;
332
332
  apiKeys: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -326,7 +326,7 @@ interface User {
326
326
  ownerAddress: string;
327
327
  tokenBalances: Record<string, string>;
328
328
  positions: Record<string, PerpPosition>;
329
- perpOrders: Record<string, Order>;
329
+ perpOrders: Record<string, Record<string, Order>>;
330
330
  lendingShares: Record<string, string>;
331
331
  borrowShares: Record<string, string>;
332
332
  apiKeys: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {