@interopio/desktop 6.2.0 → 6.2.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.md CHANGED
@@ -1,3 +1,5 @@
1
+ 6.2.1
2
+ - fix: appManger - myApplication returns undefined in webGroups and workspaces
1
3
  6.2.0
2
4
  - feat: notifications - allow user to change the notification panel and toasts position
3
5
  - feat: windows: add new method - clone
@@ -13023,7 +13023,7 @@
13023
13023
  };
13024
13024
  this.getMyApplication = () => {
13025
13025
  if (this._agm.instance) {
13026
- return this.application(this._agm.instance.application);
13026
+ return this.application(this._agm.instance.applicationName);
13027
13027
  }
13028
13028
  };
13029
13029
  this.handleSnapshotAppsAdded = (newApps) => {
@@ -18884,7 +18884,7 @@
18884
18884
  };
18885
18885
  }
18886
18886
 
18887
- var version = "6.2.0";
18887
+ var version = "6.2.1";
18888
18888
 
18889
18889
  var prepareConfig = (options) => {
18890
18890
  function getLibConfig(value, defaultMode, trueMode) {