@openfin/fdc3-api 42.103.2 → 42.103.4

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.
@@ -9675,10 +9675,12 @@ declare type MutableWindowOptions = {
9675
9675
  */
9676
9676
  customData: any;
9677
9677
  /**
9678
- * @deprecated Will be removed in runtime version 45
9679
9678
  *
9680
9679
  * Show the window's frame.
9681
9680
  *
9681
+ * @remarks
9682
+ * This property will not be updatable starting runtime version 45.
9683
+ *
9682
9684
  * @default true
9683
9685
  */
9684
9686
  frame: boolean;
@@ -9675,10 +9675,12 @@ declare type MutableWindowOptions = {
9675
9675
  */
9676
9676
  customData: any;
9677
9677
  /**
9678
- * @deprecated Will be removed in runtime version 45
9679
9678
  *
9680
9679
  * Show the window's frame.
9681
9680
  *
9681
+ * @remarks
9682
+ * This property will not be updatable starting runtime version 45.
9683
+ *
9682
9684
  * @default true
9683
9685
  */
9684
9686
  frame: boolean;
@@ -9675,10 +9675,12 @@ declare type MutableWindowOptions = {
9675
9675
  */
9676
9676
  customData: any;
9677
9677
  /**
9678
- * @deprecated Will be removed in runtime version 45
9679
9678
  *
9680
9679
  * Show the window's frame.
9681
9680
  *
9681
+ * @remarks
9682
+ * This property will not be updatable starting runtime version 45.
9683
+ *
9682
9684
  * @default true
9683
9685
  */
9684
9686
  frame: boolean;
package/out/fdc3-api.d.ts CHANGED
@@ -9988,10 +9988,12 @@ declare type MutableWindowOptions = {
9988
9988
  */
9989
9989
  customData: any;
9990
9990
  /**
9991
- * @deprecated Will be removed in runtime version 45
9992
9991
  *
9993
9992
  * Show the window's frame.
9994
9993
  *
9994
+ * @remarks
9995
+ * This property will not be updatable starting runtime version 45.
9996
+ *
9995
9997
  * @default true
9996
9998
  */
9997
9999
  frame: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.103.2",
3
+ "version": "42.103.4",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,