@openfin/remote-adapter 36.79.11 → 36.79.12

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.
@@ -7638,7 +7638,7 @@ declare type InteropBrokerDisconnectionEvent = {
7638
7638
  * @interface
7639
7639
  */
7640
7640
  declare type InteropBrokerOptions = {
7641
- contextGroups?: ContextGroupInfo;
7641
+ contextGroups?: ContextGroupInfo[];
7642
7642
  logging?: InteropLoggingOptions;
7643
7643
  };
7644
7644
 
@@ -7638,7 +7638,7 @@ declare type InteropBrokerDisconnectionEvent = {
7638
7638
  * @interface
7639
7639
  */
7640
7640
  declare type InteropBrokerOptions = {
7641
- contextGroups?: ContextGroupInfo;
7641
+ contextGroups?: ContextGroupInfo[];
7642
7642
  logging?: InteropLoggingOptions;
7643
7643
  };
7644
7644
 
@@ -7638,7 +7638,7 @@ declare type InteropBrokerDisconnectionEvent = {
7638
7638
  * @interface
7639
7639
  */
7640
7640
  declare type InteropBrokerOptions = {
7641
- contextGroups?: ContextGroupInfo;
7641
+ contextGroups?: ContextGroupInfo[];
7642
7642
  logging?: InteropLoggingOptions;
7643
7643
  };
7644
7644
 
@@ -7731,7 +7731,7 @@ declare type InteropBrokerDisconnectionEvent = {
7731
7731
  * @interface
7732
7732
  */
7733
7733
  declare type InteropBrokerOptions = {
7734
- contextGroups?: ContextGroupInfo;
7734
+ contextGroups?: ContextGroupInfo[];
7735
7735
  logging?: InteropLoggingOptions;
7736
7736
  };
7737
7737
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "36.79.11",
3
+ "version": "36.79.12",
4
4
  "description": "Establish intermachine runtime connections using webRTC.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,