@eid-easy/eideasy-widget 2.168.0 → 2.170.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 +18 -0
- package/dist/.DS_Store +0 -0
- package/dist/full/eideasy-widget.common.js +312 -51
- package/dist/full/eideasy-widget.umd.js +347 -86
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +1 -1
- package/package.json +5 -5
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.169.0](https://github.com/eideasy/eideasy-widget/compare/v2.168.0...v2.169.0) (2025-08-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* widget implement lacuna local certificate middleware ([#338](https://github.com/eideasy/eideasy-widget/issues/338)) ([6e86eda](https://github.com/eideasy/eideasy-widget/commit/6e86eda644fed8d597ead11720d1baa412f3d828))
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# [2.170.0](https://github.com/eideasy/eideasy-widget/compare/v2.169.0...v2.170.0) (2025-08-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Implement Evrotrust login ([#339](https://github.com/eideasy/eideasy-widget/issues/339)) ([fafa5e4](https://github.com/eideasy/eideasy-widget/commit/fafa5e4289fd230540177efe33e05b22f4537b3e))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# [2.169.0](https://github.com/eideasy/eideasy-widget/compare/v2.168.0...v2.169.0) (2025-08-12)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* widget implement lacuna local certificate middleware ([#338](https://github.com/eideasy/eideasy-widget/issues/338)) ([6e86eda](https://github.com/eideasy/eideasy-widget/commit/6e86eda644fed8d597ead11720d1baa412f3d828))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
# [2.168.0](https://github.com/eideasy/eideasy-widget/compare/v2.167.0...v2.168.0) (2025-08-07)
|
|
2
20
|
|
|
3
21
|
|
package/dist/.DS_Store
CHANGED
|
Binary file
|