@nightlylabs/dex-sdk 0.0.43 → 0.0.45

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
@@ -161,7 +161,7 @@ interface GetPerpMarketsDataRequest {
161
161
  }
162
162
  interface PerpMarketData {
163
163
  price: string;
164
- priceIndex: string;
164
+ fundingCheckpoint: FundingCheckpoint;
165
165
  change24: string;
166
166
  high24: string;
167
167
  low24: string;
package/dist/index.d.ts CHANGED
@@ -161,7 +161,7 @@ interface GetPerpMarketsDataRequest {
161
161
  }
162
162
  interface PerpMarketData {
163
163
  price: string;
164
- priceIndex: string;
164
+ fundingCheckpoint: FundingCheckpoint;
165
165
  change24: string;
166
166
  high24: string;
167
167
  low24: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nightlylabs/dex-sdk",
3
- "version": "0.0.43",
3
+ "version": "0.0.45",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -39,7 +39,7 @@
39
39
  "packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631",
40
40
  "dependencies": {
41
41
  "@aptos-labs/ts-sdk": "1.35.0",
42
- "@thalalabs/surf": "^1.8.1",
42
+ "@thalalabs/surf": "1.8.1",
43
43
  "decimal.js": "^10.5.0",
44
44
  "isomorphic-ws": "^5.0.0",
45
45
  "uuid": "^11.0.5"