@eid-easy/eideasy-widget 2.37.0 → 2.40.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
@@ -60,10 +60,10 @@
60
60
  const eidEasyWidget = document.createElement('eideasy-widget');
61
61
 
62
62
  const settings = {
63
- countryCode: 'LV', // ISO 3166 two letter country code
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',
66
+ clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
67
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',
@@ -137,7 +137,8 @@
137
137
  },
138
138
  modifyEndpointUrl(urlString) {
139
139
  return urlString;
140
- }
140
+ },
141
+ oauthParamState: 'custom-state-value-from-widget',
141
142
  }
142
143
 
143
144
  Object.keys(settings).forEach(key => {
@@ -153,11 +154,11 @@
153
154
 
154
155
  const settings = {
155
156
  debug: true,
156
- countryCode: 'EE', // ISO 3166 two letter country code
157
+ countryCode: 'DE', // ISO 3166 two letter country code
157
158
  language: 'en', // ISO 639-1 two letter language code,
158
159
  sandbox: true,
159
160
  clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
160
- docId: 'GxS4XPn1iunNr3Yunftq1yzUh1JYKE0T3uE3x0VQ',
161
+ docId: 'zM8i4KMwfphUPJG6lOYHEmT7faOItfD8tjgAtNwX',
161
162
  apiEndpoints: {
162
163
  base: () => 'https://id.eideasy.eu',
163
164
  },
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.37.0",
3
+ "version": "2.40.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-tFx4Mnp48anUC9OPezXZzGGCtnEeJiYxy2OnkRtW890=",
7
- "productionReleaseVersion": "2.37.0",
8
- "productionReleaseSri": "sha256-tFx4Mnp48anUC9OPezXZzGGCtnEeJiYxy2OnkRtW890=",
6
+ "sri": "sha256-KX6RQ5368tMZuzXQ+TDfh/qlqp0tqGbkwB40HU5ddYQ=",
7
+ "productionReleaseVersion": "2.40.0",
8
+ "productionReleaseSri": "sha256-KX6RQ5368tMZuzXQ+TDfh/qlqp0tqGbkwB40HU5ddYQ=",
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.37.0",
46
+ "@eid-easy/eideasy-browser-client": "2.39.0",
47
47
  "core-js": "^3.6.5",
48
48
  "i18n-iso-countries": "^6.7.0",
49
49
  "lodash.defaultsdeep": "^4.6.1",