@meatech/payblend_app_ui_component 1.1.44 → 1.1.45

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.
@@ -1,5 +1,5 @@
1
1
  export const MAX_OTP_LENGTH = 6;
2
2
  export const OTP_TIMER_SECOND = 60;
3
- export const MIN_AGE_LIMIT = 16;
3
+ export const MIN_AGE_LIMIT = 18;
4
4
  export const ACCESS_TOKEN_KEY = 'accessToken';
5
5
  export const REFRESH_TOKEN_KEY = 'refreshToken';
@@ -1,6 +1,6 @@
1
1
  declare const MAX_OTP_LENGTH = 6;
2
2
  declare const OTP_TIMER_SECOND = 60;
3
- declare const MIN_AGE_LIMIT = 16;
3
+ declare const MIN_AGE_LIMIT = 18;
4
4
  declare const ACCESS_TOKEN_KEY = "accessToken";
5
5
  declare const REFRESH_TOKEN_KEY = "refreshToken";
6
6
 
@@ -1,6 +1,6 @@
1
1
  const MAX_OTP_LENGTH = 6;
2
2
  const OTP_TIMER_SECOND = 60;
3
- const MIN_AGE_LIMIT = 16;
3
+ const MIN_AGE_LIMIT = 18;
4
4
  const ACCESS_TOKEN_KEY = 'accessToken';
5
5
  const REFRESH_TOKEN_KEY = 'refreshToken';
6
6
 
@@ -1 +1 @@
1
- {"version":3,"file":"config.js","sources":["../../../constants/config.ts"],"sourcesContent":["export const MAX_OTP_LENGTH = 6;\nexport const OTP_TIMER_SECOND = 60;\nexport const MIN_AGE_LIMIT = 16;\nexport const ACCESS_TOKEN_KEY = 'accessToken';\nexport const REFRESH_TOKEN_KEY = 'refreshToken';"],"names":[],"mappings":"AAAO,MAAM,cAAc,GAAG;AACvB,MAAM,gBAAgB,GAAG;AACzB,MAAM,aAAa,GAAG;AACtB,MAAM,gBAAgB,GAAG;AACzB,MAAM,iBAAiB,GAAG;;;;"}
1
+ {"version":3,"file":"config.js","sources":["../../../constants/config.ts"],"sourcesContent":["export const MAX_OTP_LENGTH = 6;\nexport const OTP_TIMER_SECOND = 60;\nexport const MIN_AGE_LIMIT = 18;\nexport const ACCESS_TOKEN_KEY = 'accessToken';\nexport const REFRESH_TOKEN_KEY = 'refreshToken';"],"names":[],"mappings":"AAAO,MAAM,cAAc,GAAG;AACvB,MAAM,gBAAgB,GAAG;AACzB,MAAM,aAAa,GAAG;AACtB,MAAM,gBAAgB,GAAG;AACzB,MAAM,iBAAiB,GAAG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meatech/payblend_app_ui_component",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "description": "UI Component Library for Payblend App",
5
5
  "main": "./dist/components/index.js",
6
6
  "module": "./dist/components/index.js",