@eid-easy/eideasy-widget 2.150.0 → 2.151.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
@@ -236,6 +236,10 @@
236
236
  },
237
237
  remoteMonitoringEnabled: true,
238
238
  otpEmail: 'mj@eideasy.com',
239
+ redirect: res => {
240
+ console.log('redirecting to', res.data.redirect_uri);
241
+ window.location.href = res.data.redirect_uri;
242
+ },
239
243
  //emailToken: 'gher0eqq9drrh5u6',
240
244
  //otpPhone: '+37255548246',
241
245
  isOtpSent: false,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.150.0",
3
+ "version": "2.151.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-/35PUNbbAlLeM/ETmJINF1UOgWNVLG/ewgvrvvcEXY8=",
7
- "productionReleaseVersion": "2.150.0",
8
- "productionReleaseSri": "sha256-/35PUNbbAlLeM/ETmJINF1UOgWNVLG/ewgvrvvcEXY8=",
6
+ "sri": "sha256-QK2VdbIUn+2QQffdbmictRUOp5eLJZGfP1XXhq0Qhdg=",
7
+ "productionReleaseVersion": "2.151.1",
8
+ "productionReleaseSri": "sha256-QK2VdbIUn+2QQffdbmictRUOp5eLJZGfP1XXhq0Qhdg=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "license": "MIT",
43
43
  "dependencies": {
44
- "@eid-easy/eideasy-browser-client": "2.118.0",
44
+ "@eid-easy/eideasy-browser-client": "2.119.0",
45
45
  "core-js": "^3.8.3",
46
46
  "i18n-iso-countries": "^6.7.0",
47
47
  "lodash.defaultsdeep": "^4.6.1",
@@ -59,7 +59,7 @@
59
59
  "@vue/cli-plugin-unit-jest": "~4.5.0",
60
60
  "@vue/cli-service": "~5.0.0",
61
61
  "@vue/test-utils": "^1.0.3",
62
- "axios": "^0.25.0",
62
+ "axios": "1.8.2",
63
63
  "babel-eslint": "^10.1.0",
64
64
  "chalk": "^4.1.1",
65
65
  "cheerio": "^1.0.0-rc.10",