@eid-easy/eideasy-widget 2.3.0 → 2.4.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
@@ -121,6 +121,7 @@
121
121
  const eidEasyWidget = document.createElement('eideasy-widget');
122
122
 
123
123
  const settings = {
124
+ debug: true,
124
125
  countryCode: 'EE', // ISO 3166 two letter country code
125
126
  language: 'et', // ISO 639-1 two letter language code,
126
127
  sandbox: true,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.3.0",
3
+ "version": "2.4.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-3hgYczVe2Lcoq3Cw/14qKZTOgzWU6kC0p7SYptuoM0Q=",
7
- "productionReleaseVersion": "2.3.0",
8
- "productionReleaseSri": "sha256-3hgYczVe2Lcoq3Cw/14qKZTOgzWU6kC0p7SYptuoM0Q=",
6
+ "sri": "sha256-7sBYPMivvUcoLZAIbHwxyKALjt3q2pM4VuidYU4ylbY=",
7
+ "productionReleaseVersion": "2.4.0",
8
+ "productionReleaseSri": "sha256-7sBYPMivvUcoLZAIbHwxyKALjt3q2pM4VuidYU4ylbY=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],