@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
|
@@ -47848,7 +47848,6 @@ vue_runtime_esm["a" /* default */].customElement('eideasy-widget', App, {
|
|
|
47848
47848
|
RootComponentDefinition.store = store;
|
|
47849
47849
|
RootComponentDefinition.storeActions = actions;
|
|
47850
47850
|
RootComponentDefinition.storeGetters = getters;
|
|
47851
|
-
console.log(propsData);
|
|
47852
47851
|
var eidEasyClient = eideasy_browser_client_default()(propsData);
|
|
47853
47852
|
|
|
47854
47853
|
var eidEasyOnSuccess = function eidEasyOnSuccess(result) {
|