@pear-protocol/hyperliquid-sdk 0.0.39 → 0.0.40

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.ts CHANGED
@@ -92,7 +92,7 @@ interface TwapMonitoringDto {
92
92
  filledUsdValue: number;
93
93
  remainingUsdValue: number;
94
94
  twapDuration: string;
95
- twapInternalSeconds?: number | null;
95
+ twapIntervalSeconds?: number | null;
96
96
  twapChunkUsdValue?: number | null;
97
97
  randomizeExecution: boolean;
98
98
  reduceOnly: boolean;
package/dist/types.d.ts CHANGED
@@ -113,7 +113,7 @@ export interface TwapMonitoringDto {
113
113
  filledUsdValue: number;
114
114
  remainingUsdValue: number;
115
115
  twapDuration: string;
116
- twapInternalSeconds?: number | null;
116
+ twapIntervalSeconds?: number | null;
117
117
  twapChunkUsdValue?: number | null;
118
118
  randomizeExecution: boolean;
119
119
  reduceOnly: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",