@eid-easy/eideasy-widget 2.85.0 → 2.86.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
@@ -95,8 +95,8 @@
95
95
  enabledCountries: 'all',
96
96
  // use these to prefill the input values
97
97
  inputValues: {
98
- idcode: '',
99
- phone: '00000766',
98
+ // idcode: '',
99
+ // phone: '00000766',
100
100
  },
101
101
  modifyRequestSettings: (currentSettings) => {
102
102
  return {
@@ -165,7 +165,7 @@
165
165
  countryCode: 'FR', // ISO 3166 two letter country code
166
166
  language: 'en', // ISO 639-1 two letter language code,
167
167
  sandbox: true,
168
- clientId: 'ak7lGUHjoK2Cam2Nr9yTDpu3SOPttYFx',
168
+ clientId: 'iu7Zz3lvnHEPtSgYqAagF9bSSeCc07wo',
169
169
  docId: 'uMv8cfU4DTrIlCCri5R11SmaGiLfeL2Lz493gSyD',
170
170
  apiEndpoints: {
171
171
  base: () => 'https://id.eideasy.eu',
@@ -188,7 +188,7 @@
188
188
  enabledCountries: 'all',
189
189
  // use these to prefill the input values
190
190
  inputValues: {
191
- idcode: '',
191
+ // idcode: '',
192
192
  // phone: '00000766',
193
193
  // callingCode: '+372',
194
194
  },
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.85.0",
3
+ "version": "2.86.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-qSDztbdztJQeKLHkgS6CA8UMZYaGG5wakgs0T83p6uU=",
7
- "productionReleaseVersion": "2.85.0",
8
- "productionReleaseSri": "sha256-qSDztbdztJQeKLHkgS6CA8UMZYaGG5wakgs0T83p6uU=",
6
+ "sri": "sha256-Ck9i0xnt+f+Z73rX6AZ6TkyCZvKVnBHZKcggF6TqLsk=",
7
+ "productionReleaseVersion": "2.86.1",
8
+ "productionReleaseSri": "sha256-Ck9i0xnt+f+Z73rX6AZ6TkyCZvKVnBHZKcggF6TqLsk=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],