@eid-easy/eideasy-widget 2.20.0 → 2.22.0

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/index.html CHANGED
@@ -220,6 +220,7 @@
220
220
  //otpEmail: 'test@testimus.com',
221
221
  //emailToken: 'sometoken'
222
222
  //otpPhone: '+372000000',
223
+ smsOtpPhoneNumber: '+372000000',
223
224
  }
224
225
 
225
226
  Object.keys(settings).forEach(key => {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.20.0",
3
+ "version": "2.22.0",
4
4
  "description": "eID Easy Widget is a client-side embeddable component for creating electronic signatures and identifying users through eID Easy API.",
5
5
  "main": "dist/full/eideasy-widget.umd.min.js",
6
- "sri": "sha256-zd1sx5Ks/zWUzoxkAAkoewhCVGfwEa07XbdAwM1VXMI=",
7
- "productionReleaseVersion": "2.20.0",
8
- "productionReleaseSri": "sha256-zd1sx5Ks/zWUzoxkAAkoewhCVGfwEa07XbdAwM1VXMI=",
6
+ "sri": "sha256-B6ggEmaOs0BbMe9+9kgqR9EpL7/4417H7YN2TTd6PDU=",
7
+ "productionReleaseVersion": "2.22.0",
8
+ "productionReleaseSri": "sha256-B6ggEmaOs0BbMe9+9kgqR9EpL7/4417H7YN2TTd6PDU=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
- "@eid-easy/eideasy-browser-client": "2.21.0",
46
+ "@eid-easy/eideasy-browser-client": "2.22.0",
47
47
  "core-js": "^3.6.5",
48
48
  "i18n-iso-countries": "^6.7.0",
49
49
  "lodash.defaultsdeep": "^4.6.1",