@openfin/node-adapter 34.78.57 → 34.78.58

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.
@@ -9932,7 +9932,7 @@ declare type MutableWindowOptions = {
9932
9932
  showTaskbarIcon: boolean;
9933
9933
  interop: InteropConfig;
9934
9934
  /* Excluded from this release type: _internalWorkspaceData */
9935
- workspacePlatform: WorkspacePlatformOptions;
9935
+ workspacePlatform: unknown;
9936
9936
  };
9937
9937
 
9938
9938
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -9932,7 +9932,7 @@ declare type MutableWindowOptions = {
9932
9932
  showTaskbarIcon: boolean;
9933
9933
  interop: InteropConfig;
9934
9934
  /* Excluded from this release type: _internalWorkspaceData */
9935
- workspacePlatform: WorkspacePlatformOptions;
9935
+ workspacePlatform: unknown;
9936
9936
  };
9937
9937
 
9938
9938
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -9932,7 +9932,7 @@ declare type MutableWindowOptions = {
9932
9932
  showTaskbarIcon: boolean;
9933
9933
  interop: InteropConfig;
9934
9934
  /* Excluded from this release type: _internalWorkspaceData */
9935
- workspacePlatform: WorkspacePlatformOptions;
9935
+ workspacePlatform: unknown;
9936
9936
  };
9937
9937
 
9938
9938
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
@@ -10234,7 +10234,7 @@ declare type MutableWindowOptions = {
10234
10234
  * Used by Workspace to store custom data. Overwriting or modifying this field may impact the functionality of Workspace
10235
10235
  */
10236
10236
  _internalWorkspaceData: any;
10237
- workspacePlatform: WorkspacePlatformOptions;
10237
+ workspacePlatform: unknown;
10238
10238
  };
10239
10239
 
10240
10240
  declare type NackHandler = (payloadOrMessage: RuntimeErrorPayload | string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "34.78.57",
3
+ "version": "34.78.58",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",