@eid-easy/eideasy-widget 2.52.0 → 2.54.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/CHANGELOG-LATEST.md +9 -0
- package/CHANGELOG.md +18 -0
- package/dist/full/eideasy-widget.common.js +985 -120
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +985 -120
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +11 -6
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/dist/index.html +3 -2
- package/package.json +6 -5
package/dist/index.html
CHANGED
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
language: 'en', // ISO 639-1 two letter language code,
|
|
161
161
|
sandbox: true,
|
|
162
162
|
clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
|
|
163
|
-
docId: '
|
|
163
|
+
docId: 'WRepRqzGwtk6aymLHncNuEVSIvmcQcVrXVLMHsNz',
|
|
164
164
|
apiEndpoints: {
|
|
165
165
|
base: () => 'https://id.eideasy.eu',
|
|
166
166
|
},
|
|
@@ -226,8 +226,9 @@
|
|
|
226
226
|
remoteMonitoringEnabled: true,
|
|
227
227
|
//otpEmail: 'mj@eideasy.com',
|
|
228
228
|
//emailToken: 'gher0eqq9drrh5u6',
|
|
229
|
-
|
|
229
|
+
otpPhone: '+37255548246',
|
|
230
230
|
//isOtpSent: true,
|
|
231
|
+
//requireHandwrittenSignature: true,
|
|
231
232
|
mode,
|
|
232
233
|
}
|
|
233
234
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-widget",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.54.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-
|
|
7
|
-
"productionReleaseVersion": "2.
|
|
8
|
-
"productionReleaseSri": "sha256-
|
|
6
|
+
"sri": "sha256-O0jLrAGccPL4eIy3JvuyEGqrk5dr7HnDtHiFmU4SkMs=",
|
|
7
|
+
"productionReleaseVersion": "2.54.0",
|
|
8
|
+
"productionReleaseSri": "sha256-O0jLrAGccPL4eIy3JvuyEGqrk5dr7HnDtHiFmU4SkMs=",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
@@ -43,10 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@eid-easy/eideasy-browser-client": "2.
|
|
46
|
+
"@eid-easy/eideasy-browser-client": "2.51.0",
|
|
47
47
|
"core-js": "^3.6.5",
|
|
48
48
|
"i18n-iso-countries": "^6.7.0",
|
|
49
49
|
"lodash.defaultsdeep": "^4.6.1",
|
|
50
|
+
"signature_pad": "^4.1.4",
|
|
50
51
|
"vue": "^2.6.11",
|
|
51
52
|
"vue-custom-element": "^3.2.14",
|
|
52
53
|
"vue-i18n": "^8.23.0",
|