@pear-protocol/hyperliquid-sdk 0.0.47 → 0.0.49

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5444,7 +5444,6 @@ const useHistoricalPriceData = () => {
5444
5444
  }
5445
5445
  }, [
5446
5446
  getAllTokens,
5447
- candleInterval,
5448
5447
  storeHasData,
5449
5448
  getHistoricalPriceData,
5450
5449
  setTokenLoading,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",