@eid-easy/eideasy-widget 2.114.0 → 2.114.2

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
@@ -165,8 +165,8 @@
165
165
  countryCode: 'BE', // ISO 3166 two letter country code
166
166
  language: 'en', // ISO 639-1 two letter language code,
167
167
  sandbox: true,
168
- clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
169
- docId: 'VvtLzwVeSVnOKRXuspChK7ogyiqkUYD0MfvJGWvV',
168
+ clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
169
+ docId: 'UTf18UQQrhEeXHKdRyEmSTTtACa9rczLcdX30TJu',
170
170
  apiEndpoints: {
171
171
  // base: () => 'http://localhost:8000',
172
172
  base: () => 'https://id.eideasy.eu',
@@ -190,8 +190,8 @@
190
190
  // use these to prefill the input values
191
191
  inputValues: {
192
192
  // idcode: '',
193
- // phone: '00000766',
194
- // callingCode: '+372',
193
+ phone: '00000766',
194
+ callingCode: '+372',
195
195
  },
196
196
  modifyRequestSettings: (currentSettings) => {
197
197
  return {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.114.0",
3
+ "version": "2.114.2",
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-ypcdy+gmSZh4137lyZYnOubyazj/lTZF8jpWWNRxgQg=",
7
- "productionReleaseVersion": "2.114.0",
8
- "productionReleaseSri": "sha256-ypcdy+gmSZh4137lyZYnOubyazj/lTZF8jpWWNRxgQg=",
6
+ "sri": "sha256-pQoXQ1qOK/diIPPFJLpT3vNRWg8g/s9ZOHQB5S5JOBU=",
7
+ "productionReleaseVersion": "2.114.2",
8
+ "productionReleaseSri": "sha256-pQoXQ1qOK/diIPPFJLpT3vNRWg8g/s9ZOHQB5S5JOBU=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],