@openfin/core-web 0.38.50 → 0.39.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.
@@ -62,7 +62,8 @@ export declare type InheritModeConnectConfig = BaseConfig & {
62
62
  connectionInheritance: 'enabled';
63
63
  /**
64
64
  * Options used to connect to an OpenFin Web Broker. Please note, these will be overriden if connectionInheritance
65
- * is 'enabled' and supported for the current browsing context.
65
+ * is 'enabled' and supported for the current browsing context. In the case that inherited options are unavailable,
66
+ * these options will be used.
66
67
  */
67
68
  options?: BaseConnectionOptions;
68
69
  /**
package/out/api-client.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("./main-8b123dea.js");require("buffer/"),require("uuid"),require("events"),require("lodash"),exports.connect=e.connect;
1
+ "use strict";var e=require("./main-e207373b.js");require("buffer/"),require("uuid"),require("events"),require("lodash"),exports.connect=e.connect;
@@ -29,7 +29,8 @@ If 'disabled', the `options` property is required.
29
29
  > **`optional`** **options**: [`BaseConnectionOptions`](BaseConnectionOptions.md)
30
30
 
31
31
  Options used to connect to an OpenFin Web Broker. Please note, these will be overriden if connectionInheritance
32
- is 'enabled' and supported for the current browsing context.
32
+ is 'enabled' and supported for the current browsing context. In the case that inherited options are unavailable,
33
+ these options will be used.
33
34
 
34
35
  ### validateOptions()?
35
36