@eid-easy/eideasy-widget 2.13.0 → 2.13.1
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 +7 -2
- package/CHANGELOG.md +9 -0
- package/dist/full/eideasy-widget.common.js +0 -1
- package/dist/full/eideasy-widget.common.js.map +1 -1
- package/dist/full/eideasy-widget.umd.js +0 -1
- package/dist/full/eideasy-widget.umd.js.map +1 -1
- package/dist/full/eideasy-widget.umd.min.js +1 -1
- package/dist/full/eideasy-widget.umd.min.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG-LATEST.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.13.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0...v2.13.0) (2022-04-11)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* update browser client ([a528602](https://github.com/eideasy/eideasy-widget/commit/a5286028efc11d7b8bcf1f2e75bab298b94ed945))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add remoteMonitoringEnabled option ([#84](https://github.com/eideasy/eideasy-widget/issues/84)) ([0e03d7d](https://github.com/eideasy/eideasy-widget/commit/0e03d7d13cf893d36c5d6fbb41de5d663822f5d4))
|
|
7
12
|
|
|
8
13
|
|
|
9
14
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [2.13.1](https://github.com/eideasy/eideasy-widget/compare/v2.13.0...v2.13.1) (2022-04-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove unnecessary console.log ([012f1e2](https://github.com/eideasy/eideasy-widget/commit/012f1e2c004587db2122978cb0302dcc754113fc))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
# [2.13.0](https://github.com/eideasy/eideasy-widget/compare/v2.12.0...v2.13.0) (2022-04-11)
|
|
2
11
|
|
|
3
12
|
|
|
@@ -47839,7 +47839,6 @@ vue_runtime_esm["a" /* default */].customElement('eideasy-widget', App, {
|
|
|
47839
47839
|
RootComponentDefinition.store = store;
|
|
47840
47840
|
RootComponentDefinition.storeActions = actions;
|
|
47841
47841
|
RootComponentDefinition.storeGetters = getters;
|
|
47842
|
-
console.log(propsData);
|
|
47843
47842
|
var eidEasyClient = eideasy_browser_client_default()(propsData);
|
|
47844
47843
|
|
|
47845
47844
|
var eidEasyOnSuccess = function eidEasyOnSuccess(result) {
|