@eid-easy/eideasy-browser-client 2.118.0 → 2.120.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 +38 -20
- package/dist/eideasy-browser-client.js +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eid-easy/eideasy-browser-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.120.0",
|
|
4
4
|
"description": "eideasy-browser-client is a handy tool that you can use to handle the client side parts of the identification and signing flows when using eID Easy API.",
|
|
5
5
|
"main": "dist/eideasy-browser-client.js",
|
|
6
|
-
"sri": "sha256-
|
|
7
|
-
"productionReleaseVersion": "2.
|
|
8
|
-
"productionReleaseSri": "sha256-
|
|
6
|
+
"sri": "sha256-HZ319HnWCfUsJF+7eMp29q5kSfR3PGVR0YkUemCkaH0=",
|
|
7
|
+
"productionReleaseVersion": "2.120.0",
|
|
8
|
+
"productionReleaseSri": "sha256-HZ319HnWCfUsJF+7eMp29q5kSfR3PGVR0YkUemCkaH0=",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"webpack-merge": "^5.7.3"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"axios": "1.
|
|
103
|
+
"axios": "1.8.2",
|
|
104
104
|
"jsencrypt": "3.2.1",
|
|
105
105
|
"lodash": "^4.17.21",
|
|
106
106
|
"serialize-error": "^9.1.1"
|