@openfin/fdc3-api 43.100.26 → 43.100.28

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.
@@ -9534,6 +9534,7 @@ declare type MutableWindowOptions = {
9534
9534
  customData: any;
9535
9535
  /**
9536
9536
  * @defaultValue true
9537
+ * @deprecated Will be removed in runtime version 45
9537
9538
  *
9538
9539
  * Show the window's frame.
9539
9540
  */
@@ -9534,6 +9534,7 @@ declare type MutableWindowOptions = {
9534
9534
  customData: any;
9535
9535
  /**
9536
9536
  * @defaultValue true
9537
+ * @deprecated Will be removed in runtime version 45
9537
9538
  *
9538
9539
  * Show the window's frame.
9539
9540
  */
@@ -9534,6 +9534,7 @@ declare type MutableWindowOptions = {
9534
9534
  customData: any;
9535
9535
  /**
9536
9536
  * @defaultValue true
9537
+ * @deprecated Will be removed in runtime version 45
9537
9538
  *
9538
9539
  * Show the window's frame.
9539
9540
  */
package/out/fdc3-api.d.ts CHANGED
@@ -9834,6 +9834,7 @@ declare type MutableWindowOptions = {
9834
9834
  customData: any;
9835
9835
  /**
9836
9836
  * @defaultValue true
9837
+ * @deprecated Will be removed in runtime version 45
9837
9838
  *
9838
9839
  * Show the window's frame.
9839
9840
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "43.100.26",
3
+ "version": "43.100.28",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,