@authme/util 2.2.0 → 2.2.1-rc.3

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.
Files changed (66) hide show
  1. package/index.cjs +1717 -0
  2. package/index.js +1678 -0
  3. package/package.json +7 -6
  4. package/src/index.d.ts +3 -2
  5. package/src/lib/authme-error.d.ts +29 -0
  6. package/src/lib/authme-log.d.ts +1 -0
  7. package/src/lib/common/index.d.ts +7 -7
  8. package/src/lib/enum/index.d.ts +1 -0
  9. package/src/lib/enum/timeUnit.enum.d.ts +5 -0
  10. package/src/lib/shared-util.d.ts +5 -2
  11. package/src/lib/storage/index.d.ts +1 -1
  12. package/src/lib/storage/storage.d.ts +11 -11
  13. package/src/lib/version.d.ts +1 -0
  14. package/src/ui/camera.d.ts +35 -30
  15. package/src/ui/canvas/clear-canvas.d.ts +1 -1
  16. package/src/ui/canvas/get-canvas-size.d.ts +19 -19
  17. package/src/ui/canvas/index.d.ts +3 -3
  18. package/src/ui/canvas/video-to-image.d.ts +14 -14
  19. package/src/ui/element-style.d.ts +2 -2
  20. package/src/ui/error-message.d.ts +5 -5
  21. package/src/ui/icon.d.ts +3 -3
  22. package/src/ui/index.d.ts +8 -8
  23. package/src/ui/popup.d.ts +3 -3
  24. package/src/ui/sdk-loading.d.ts +2 -2
  25. package/src/ui/spinner.d.ts +2 -2
  26. package/src/ui/ui-lottie/index.d.ts +1 -1
  27. package/src/ui/ui-lottie/sdk_loading.d.ts +239 -239
  28. package/CHANGELOG.md +0 -376
  29. package/src/index.js +0 -6
  30. package/src/index.js.map +0 -1
  31. package/src/lib/common/index.js +0 -93
  32. package/src/lib/common/index.js.map +0 -1
  33. package/src/lib/shared-util.js +0 -6
  34. package/src/lib/shared-util.js.map +0 -1
  35. package/src/lib/storage/index.js +0 -5
  36. package/src/lib/storage/index.js.map +0 -1
  37. package/src/lib/storage/storage.js +0 -26
  38. package/src/lib/storage/storage.js.map +0 -1
  39. package/src/ui/camera.js +0 -143
  40. package/src/ui/camera.js.map +0 -1
  41. package/src/ui/canvas/clear-canvas.js +0 -9
  42. package/src/ui/canvas/clear-canvas.js.map +0 -1
  43. package/src/ui/canvas/get-canvas-size.js +0 -85
  44. package/src/ui/canvas/get-canvas-size.js.map +0 -1
  45. package/src/ui/canvas/index.js +0 -7
  46. package/src/ui/canvas/index.js.map +0 -1
  47. package/src/ui/canvas/video-to-image.js +0 -27
  48. package/src/ui/canvas/video-to-image.js.map +0 -1
  49. package/src/ui/element-style.js +0 -14
  50. package/src/ui/element-style.js.map +0 -1
  51. package/src/ui/error-message.js +0 -80
  52. package/src/ui/error-message.js.map +0 -1
  53. package/src/ui/icon.js +0 -8
  54. package/src/ui/icon.js.map +0 -1
  55. package/src/ui/index.js +0 -12
  56. package/src/ui/index.js.map +0 -1
  57. package/src/ui/popup.js +0 -58
  58. package/src/ui/popup.js.map +0 -1
  59. package/src/ui/sdk-loading.js +0 -33
  60. package/src/ui/sdk-loading.js.map +0 -1
  61. package/src/ui/spinner.js +0 -28
  62. package/src/ui/spinner.js.map +0 -1
  63. package/src/ui/ui-lottie/index.js +0 -5
  64. package/src/ui/ui-lottie/index.js.map +0 -1
  65. package/src/ui/ui-lottie/sdk_loading.js +0 -971
  66. package/src/ui/ui-lottie/sdk_loading.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,376 +0,0 @@
1
- # Changelog
2
-
3
- This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
-
5
- ## [2.2.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.13...v2.2.0) (2022-12-19)
6
-
7
- ## [2.2.0-rc.13](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.12...v2.2.0-rc.13) (2022-12-19)
8
-
9
- ### Bug Fixes
10
-
11
- - 1.close btn add stop sdk method. 2.implement loading-sdk lottie. 3.delete vehicles license item ([83738bd](https://github.com/AuthMe01/web-client-sdk/commit/83738bd1630c539157222bc7a909962cc65696ae))
12
-
13
- ## [2.2.0-rc.12](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.11...v2.2.0-rc.12) (2022-12-16)
14
-
15
- ## [2.2.0-rc.11](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.10...v2.2.0-rc.11) (2022-12-16)
16
-
17
- ### Bug Fixes
18
-
19
- - camera facingMode problem in webview / firefox ([994be4c](https://github.com/AuthMe01/web-client-sdk/commit/994be4c1ccc8267ed437253dfe35c9adacd2a142))
20
-
21
- ## [2.2.0-rc.10](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.9...v2.2.0-rc.10) (2022-12-15)
22
-
23
- ### Bug Fixes
24
-
25
- - waitTime problem ([5805979](https://github.com/AuthMe01/web-client-sdk/commit/5805979180cc009e0c82bba2b2094e70db6bf1bf))
26
-
27
- ## [2.2.0-rc.9](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.8...v2.2.0-rc.9) (2022-12-09)
28
-
29
- ## [2.2.0-rc.8](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.7...v2.2.0-rc.8) (2022-12-07)
30
-
31
- ## [2.2.0-rc.7](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.6...v2.2.0-rc.7) (2022-12-07)
32
-
33
- ## [2.2.0-rc.6](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.5...v2.2.0-rc.6) (2022-12-05)
34
-
35
- ## [2.2.0-rc.5](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.4...v2.2.0-rc.5) (2022-12-03)
36
-
37
- ## [2.2.0-rc.4](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.3...v2.2.0-rc.4) (2022-12-01)
38
-
39
- ## [2.2.0-rc.3](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.2...v2.2.0-rc.3) (2022-11-30)
40
-
41
- ### Bug Fixes
42
-
43
- - camera resolution constraints problem ([fa364c9](https://github.com/AuthMe01/web-client-sdk/commit/fa364c9c542bbcf154abe5a0d8d8531d25cab46a))
44
- - camera sorting priority ([e6dec04](https://github.com/AuthMe01/web-client-sdk/commit/e6dec04b7980af7dd5ed31523bf63c97d3eb27f8))
45
-
46
- ## [2.2.0-rc.2](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.1...v2.2.0-rc.2) (2022-11-28)
47
-
48
- ## [2.2.0-rc.1](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.0...v2.2.0-rc.1) (2022-11-18)
49
-
50
- ### Features
51
-
52
- - auto detect camera & fix SAMSUNG camera issue ([15c7153](https://github.com/AuthMe01/web-client-sdk/commit/15c7153ff539289aff445210e952f0cf2671f671))
53
-
54
- ## [2.2.0-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.1.1...v2.2.0-rc.0) (2022-11-11)
55
-
56
- ### Features
57
-
58
- - PROD-1847 add devices console ([0aa5a48](https://github.com/AuthMe01/web-client-sdk/commit/0aa5a48247a5614d6a5afc273558d4eebe6a53f1))
59
- - PROD-1847 camera focusMode ([a5baa6a](https://github.com/AuthMe01/web-client-sdk/commit/a5baa6a6023b6d102cb60deb539faa493e7f5f91))
60
- - PROD-1847 check samsung and change back camera ([7c15141](https://github.com/AuthMe01/web-client-sdk/commit/7c151415a5e4ec6f7e2de91eddf7170462951342))
61
- - PROD-1847 get last backCamera ([391b1ed](https://github.com/AuthMe01/web-client-sdk/commit/391b1ed84723ed90ff0eb991a0edddbbd6d6c494))
62
- - PROD-1847 show console ([dc4815d](https://github.com/AuthMe01/web-client-sdk/commit/dc4815d297bb3101f3547c7a40764ec2a9d473a1))
63
- - PROD-1847 specify samsung camera ([959c537](https://github.com/AuthMe01/web-client-sdk/commit/959c537bb51a2fe2bbff91d1b7484f264e4a8bdc))
64
-
65
- ### Bug Fixes
66
-
67
- - PROD-1847 change focus mode ([264ad54](https://github.com/AuthMe01/web-client-sdk/commit/264ad54f31e77cf7777c284a112f039981a4b985))
68
- - PROD-1847 change focus mode ([acdf2bb](https://github.com/AuthMe01/web-client-sdk/commit/acdf2bb0729df196a2d36324af043b3583f131c3))
69
- - PROD-1847 focus distance value ([736fa9c](https://github.com/AuthMe01/web-client-sdk/commit/736fa9c02aca11e017538e3bcc9e4b0047e4ef8b))
70
-
71
- ## [2.1.2-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.1...prod-2.1.2-rc.0) (2022-09-15)
72
-
73
- ## [2.1.1](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.0...prod-2.1.1) (2022-09-08)
74
-
75
- ## 1.2.2 (2022-07-28)
76
-
77
- ### Bug Fixes
78
-
79
- - Fix Liveness Verify bugs ([2233d91](https://github.com/AuthMe01/web-client-sdk/commit/2233d913d8356ba55129ba442a7b36bc790cff0d))
80
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
81
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
82
- - PROD-1279 fix style issue on ios webview ([4fc578a](https://github.com/AuthMe01/web-client-sdk/commit/4fc578afe1d882de67d384cb9e0499a00b0fc920))
83
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
84
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
85
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
86
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
87
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
88
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
89
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
90
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
91
- - PROD-462 Adjust frame quality ([00e9f31](https://github.com/AuthMe01/web-client-sdk/commit/00e9f319a05176e112704a575acf4146aebd9ab0))
92
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
93
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
94
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
95
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
96
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
97
- - PROD-650 ocr rotate style and idcard text ([b7f1b7c](https://github.com/AuthMe01/web-client-sdk/commit/b7f1b7cf62b21122021ebf8cf29b27f316da50ca))
98
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
99
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
100
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
101
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
102
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
103
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
104
-
105
- ### Features
106
-
107
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
108
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
109
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
110
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
111
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
112
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
113
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
114
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
115
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
116
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
117
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
118
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
119
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
120
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
121
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
122
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
123
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
124
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
125
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
126
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
127
-
128
- ## 1.2.1 (2022-07-28)
129
-
130
- ### Bug Fixes
131
-
132
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
133
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
134
- - PROD-1279 fix style issue on ios webview ([4fc578a](https://github.com/AuthMe01/web-client-sdk/commit/4fc578afe1d882de67d384cb9e0499a00b0fc920))
135
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
136
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
137
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
138
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
139
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
140
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
141
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
142
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
143
- - PROD-462 Adjust frame quality ([00e9f31](https://github.com/AuthMe01/web-client-sdk/commit/00e9f319a05176e112704a575acf4146aebd9ab0))
144
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
145
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
146
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
147
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
148
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
149
- - PROD-650 ocr rotate style and idcard text ([b7f1b7c](https://github.com/AuthMe01/web-client-sdk/commit/b7f1b7cf62b21122021ebf8cf29b27f316da50ca))
150
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
151
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
152
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
153
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
154
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
155
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
156
-
157
- ### Features
158
-
159
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
160
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
161
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
162
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
163
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
164
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
165
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
166
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
167
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
168
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
169
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
170
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
171
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
172
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
173
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
174
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
175
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
176
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
177
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
178
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
179
-
180
- # 1.2.0 (2022-07-25)
181
-
182
- ### Bug Fixes
183
-
184
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
185
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
186
- - PROD-1279 fix style issue on ios webview ([4fc578a](https://github.com/AuthMe01/web-client-sdk/commit/4fc578afe1d882de67d384cb9e0499a00b0fc920))
187
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
188
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
189
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
190
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
191
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
192
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
193
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
194
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
195
- - PROD-462 Adjust frame quality ([00e9f31](https://github.com/AuthMe01/web-client-sdk/commit/00e9f319a05176e112704a575acf4146aebd9ab0))
196
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
197
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
198
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
199
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
200
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
201
- - PROD-650 ocr rotate style and idcard text ([b7f1b7c](https://github.com/AuthMe01/web-client-sdk/commit/b7f1b7cf62b21122021ebf8cf29b27f316da50ca))
202
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
203
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
204
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
205
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
206
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
207
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
208
-
209
- ### Features
210
-
211
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
212
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
213
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
214
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
215
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
216
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
217
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
218
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
219
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
220
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
221
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
222
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
223
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
224
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
225
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
226
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
227
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
228
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
229
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
230
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
231
-
232
- ## 1.1.1 (2022-07-07)
233
-
234
- ### Bug Fixes
235
-
236
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
237
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
238
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
239
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
240
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
241
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
242
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
243
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
244
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
245
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
246
- - PROD-462 Adjust frame quality ([00e9f31](https://github.com/AuthMe01/web-client-sdk/commit/00e9f319a05176e112704a575acf4146aebd9ab0))
247
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
248
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
249
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
250
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
251
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
252
- - PROD-650 ocr rotate style and idcard text ([b7f1b7c](https://github.com/AuthMe01/web-client-sdk/commit/b7f1b7cf62b21122021ebf8cf29b27f316da50ca))
253
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
254
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
255
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
256
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
257
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
258
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
259
-
260
- ### Features
261
-
262
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
263
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
264
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
265
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
266
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
267
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
268
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
269
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
270
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
271
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
272
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
273
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
274
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
275
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
276
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
277
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
278
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
279
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
280
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
281
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
282
-
283
- # 1.1.0 (2022-07-06)
284
-
285
- ### Bug Fixes
286
-
287
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
288
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
289
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
290
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
291
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
292
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
293
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
294
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
295
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
296
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
297
- - PROD-462 Adjust frame quality ([00e9f31](https://github.com/AuthMe01/web-client-sdk/commit/00e9f319a05176e112704a575acf4146aebd9ab0))
298
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
299
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
300
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
301
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
302
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
303
- - PROD-650 ocr rotate style and idcard text ([b7f1b7c](https://github.com/AuthMe01/web-client-sdk/commit/b7f1b7cf62b21122021ebf8cf29b27f316da50ca))
304
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
305
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
306
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
307
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
308
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
309
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
310
-
311
- ### Features
312
-
313
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
314
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
315
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
316
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
317
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
318
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
319
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
320
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
321
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
322
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
323
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
324
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
325
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
326
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
327
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
328
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
329
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
330
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
331
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
332
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
333
-
334
- # 1.0.0 (2022-05-30)
335
-
336
- ### Bug Fixes
337
-
338
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
339
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
340
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
341
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
342
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
343
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
344
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
345
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
346
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
347
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
348
- - PROD-462 Adjust frame quality ([00e9f31](https://github.com/AuthMe01/web-client-sdk/commit/00e9f319a05176e112704a575acf4146aebd9ab0))
349
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
350
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
351
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
352
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
353
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
354
- - PROD-650 ocr rotate style and idcard text ([b7f1b7c](https://github.com/AuthMe01/web-client-sdk/commit/b7f1b7cf62b21122021ebf8cf29b27f316da50ca))
355
-
356
- ### Features
357
-
358
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
359
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
360
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
361
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
362
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
363
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
364
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
365
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
366
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
367
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
368
- - PROD-279 add sdk info in request header ([ca871cf](https://github.com/AuthMe01/web-client-sdk/commit/ca871cf9182aab3499c1918a8b946dc6d2cfed9a))
369
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
370
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
371
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
372
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
373
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
374
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
375
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
376
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
package/src/index.js DELETED
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./lib/shared-util"), exports);
5
- tslib_1.__exportStar(require("./ui"), exports);
6
- //# sourceMappingURL=index.js.map
package/src/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/shared/util/src/index.ts"],"names":[],"mappings":";;;AAAA,4DAAkC;AAClC,+CAAqB"}
@@ -1,93 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isMobile = exports.isMobileOrTablet = exports.getUserAgent = exports.retryPromiseWithCondition = exports.waitTime = exports.UintArrayToBlob = exports.dataURItoBlob = void 0;
4
- const tslib_1 = require("tslib");
5
- function dataURItoBlob(dataURI) {
6
- // convert base64/URLEncoded data component to raw binary data held in a string
7
- const byteString = atob(dataURI.split(',')[1]);
8
- // separate out the mime component
9
- const mimeString = dataURI.split(',')[0].split(':')[1].split(';')[0];
10
- // write the bytes of the string to a typed array
11
- const ia = new Uint8Array(byteString.length);
12
- for (let i = 0; i < byteString.length; i++) {
13
- ia[i] = byteString.charCodeAt(i);
14
- }
15
- const blob = new Blob([ia], { type: mimeString });
16
- return blob;
17
- }
18
- exports.dataURItoBlob = dataURItoBlob;
19
- function UintArrayToBlob(width, height, data, canvasEle, imageFormat) {
20
- if (document) {
21
- if (!canvasEle) {
22
- canvasEle = document.createElement('canvas');
23
- }
24
- const ctx = canvasEle.getContext('2d');
25
- canvasEle.height = height;
26
- canvasEle.width = width;
27
- if (ctx) {
28
- const imageData = ctx.createImageData(canvasEle.width, canvasEle.height);
29
- imageData.data.set(data);
30
- ctx.putImageData(imageData, 0, 0);
31
- if (imageFormat === 'png') {
32
- return dataURItoBlob(canvasEle.toDataURL('image/png'));
33
- }
34
- else {
35
- return dataURItoBlob(canvasEle.toDataURL('image/jpeg', 0.85));
36
- }
37
- }
38
- throw '[UintArrayToBlob] not running in browser.';
39
- }
40
- else {
41
- throw '[UintArrayToBlob] not running in browser.';
42
- }
43
- }
44
- exports.UintArrayToBlob = UintArrayToBlob;
45
- function waitTime(ms) {
46
- return new Promise((res) => {
47
- setTimeout(() => {
48
- res();
49
- }, ms);
50
- });
51
- }
52
- exports.waitTime = waitTime;
53
- function retryPromiseWithCondition(promiseFactory, conditionFactory) {
54
- return tslib_1.__awaiter(this, void 0, void 0, function* () {
55
- try {
56
- const res = yield promiseFactory();
57
- return res;
58
- }
59
- catch (e) {
60
- console.error(e);
61
- const retry = yield conditionFactory(e);
62
- if (retry) {
63
- return retryPromiseWithCondition(promiseFactory, conditionFactory);
64
- }
65
- else {
66
- throw e;
67
- }
68
- }
69
- });
70
- }
71
- exports.retryPromiseWithCondition = retryPromiseWithCondition;
72
- function getUserAgent() {
73
- return `platform: ${navigator === null || navigator === void 0 ? void 0 : navigator.platform}`;
74
- }
75
- exports.getUserAgent = getUserAgent;
76
- function isMobileOrTablet() {
77
- return (function (a) {
78
- return !!(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) ||
79
- /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(a.substr(0, 4)) ||
80
- /Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ||
81
- (navigator.maxTouchPoints && navigator.maxTouchPoints > 2));
82
- })(navigator.userAgent || navigator.vendor || window.opera);
83
- }
84
- exports.isMobileOrTablet = isMobileOrTablet;
85
- function isMobile() {
86
- return (function (a) {
87
- return !!(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a) ||
88
- /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(a.substr(0, 4)) ||
89
- /Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent));
90
- })(navigator.userAgent || navigator.vendor || window.opera);
91
- }
92
- exports.isMobile = isMobile;
93
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/common/index.ts"],"names":[],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./storage"), exports);
5
- tslib_1.__exportStar(require("./common"), exports);
6
- //# sourceMappingURL=shared-util.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"shared-util.js","sourceRoot":"","sources":["../../../../../../libs/shared/util/src/lib/shared-util.ts"],"names":[],"mappings":";;;AAAA,oDAA0B;AAC1B,mDAAyB"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./storage"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/storage/index.ts"],"names":[],"mappings":";;;AAAA,oDAA0B"}
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Storage = void 0;
4
- const GLOBAL_KEY = '_AuthmeConfig';
5
- function getItem(key) {
6
- return window[GLOBAL_KEY][key];
7
- }
8
- function setItem(key, val) {
9
- if (!window[GLOBAL_KEY]) {
10
- window[GLOBAL_KEY] = {};
11
- }
12
- return (window[GLOBAL_KEY][key] = val);
13
- }
14
- function removeItem(key) {
15
- return delete window[GLOBAL_KEY][key];
16
- }
17
- function clear() {
18
- window[GLOBAL_KEY] = {};
19
- }
20
- exports.Storage = {
21
- getItem,
22
- setItem,
23
- removeItem,
24
- clear,
25
- };
26
- //# sourceMappingURL=storage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storage.js","sourceRoot":"","sources":["../../../../../../../libs/shared/util/src/lib/storage/storage.ts"],"names":[],"mappings":";;;AAAA,MAAM,UAAU,GAAG,eAAe,CAAC;AAEnC,SAAS,OAAO,CAAC,GAAW;IAC1B,OAAQ,MAAc,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC;AAC1C,CAAC;AAED,SAAS,OAAO,CAAC,GAAW,EAAE,GAAQ;IACpC,IAAI,CAAE,MAAc,CAAC,UAAU,CAAC,EAAE;QAC/B,MAAc,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC;KAClC;IACD,OAAO,CAAE,MAAc,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,CAAC;AAClD,CAAC;AAED,SAAS,UAAU,CAAC,GAAW;IAC7B,OAAO,OAAQ,MAAc,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC;AACjD,CAAC;AAED,SAAS,KAAK;IACX,MAAc,CAAC,UAAU,CAAC,GAAG,EAAE,CAAC;AACnC,CAAC;AAEY,QAAA,OAAO,GAAG;IACrB,OAAO;IACP,OAAO;IACP,UAAU;IACV,KAAK;CACN,CAAC"}