@eid-easy/eideasy-widget 2.103.5 → 2.104.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
@@ -240,6 +240,7 @@
240
240
  fieldAutocomplete: true,
241
241
  // waitForChallengeCode: true,
242
242
  mode,
243
+ // showSignaturePolicyLink: false,
243
244
  }
244
245
 
245
246
  Object.keys(settings).forEach(key => {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@eid-easy/eideasy-widget",
3
- "version": "2.103.5",
3
+ "version": "2.104.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-WeEVji2o4xZGO29MLMZKOaF7Gh7w9AbzzpqBXkRtKCY=",
7
- "productionReleaseVersion": "2.103.5",
8
- "productionReleaseSri": "sha256-WeEVji2o4xZGO29MLMZKOaF7Gh7w9AbzzpqBXkRtKCY=",
6
+ "sri": "sha256-GEpiK1oYCdD7fE6abQYhedQvSQHlR0iGI0er9HvcagU=",
7
+ "productionReleaseVersion": "2.104.0",
8
+ "productionReleaseSri": "sha256-GEpiK1oYCdD7fE6abQYhedQvSQHlR0iGI0er9HvcagU=",
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.78.2",
44
+ "@eid-easy/eideasy-browser-client": "2.79.0",
45
45
  "core-js": "^3.8.3",
46
46
  "i18n-iso-countries": "^6.7.0",
47
47
  "lodash.defaultsdeep": "^4.6.1",