@idscan/onboarding 2.2.8 → 2.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idscan/onboarding",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "Wrapper of the IDVC library for DVS Online.",
5
5
  "main": "dist/js/wrapper.js",
6
6
  "types": "dist/@types/src/Wrapper.d.ts",
package/readme.md CHANGED
@@ -148,6 +148,9 @@ btn.addEventListener('click', () => {
148
148
  **updateConfig** (string) - the method that reinitialize wrapper with new config. Parameter is an JSON encoded IDVC config. Works only in demo mode.
149
149
 
150
150
  ## Version history
151
+ - **2.2.9**
152
+ - Fixed qr link
153
+
151
154
  - **2.2.8**
152
155
  - Updated IDVC component
153
156