tek-wallet 0.0.71 → 0.0.73

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.
@@ -86,7 +86,9 @@ exports.initialWalletData = {
86
86
  isAuthLoading: true,
87
87
  tokens: undefined,
88
88
  isTokensLoading: true,
89
- updateLogin: function () { },
89
+ updateLogin: function () {
90
+ console.warn("update login void");
91
+ },
90
92
  updateBalance: function () { },
91
93
  disconnect: function () { },
92
94
  };
@@ -108,6 +110,7 @@ function WalletDataProvider(_a) {
108
110
  switch (_b.label) {
109
111
  case 0:
110
112
  _b.trys.push([0, 2, , 3]);
113
+ console.warn("🚀 ~ update ~ response:");
111
114
  setIsAuthLoading(true);
112
115
  return [4 /*yield*/, (0, loginIntenalService_1.default)()];
113
116
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",