tek-wallet 0.0.101 → 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,11 +121,13 @@ 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
129
  var _a;
130
+ console.warn("start loading");
129
131
  (_a = childPageLayoutRef.current) === null || _a === void 0 ? void 0 : _a.showLoading();
130
132
  }, function () {
131
133
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.101",
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",