tek-wallet 0.0.70 → 0.0.71

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.
@@ -187,7 +187,7 @@ function WalletDataProvider(_a) {
187
187
  react_1.default.useEffect(function () {
188
188
  updateLogin();
189
189
  console.warn("🚀 ~ React.useEffect ~ updateLogin:", updateLogin);
190
- }, []);
190
+ }, [updateLogin]);
191
191
  react_1.default.useEffect(function () {
192
192
  if (isAuthenticated) {
193
193
  updateBalance();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",