@openfin/core 42.100.34 → 42.100.35

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.
@@ -6223,9 +6223,10 @@ declare type InitPlatformOptions = {
6223
6223
  * Injection setting for the `fin` API.
6224
6224
  *
6225
6225
  * * 'none': The `fin` API will be not available.
6226
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6226
6227
  * * 'global': The entire `fin` API will be available.
6227
6228
  */
6228
- declare type InjectionType = 'none' | 'global';
6229
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6229
6230
 
6230
6231
  /**
6231
6232
  * Generated when the value of the element changes.
@@ -6223,9 +6223,10 @@ declare type InitPlatformOptions = {
6223
6223
  * Injection setting for the `fin` API.
6224
6224
  *
6225
6225
  * * 'none': The `fin` API will be not available.
6226
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6226
6227
  * * 'global': The entire `fin` API will be available.
6227
6228
  */
6228
- declare type InjectionType = 'none' | 'global';
6229
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6229
6230
 
6230
6231
  /**
6231
6232
  * Generated when the value of the element changes.
@@ -6223,9 +6223,10 @@ declare type InitPlatformOptions = {
6223
6223
  * Injection setting for the `fin` API.
6224
6224
  *
6225
6225
  * * 'none': The `fin` API will be not available.
6226
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6226
6227
  * * 'global': The entire `fin` API will be available.
6227
6228
  */
6228
- declare type InjectionType = 'none' | 'global';
6229
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6229
6230
 
6230
6231
  /**
6231
6232
  * Generated when the value of the element changes.
package/out/stub.d.ts CHANGED
@@ -6317,9 +6317,10 @@ declare type InitPlatformOptions = {
6317
6317
  * Injection setting for the `fin` API.
6318
6318
  *
6319
6319
  * * 'none': The `fin` API will be not available.
6320
+ * * 'preloads': The `fin` API will be available in a synchronous context in the preload script only.
6320
6321
  * * 'global': The entire `fin` API will be available.
6321
6322
  */
6322
- declare type InjectionType = 'none' | 'global';
6323
+ declare type InjectionType = 'none' | 'preloads' | 'global';
6323
6324
 
6324
6325
  /**
6325
6326
  * Generated when the value of the element changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "42.100.34",
3
+ "version": "42.100.35",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",