@nightlylabs/dex-sdk 0.3.20 → 0.3.21

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
@@ -4420,12 +4420,14 @@ interface HistoricalLiquidatedBorrow {
4420
4420
  token: string;
4421
4421
  shares: string;
4422
4422
  liqPenaltyInUsd: string;
4423
+ historicalSharePrice: string;
4423
4424
  }
4424
4425
  interface HistoricalLiquidatedLend {
4425
4426
  token: string;
4426
4427
  shares: string;
4427
4428
  debtReductionInUsd: string;
4428
4429
  liqPenaltyInUsd: string;
4430
+ historicalSharePrice: string;
4429
4431
  }
4430
4432
  interface HistoricalLiquidatedCollateral {
4431
4433
  token: string;
package/dist/index.d.ts CHANGED
@@ -4420,12 +4420,14 @@ interface HistoricalLiquidatedBorrow {
4420
4420
  token: string;
4421
4421
  shares: string;
4422
4422
  liqPenaltyInUsd: string;
4423
+ historicalSharePrice: string;
4423
4424
  }
4424
4425
  interface HistoricalLiquidatedLend {
4425
4426
  token: string;
4426
4427
  shares: string;
4427
4428
  debtReductionInUsd: string;
4428
4429
  liqPenaltyInUsd: string;
4430
+ historicalSharePrice: string;
4429
4431
  }
4430
4432
  interface HistoricalLiquidatedCollateral {
4431
4433
  token: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.3.20",
3
+ "version": "0.3.21",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {