@eid-easy/eideasy-widget 2.163.0 → 2.163.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
@@ -173,7 +173,7 @@
173
173
  language: 'en', // ISO 639-1 two letter language code,
174
174
  sandbox: true,
175
175
  clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
176
- docId: 'fq9lM2YvTPmFRBXkAx4oiJxiI3TJVtBrMGF5pjbR',
176
+ docId: 'Hwx9B4HmqIQXFhWQfldLhbt1xm5nH93PTi8Q7170',
177
177
  apiEndpoints: {
178
178
  // base: () => 'http://localhost:8000',
179
179
  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.163.0",
3
+ "version": "2.163.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-bmIJWc94LJ/zmQvBdN9OOje8hOFGooV5QE26geCstc4=",
7
- "productionReleaseVersion": "2.163.0",
8
- "productionReleaseSri": "sha256-bmIJWc94LJ/zmQvBdN9OOje8hOFGooV5QE26geCstc4=",
6
+ "sri": "sha256-45dIcI7eBENWrBHCyBPBhMsJkKRntd+Ww/PBiQEbMO8=",
7
+ "productionReleaseVersion": "2.163.2",
8
+ "productionReleaseSri": "sha256-45dIcI7eBENWrBHCyBPBhMsJkKRntd+Ww/PBiQEbMO8=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],