@eid-easy/eideasy-widget 2.58.0 → 2.59.1

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
@@ -224,11 +224,12 @@
224
224
  console.log(error);
225
225
  },
226
226
  remoteMonitoringEnabled: true,
227
- //otpEmail: 'mj@eideasy.com',
227
+ otpEmail: 'mj@eideasy.com',
228
228
  //emailToken: 'gher0eqq9drrh5u6',
229
- otpPhone: '+37255548246',
230
- //isOtpSent: true,
231
- //requireHandwrittenSignature: true,
229
+ //otpPhone: '+37255548246',
230
+ isOtpSent: true,
231
+ //otpFlow: 'start-at-method-selection',
232
+ requireHandwrittenSignature: true,
232
233
  mode,
233
234
  }
234
235
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.58.0",
3
+ "version": "2.59.1",
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-ZvCKfTffWNIMOr54vUjRZ9W+MhdOcDu/466YuvqQJLU=",
7
- "productionReleaseVersion": "2.58.0",
8
- "productionReleaseSri": "sha256-ZvCKfTffWNIMOr54vUjRZ9W+MhdOcDu/466YuvqQJLU=",
6
+ "sri": "sha256-42rw5apyNwneGgu5eUyPIEgDhnKDzTfIm+kO1x3ecnQ=",
7
+ "productionReleaseVersion": "2.59.1",
8
+ "productionReleaseSri": "sha256-42rw5apyNwneGgu5eUyPIEgDhnKDzTfIm+kO1x3ecnQ=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],