@pear-protocol/hyperliquid-sdk 0.0.55-fix-1 → 0.0.55-fix-2

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
@@ -7056,7 +7056,6 @@ function useAuth() {
7056
7056
  setAddress(null);
7057
7057
  setIsAuthenticated(false);
7058
7058
  }
7059
- console.log('useAuth', { isReady, isAuthenticated, accessToken, refreshToken: refreshToken$1 });
7060
7059
  return {
7061
7060
  isReady,
7062
7061
  isAuthenticated,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pear-protocol/hyperliquid-sdk",
3
- "version": "0.0.55-fix-1",
3
+ "version": "0.0.55-fix-2",
4
4
  "description": "React SDK for Pear Protocol Hyperliquid API integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",