@interopio/desktop 6.8.0 → 6.8.2

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.
@@ -2927,7 +2927,7 @@ const ContextMessageReplaySpec = {
2927
2927
  }
2928
2928
  };
2929
2929
 
2930
- var version$1 = "6.4.1";
2930
+ var version$1 = "6.4.2";
2931
2931
 
2932
2932
  function prepareConfig$1 (configuration, ext, glue42gd) {
2933
2933
  let nodeStartingContext;
@@ -6158,6 +6158,10 @@ class Client {
6158
6158
  return [];
6159
6159
  }
6160
6160
  instanceMatch(instanceFilter, instanceDefinition) {
6161
+ if (instanceFilter?.peerId && instanceFilter?.instance) {
6162
+ instanceFilter = { ...instanceFilter };
6163
+ delete instanceFilter.peerId;
6164
+ }
6161
6165
  return this.containsProps(instanceFilter, instanceDefinition);
6162
6166
  }
6163
6167
  methodMatch(methodFilter, methodDefinition) {
@@ -18420,7 +18424,7 @@ function factory$3(agm) {
18420
18424
  };
18421
18425
  }
18422
18426
 
18423
- var version = "6.8.0";
18427
+ var version = "6.8.2";
18424
18428
 
18425
18429
  var prepareConfig = (options) => {
18426
18430
  function getLibConfig(value, defaultMode, trueMode) {