@eid-easy/eideasy-widget 2.67.0 → 2.69.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/CHANGELOG-LATEST.md +2 -2
- package/CHANGELOG.md +19 -0
- package/dist/full/eideasy-widget.common.js +40176 -48288
- package/dist/full/eideasy-widget.umd.js +40174 -48285
- package/dist/full/eideasy-widget.umd.min.js +5 -19
- package/dist/index.html +1 -1
- package/package.json +27 -17
package/dist/index.html
CHANGED
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
language: 'en', // ISO 639-1 two letter language code,
|
|
162
162
|
sandbox: true,
|
|
163
163
|
clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
|
|
164
|
-
docId: '
|
|
164
|
+
docId: 'vNlQWi9Dsr2XfiMOHXs6YvFB96ZVWK6B7aM7jfOI',
|
|
165
165
|
apiEndpoints: {
|
|
166
166
|
base: () => 'https://id.eideasy.eu',
|
|
167
167
|
},
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-widget",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.69.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-
|
|
7
|
-
"productionReleaseVersion": "2.
|
|
8
|
-
"productionReleaseSri": "sha256-
|
|
6
|
+
"sri": "sha256-JEzdYqd9QP0XOX9H6Co7eblMp+f6lWam+CcvIDUsgSQ=",
|
|
7
|
+
"productionReleaseVersion": "2.69.0",
|
|
8
|
+
"productionReleaseSri": "sha256-JEzdYqd9QP0XOX9H6Co7eblMp+f6lWam+CcvIDUsgSQ=",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
@@ -43,21 +43,23 @@
|
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@eid-easy/eideasy-browser-client": "2.
|
|
47
|
-
"core-js": "^3.
|
|
46
|
+
"@eid-easy/eideasy-browser-client": "2.58.0",
|
|
47
|
+
"core-js": "^3.8.3",
|
|
48
48
|
"i18n-iso-countries": "^6.7.0",
|
|
49
49
|
"lodash.defaultsdeep": "^4.6.1",
|
|
50
50
|
"signature_pad": "^4.1.4",
|
|
51
|
-
"vue": "^2.6.
|
|
51
|
+
"vue": "^2.6.14",
|
|
52
52
|
"vue-custom-element": "^3.2.14",
|
|
53
53
|
"vue-i18n": "^8.23.0",
|
|
54
54
|
"vue-select": "^3.11.2"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
57
|
+
"@babel/core": "^7.12.16",
|
|
58
|
+
"@babel/eslint-parser": "^7.12.16",
|
|
59
|
+
"@vue/cli-plugin-babel": "~5.0.0",
|
|
60
|
+
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
59
61
|
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
|
60
|
-
"@vue/cli-service": "~
|
|
62
|
+
"@vue/cli-service": "~5.0.0",
|
|
61
63
|
"@vue/test-utils": "^1.0.3",
|
|
62
64
|
"axios": "^0.25.0",
|
|
63
65
|
"babel-eslint": "^10.1.0",
|
|
@@ -67,8 +69,8 @@
|
|
|
67
69
|
"cz-conventional-changelog": "^3.3.0",
|
|
68
70
|
"dotenv": "^14.2.0",
|
|
69
71
|
"enquirer": "^2.3.6",
|
|
70
|
-
"eslint": "^
|
|
71
|
-
"eslint-plugin-vue": "^
|
|
72
|
+
"eslint": "^7.32.0",
|
|
73
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
72
74
|
"execa": "^5.1.1",
|
|
73
75
|
"lodash": "^4.17.21",
|
|
74
76
|
"minimist": "^1.2.5",
|
|
@@ -80,10 +82,11 @@
|
|
|
80
82
|
"sinon": "^11.1.1",
|
|
81
83
|
"slackify-markdown": "^4.3.1",
|
|
82
84
|
"ssri": "^8.0.1",
|
|
83
|
-
"vue-jest": "^
|
|
85
|
+
"vue-jest": "^4.0.1",
|
|
86
|
+
"vue-server-renderer": "^2.7.14",
|
|
84
87
|
"vue-svg-loader": "^0.16.0",
|
|
85
|
-
"vue-template-compiler": "^2.6.
|
|
86
|
-
"vuepress": "^1.
|
|
88
|
+
"vue-template-compiler": "^2.6.14",
|
|
89
|
+
"vuepress": "^1.9.7",
|
|
87
90
|
"webpack-bundle-analyzer": "^4.4.0"
|
|
88
91
|
},
|
|
89
92
|
"eslintConfig": {
|
|
@@ -97,13 +100,20 @@
|
|
|
97
100
|
"eslint:recommended"
|
|
98
101
|
],
|
|
99
102
|
"parserOptions": {
|
|
100
|
-
"parser": "babel-
|
|
103
|
+
"parser": "@babel/eslint-parser"
|
|
101
104
|
},
|
|
102
105
|
"rules": {
|
|
103
106
|
"no-unused-vars": "warn",
|
|
104
107
|
"vue/no-unused-components": "warn",
|
|
105
108
|
"vue/no-unused-vars": "warn",
|
|
106
|
-
"vue/require-default-prop": "off"
|
|
109
|
+
"vue/require-default-prop": "off",
|
|
110
|
+
"vue/v-slot-style": [
|
|
111
|
+
"warn",
|
|
112
|
+
{
|
|
113
|
+
"default": "v-slot",
|
|
114
|
+
"named": "longform"
|
|
115
|
+
}
|
|
116
|
+
]
|
|
107
117
|
},
|
|
108
118
|
"overrides": [
|
|
109
119
|
{
|