@pear-protocol/hyperliquid-sdk 0.0.52 → 0.0.53

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6349,6 +6349,8 @@ const buildPositionValue = (rawPositions, clearinghouseState, allMids) => {
6349
6349
  let mappedPosition = {
6350
6350
  positionId: position.positionId,
6351
6351
  address: position.address,
6352
+ createdAt: position.createdAt,
6353
+ updatedAt: position.updatedAt,
6352
6354
  entryRatio: 1,
6353
6355
  marginUsed: 0,
6354
6356
  markRatio: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",