@nightlylabs/dex-sdk 0.0.97 → 0.0.98

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
@@ -395,6 +395,7 @@ interface HistoricalTokenStats {
395
395
  totalWithdrawCount: string;
396
396
  holders: string;
397
397
  tokenSupply: string;
398
+ tokenPrice: string;
398
399
  timestampOpen: string;
399
400
  timestampClose: string;
400
401
  }
package/dist/index.d.ts CHANGED
@@ -395,6 +395,7 @@ interface HistoricalTokenStats {
395
395
  totalWithdrawCount: string;
396
396
  holders: string;
397
397
  tokenSupply: string;
398
+ tokenPrice: string;
398
399
  timestampOpen: string;
399
400
  timestampClose: string;
400
401
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.0.97",
3
+ "version": "0.0.98",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {