@openfin/fdc3-api 36.79.11 → 36.79.13

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.
@@ -7929,7 +7929,7 @@ declare type InteropBrokerDisconnectionEvent = {
7929
7929
  * @interface
7930
7930
  */
7931
7931
  declare type InteropBrokerOptions = {
7932
- contextGroups?: ContextGroupInfo;
7932
+ contextGroups?: ContextGroupInfo[];
7933
7933
  logging?: InteropLoggingOptions;
7934
7934
  };
7935
7935
 
@@ -7929,7 +7929,7 @@ declare type InteropBrokerDisconnectionEvent = {
7929
7929
  * @interface
7930
7930
  */
7931
7931
  declare type InteropBrokerOptions = {
7932
- contextGroups?: ContextGroupInfo;
7932
+ contextGroups?: ContextGroupInfo[];
7933
7933
  logging?: InteropLoggingOptions;
7934
7934
  };
7935
7935
 
@@ -7929,7 +7929,7 @@ declare type InteropBrokerDisconnectionEvent = {
7929
7929
  * @interface
7930
7930
  */
7931
7931
  declare type InteropBrokerOptions = {
7932
- contextGroups?: ContextGroupInfo;
7932
+ contextGroups?: ContextGroupInfo[];
7933
7933
  logging?: InteropLoggingOptions;
7934
7934
  };
7935
7935
 
package/out/fdc3-api.d.ts CHANGED
@@ -8022,7 +8022,7 @@ declare type InteropBrokerDisconnectionEvent = {
8022
8022
  * @interface
8023
8023
  */
8024
8024
  declare type InteropBrokerOptions = {
8025
- contextGroups?: ContextGroupInfo;
8025
+ contextGroups?: ContextGroupInfo[];
8026
8026
  logging?: InteropLoggingOptions;
8027
8027
  };
8028
8028
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "36.79.11",
3
+ "version": "36.79.13",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,