@eid-easy/eideasy-widget 2.69.1 → 2.70.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
@@ -142,6 +142,7 @@
142
142
  },
143
143
  oauthParamState: 'custom-state-value-from-widget',
144
144
  fieldAutocomplete: true,
145
+ allowMethodChange: true,
145
146
  }
146
147
 
147
148
  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.69.1",
3
+ "version": "2.70.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-w//9sR6BLdxEDE3zdzr3f1zTMz5H/vKNpw3dMG3QvX4=",
7
- "productionReleaseVersion": "2.69.1",
8
- "productionReleaseSri": "sha256-w//9sR6BLdxEDE3zdzr3f1zTMz5H/vKNpw3dMG3QvX4=",
6
+ "sri": "sha256-+JzksDAb74a+3tCdypD5PBHdVov9HTYC1OPTHYES+2Q=",
7
+ "productionReleaseVersion": "2.70.0",
8
+ "productionReleaseSri": "sha256-+JzksDAb74a+3tCdypD5PBHdVov9HTYC1OPTHYES+2Q=",
9
9
  "files": [
10
10
  "dist"
11
11
  ],
@@ -17,8 +17,6 @@
17
17
  "lint": "vue-cli-service lint",
18
18
  "build:external-vue": "vue-cli-service build --mode production --dest dist/widget-only --target lib --name eideasy-widget src/main.js",
19
19
  "build:regular": "vue-cli-service build",
20
- "docs:build": "vuepress build docs",
21
- "docs:dev": "vuepress dev docs",
22
20
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
23
21
  "changelog:latest": "conventional-changelog -p angular -i CHANGELOG-LATEST.md -s -r 1",
24
22
  "release": "node scripts/release.js",
@@ -73,9 +71,9 @@
73
71
  "eslint-plugin-vue": "^8.0.3",
74
72
  "execa": "^5.1.1",
75
73
  "lodash": "^4.17.21",
76
- "minimist": "^1.2.5",
74
+ "minimist": "^1.2.7",
77
75
  "node-fetch": "^2.6.1",
78
- "node-sass": "^7.0.0",
76
+ "node-sass": "^8.0.0",
79
77
  "sass": "^1.32.5",
80
78
  "sass-loader": "^10.1.1",
81
79
  "semver": "^7.3.5",