tek-wallet 0.0.168 → 0.0.169

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.
@@ -131,7 +131,7 @@ var ConfirmByPasscode = (0, react_1.forwardRef)(function (props, ref) {
131
131
  if (!(value.length === passcodeLength)) return [3 /*break*/, 2];
132
132
  (_a = loadingRef.current) === null || _a === void 0 ? void 0 : _a.startLoading();
133
133
  (_b = drawerRef.current) === null || _b === void 0 ? void 0 : _b.lockStatus();
134
- return [4 /*yield*/, new Promise(function (resolve) { return setTimeout(resolve, 1000); })];
134
+ return [4 /*yield*/, new Promise(function (resolve) { return setTimeout(resolve, 5000); })];
135
135
  case 1:
136
136
  _f.sent();
137
137
  (_c = drawerRef.current) === null || _c === void 0 ? void 0 : _c.unlockStatus();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.168",
3
+ "version": "0.0.169",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",