@eid-easy/eideasy-widget 2.43.0 → 2.45.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
@@ -63,8 +63,8 @@
63
63
  countryCode: 'FI', // ISO 3166 two letter country code
64
64
  language: 'en', // ISO 639-1 two letter language code,
65
65
  sandbox: true,
66
- clientId: 'q9vSd5V6U2iWRFhDegGcYv3nk68FBSPp',
67
- redirectUri: 'https://todufy.eu/oauthlogin', // this gets used for redirects e.g. when using eParaksts mobile
66
+ clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
67
+ redirectUri: 'http://localhost:8080/', // this gets used for redirects e.g. when using eParaksts mobile
68
68
  apiEndpoints: {
69
69
  base: () => 'http://id.eideasy.eu',
70
70
  identityStart: () => 'http://eid-sample-app.eu/api/identity/start',
@@ -157,8 +157,8 @@
157
157
  countryCode: 'PL', // ISO 3166 two letter country code
158
158
  language: 'en', // ISO 639-1 two letter language code,
159
159
  sandbox: true,
160
- clientId: 'q9vSd5V6U2iWRFhDegGcYv3nk68FBSPp',
161
- docId: '8dKIyi7awt2kWd2k5lm1JrMtnCfKQ86VoIQFGcM6',
160
+ clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
161
+ docId: 'FVTJc90uis6i9XHyWQPkmKsNTGyTx0F8aoqiDzRQ',
162
162
  apiEndpoints: {
163
163
  base: () => 'https://id.eideasy.eu',
164
164
  },
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.43.0",
3
+ "version": "2.45.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-v2NVjmOP+w/qva1Ci/z5Zm1LWB+3J700kha6EL6ywug=",
7
- "productionReleaseVersion": "2.43.0",
8
- "productionReleaseSri": "sha256-v2NVjmOP+w/qva1Ci/z5Zm1LWB+3J700kha6EL6ywug=",
6
+ "sri": "sha256-w8FMBJpwGe/T6sE+0TZCTKBBmhu5WWfl51ZIiXAKxjY=",
7
+ "productionReleaseVersion": "2.45.0",
8
+ "productionReleaseSri": "sha256-w8FMBJpwGe/T6sE+0TZCTKBBmhu5WWfl51ZIiXAKxjY=",
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.42.0",
46
+ "@eid-easy/eideasy-browser-client": "2.44.0",
47
47
  "core-js": "^3.6.5",
48
48
  "i18n-iso-countries": "^6.7.0",
49
49
  "lodash.defaultsdeep": "^4.6.1",