@eid-easy/eideasy-widget 2.161.0 → 2.162.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
@@ -68,12 +68,12 @@
68
68
  countryCode: 'EE', // ISO 3166 two letter country code
69
69
  language: 'en', // ISO 639-1 two letter language code,
70
70
  sandbox: true,
71
- clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
71
+ clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
72
72
  redirectUri: 'https://id.eideasy.eu/admin/oauthlogin', // this gets used for redirects e.g. when using eParaksts mobile
73
73
  apiEndpoints: {
74
74
  base: () => 'https://id.eideasy.eu',
75
- identityStart: () => 'https://eid-sample-app.ddev.site/api/identity/start',
76
- identityFinish: () => 'https://eid-sample-app.ddev.site/api/identity/finish',
75
+ identityStart: () => 'https://eid-sample-app.eu/api/identity/start',
76
+ identityFinish: () => 'https://eid-sample-app.eu/api/identity/finish',
77
77
  },
78
78
  translations: {
79
79
  'et': {
@@ -173,7 +173,7 @@
173
173
  language: 'en', // ISO 639-1 two letter language code,
174
174
  sandbox: true,
175
175
  clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
176
- docId: 'eXEcQVP2HuniXQopVT8eQXSffgPgkpd7LeFCPETi',
176
+ docId: 'fq9lM2YvTPmFRBXkAx4oiJxiI3TJVtBrMGF5pjbR',
177
177
  apiEndpoints: {
178
178
  // base: () => 'http://localhost:8000',
179
179
  base: () => 'https://id.eideasy.eu',
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.161.0",
3
+ "version": "2.162.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-FCVFV+Ki+1peq+DmMWjMMEDyrAPs+idJF2FD+ee7Nn8=",
7
- "productionReleaseVersion": "2.161.0",
8
- "productionReleaseSri": "sha256-FCVFV+Ki+1peq+DmMWjMMEDyrAPs+idJF2FD+ee7Nn8=",
6
+ "sri": "sha256-w4uG7HgrPCrKqmYN3RHTNNQZvOGUgUb+sAgKHTetKYE=",
7
+ "productionReleaseVersion": "2.162.0",
8
+ "productionReleaseSri": "sha256-w4uG7HgrPCrKqmYN3RHTNNQZvOGUgUb+sAgKHTetKYE=",
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.126.0",
44
+ "@eid-easy/eideasy-browser-client": "2.127.0",
45
45
  "core-js": "^3.8.3",
46
46
  "i18n-iso-countries": "^6.7.0",
47
47
  "lodash.defaultsdeep": "^4.6.1",