@eid-easy/eideasy-widget 2.61.0 → 2.62.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
@@ -159,7 +159,7 @@
159
159
  countryCode: 'CH', // ISO 3166 two letter country code
160
160
  language: 'en', // ISO 639-1 two letter language code,
161
161
  sandbox: true,
162
- clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
162
+ clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
163
163
  docId: '7L5Ux76VHJtlhTngNJdICLmYHbHFnz7012mZMlY1',
164
164
  apiEndpoints: {
165
165
  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.61.0",
3
+ "version": "2.62.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-LtQjNcVP8gCqyZJYZKfXliW0e3mNPzXVRph7fmeORDs=",
7
- "productionReleaseVersion": "2.61.0",
8
- "productionReleaseSri": "sha256-LtQjNcVP8gCqyZJYZKfXliW0e3mNPzXVRph7fmeORDs=",
6
+ "sri": "sha256-NfJOoT9S9k+rZPV4tarE2j3yr5AiuS289Hix9q04Jws=",
7
+ "productionReleaseVersion": "2.62.0",
8
+ "productionReleaseSri": "sha256-NfJOoT9S9k+rZPV4tarE2j3yr5AiuS289Hix9q04Jws=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],