@eid-easy/eideasy-widget 2.68.0 → 2.69.1-alpha.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/CHANGELOG-LATEST.md +2 -2
- package/CHANGELOG.md +21 -3
- package/dist/full/eideasy-widget.common.js +38778 -46892
- package/dist/full/eideasy-widget.umd.js +38798 -46911
- package/dist/full/eideasy-widget.umd.min.js +5 -19
- package/package.json +27 -18
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-widget",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.69.1-alpha.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-
|
|
7
|
-
"productionReleaseVersion": "2.
|
|
8
|
-
"productionReleaseSri": "sha256-
|
|
6
|
+
"sri": "sha256-yRaE4K2EPBrrSL2UGLF6y7yTVAeoAvsmojonP/c5rP0=",
|
|
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,23 +69,23 @@
|
|
|
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",
|
|
75
77
|
"node-fetch": "^2.6.1",
|
|
76
|
-
"node-sass": "^
|
|
78
|
+
"node-sass": "^7.0.0",
|
|
77
79
|
"sass": "^1.32.5",
|
|
78
80
|
"sass-loader": "^10.1.1",
|
|
79
81
|
"semver": "^7.3.5",
|
|
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.8.2",
|
|
88
|
+
"vue-template-compiler": "^2.6.14",
|
|
87
89
|
"webpack-bundle-analyzer": "^4.4.0"
|
|
88
90
|
},
|
|
89
91
|
"eslintConfig": {
|
|
@@ -97,13 +99,20 @@
|
|
|
97
99
|
"eslint:recommended"
|
|
98
100
|
],
|
|
99
101
|
"parserOptions": {
|
|
100
|
-
"parser": "babel-
|
|
102
|
+
"parser": "@babel/eslint-parser"
|
|
101
103
|
},
|
|
102
104
|
"rules": {
|
|
103
105
|
"no-unused-vars": "warn",
|
|
104
106
|
"vue/no-unused-components": "warn",
|
|
105
107
|
"vue/no-unused-vars": "warn",
|
|
106
|
-
"vue/require-default-prop": "off"
|
|
108
|
+
"vue/require-default-prop": "off",
|
|
109
|
+
"vue/v-slot-style": [
|
|
110
|
+
"warn",
|
|
111
|
+
{
|
|
112
|
+
"default": "v-slot",
|
|
113
|
+
"named": "longform"
|
|
114
|
+
}
|
|
115
|
+
]
|
|
107
116
|
},
|
|
108
117
|
"overrides": [
|
|
109
118
|
{
|