@openfin/core 34.78.57 → 34.78.60

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.
@@ -9922,7 +9922,7 @@ declare type MutableWindowOptions = {
9922
9922
  showTaskbarIcon: boolean;
9923
9923
  interop: InteropConfig;
9924
9924
  /* Excluded from this release type: _internalWorkspaceData */
9925
- workspacePlatform: WorkspacePlatformOptions;
9925
+ workspacePlatform: unknown;
9926
9926
  };
9927
9927
 
9928
9928
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -9922,7 +9922,7 @@ declare type MutableWindowOptions = {
9922
9922
  showTaskbarIcon: boolean;
9923
9923
  interop: InteropConfig;
9924
9924
  /* Excluded from this release type: _internalWorkspaceData */
9925
- workspacePlatform: WorkspacePlatformOptions;
9925
+ workspacePlatform: unknown;
9926
9926
  };
9927
9927
 
9928
9928
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -9922,7 +9922,7 @@ declare type MutableWindowOptions = {
9922
9922
  showTaskbarIcon: boolean;
9923
9923
  interop: InteropConfig;
9924
9924
  /* Excluded from this release type: _internalWorkspaceData */
9925
- workspacePlatform: WorkspacePlatformOptions;
9925
+ workspacePlatform: unknown;
9926
9926
  };
9927
9927
 
9928
9928
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
package/out/mock.d.ts CHANGED
@@ -10202,7 +10202,7 @@ declare type MutableWindowOptions = {
10202
10202
  * Used by Workspace to store custom data. Overwriting or modifying this field may impact the functionality of Workspace
10203
10203
  */
10204
10204
  _internalWorkspaceData: any;
10205
- workspacePlatform: WorkspacePlatformOptions;
10205
+ workspacePlatform: unknown;
10206
10206
  };
10207
10207
 
10208
10208
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "34.78.57",
3
+ "version": "34.78.60",
4
4
  "description": "The core renderer entry point of OpenFin",
5
- "license": "SEE LICENSE IN LICENSE.MD",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/mock.js",
7
7
  "types": "out/mock.d.ts",
8
8
  "private": false,