@eid-easy/eideasy-widget 2.137.1 → 2.138.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
@@ -164,11 +164,11 @@
164
164
 
165
165
  const settings = {
166
166
  debug: true,
167
- countryCode: 'BE', // ISO 3166 two letter country code
167
+ countryCode: 'UA', // ISO 3166 two letter country code
168
168
  language: 'en', // ISO 639-1 two letter language code,
169
169
  sandbox: true,
170
- clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
171
- docId: 'fQkxP50FvZqdToQ3NHSWsD9hMKtnxxRzbAR6QX3i',
170
+ clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
171
+ docId: 'RCxmf8ZirP31S8A8bI27rjinPjycqjdIzZNgjst0',
172
172
  apiEndpoints: {
173
173
  // base: () => 'http://localhost:8000',
174
174
  base: () => 'https://id.eideasy.eu',
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.137.1",
3
+ "version": "2.138.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-abk1DmCVZk4CdpOfbnffu0WZgCcc/BCfDtYeZ7mPXtc=",
7
- "productionReleaseVersion": "2.137.1",
8
- "productionReleaseSri": "sha256-abk1DmCVZk4CdpOfbnffu0WZgCcc/BCfDtYeZ7mPXtc=",
6
+ "sri": "sha256-ajoLjdZ4u2/Te/QKd0c5D+pgQ+GYLhiLcQ264IGcBMg=",
7
+ "productionReleaseVersion": "2.138.1",
8
+ "productionReleaseSri": "sha256-ajoLjdZ4u2/Te/QKd0c5D+pgQ+GYLhiLcQ264IGcBMg=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "license": "MIT",
43
43
  "dependencies": {
44
- "@eid-easy/eideasy-browser-client": "2.108.0",
44
+ "@eid-easy/eideasy-browser-client": "2.109.0",
45
45
  "core-js": "^3.8.3",
46
46
  "i18n-iso-countries": "^6.7.0",
47
47
  "lodash.defaultsdeep": "^4.6.1",