@pear-protocol/hyperliquid-sdk 0.0.60-beta.2 → 0.0.60-beta.3

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 +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7057,11 +7057,10 @@ function useAuth() {
7057
7057
  setAccessToken(storedAccessToken);
7058
7058
  setRefreshToken(storedRefreshToken);
7059
7059
  setIsAuthenticated(true);
7060
- setIsReady(true);
7061
7060
  return;
7062
7061
  }
7062
+ setIsReady(true);
7063
7063
  }
7064
- setIsReady(true);
7065
7064
  }, [
7066
7065
  setAccessToken,
7067
7066
  setRefreshToken,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.60-beta.2",
3
+ "version": "0.0.60-beta.3",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",