@eid-easy/eideasy-widget 2.89.0 → 2.92.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
@@ -162,11 +162,11 @@
162
162
 
163
163
  const settings = {
164
164
  debug: true,
165
- countryCode: 'FR', // ISO 3166 two letter country code
165
+ countryCode: 'EE', // ISO 3166 two letter country code
166
166
  language: 'en', // ISO 639-1 two letter language code,
167
167
  sandbox: true,
168
168
  clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
169
- docId: 'onUu7fIlq7MU8tL4odnuDaxsGIagRd31Is3OFnTa',
169
+ docId: 'Yeo9IOZwIoq7X0COmFDZ4E5N6ioURpA58JoNDpC1',
170
170
  apiEndpoints: {
171
171
  base: () => 'https://id.eideasy.eu',
172
172
  },
@@ -238,7 +238,7 @@
238
238
  //otpFlow: 'start-at-method-selection',
239
239
  requireHandwrittenSignature: false,
240
240
  fieldAutocomplete: true,
241
- waitForChallengeCode: false,
241
+ // waitForChallengeCode: true,
242
242
  mode,
243
243
  }
244
244
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.89.0",
3
+ "version": "2.92.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-EmAPpgxUKqCF2gmPgCE7Ah+mB4I5/7WpLwdhx3nrBW8=",
7
- "productionReleaseVersion": "2.89.0",
8
- "productionReleaseSri": "sha256-EmAPpgxUKqCF2gmPgCE7Ah+mB4I5/7WpLwdhx3nrBW8=",
6
+ "sri": "sha256-mCBUjt0J2jfFDEpb2+M3uMDM/d9cwA5EdGMHgTWofQc=",
7
+ "productionReleaseVersion": "2.92.1",
8
+ "productionReleaseSri": "sha256-mCBUjt0J2jfFDEpb2+M3uMDM/d9cwA5EdGMHgTWofQc=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],