tek-wallet 0.0.100 → 0.0.102

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.
@@ -121,14 +121,14 @@ var CreateWalletView = function (props) {
121
121
  * validate otp here
122
122
  */
123
123
  if (value.length === passcodeLength) {
124
+ console.warn("start create");
124
125
  createWallet({
125
126
  passcode: value,
126
127
  appSlug: process.env.NEXT_PUBLIC_TEK_WALLET_APP_SLUG || "",
127
128
  }, function () {
128
- setTimeout(function () {
129
- var _a;
130
- (_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showLoading();
131
- }, 200);
129
+ var _a;
130
+ console.warn("start loading");
131
+ (_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showLoading();
132
132
  }, function () {
133
133
  var _a;
134
134
  (_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showSuccess();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.100",
3
+ "version": "0.0.102",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",