@idscan/onboarding 2.6.3 → 2.6.4
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.
- package/dist/@types/src/@types/enums.d.ts +36 -0
- package/dist/css/onboarding.css +1 -1
- package/dist/js/wrapper.js +1 -1
- package/package.json +1 -1
- package/readme.md +3 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -178,6 +178,9 @@ btn.addEventListener('click', () => {
|
|
|
178
178
|
|
|
179
179
|
## Version history
|
|
180
180
|
|
|
181
|
+
- **2.6.4**
|
|
182
|
+
- feat: added support for HTTP status - 524
|
|
183
|
+
|
|
181
184
|
- **2.6.3**
|
|
182
185
|
- Updated IDVC component
|
|
183
186
|
- fix: hide validation modal after using the 'setApplicant' method
|