@openfin/fdc3-api 39.81.17 → 39.81.18

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.
@@ -1599,11 +1599,8 @@ declare class Base {
1599
1599
  /* Excluded from this release type: __constructor */
1600
1600
  protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
1601
1601
  /**
1602
- * Provides access to the OpenFin representation of the current code context (usually a document
1603
- * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
1604
- *
1605
- * Useful for debugging in the devtools console, where this will intelligently type itself based
1606
- * on the context in which the devtools panel was opened.
1602
+ * @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
1603
+ * guaranteed to behave sensibly in all calling contexts.
1607
1604
  */
1608
1605
  get me(): Identity;
1609
1606
  /* Excluded from this release type: isNodeEnvironment */
@@ -5542,6 +5539,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
5542
5539
  readonly Platform: PlatformModule;
5543
5540
  readonly Interop: InteropModule;
5544
5541
  readonly SnapshotSource: SnapshotSourceModule;
5542
+ /**
5543
+ * Provides access to the OpenFin representation of the current code context (usually an entity
5544
+ * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
5545
+ *
5546
+ * Useful for debugging in the devtools console, where this will intelligently type itself based
5547
+ * on the context in which the devtools panel was opened.
5548
+ */
5545
5549
  readonly me: Me<MeType>;
5546
5550
  }
5547
5551
 
@@ -1599,11 +1599,8 @@ declare class Base {
1599
1599
  /* Excluded from this release type: __constructor */
1600
1600
  protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
1601
1601
  /**
1602
- * Provides access to the OpenFin representation of the current code context (usually a document
1603
- * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
1604
- *
1605
- * Useful for debugging in the devtools console, where this will intelligently type itself based
1606
- * on the context in which the devtools panel was opened.
1602
+ * @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
1603
+ * guaranteed to behave sensibly in all calling contexts.
1607
1604
  */
1608
1605
  get me(): Identity;
1609
1606
  /* Excluded from this release type: isNodeEnvironment */
@@ -5542,6 +5539,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
5542
5539
  readonly Platform: PlatformModule;
5543
5540
  readonly Interop: InteropModule;
5544
5541
  readonly SnapshotSource: SnapshotSourceModule;
5542
+ /**
5543
+ * Provides access to the OpenFin representation of the current code context (usually an entity
5544
+ * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
5545
+ *
5546
+ * Useful for debugging in the devtools console, where this will intelligently type itself based
5547
+ * on the context in which the devtools panel was opened.
5548
+ */
5545
5549
  readonly me: Me<MeType>;
5546
5550
  }
5547
5551
 
@@ -1599,11 +1599,8 @@ declare class Base {
1599
1599
  /* Excluded from this release type: __constructor */
1600
1600
  protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
1601
1601
  /**
1602
- * Provides access to the OpenFin representation of the current code context (usually a document
1603
- * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
1604
- *
1605
- * Useful for debugging in the devtools console, where this will intelligently type itself based
1606
- * on the context in which the devtools panel was opened.
1602
+ * @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
1603
+ * guaranteed to behave sensibly in all calling contexts.
1607
1604
  */
1608
1605
  get me(): Identity;
1609
1606
  /* Excluded from this release type: isNodeEnvironment */
@@ -5542,6 +5539,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
5542
5539
  readonly Platform: PlatformModule;
5543
5540
  readonly Interop: InteropModule;
5544
5541
  readonly SnapshotSource: SnapshotSourceModule;
5542
+ /**
5543
+ * Provides access to the OpenFin representation of the current code context (usually an entity
5544
+ * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
5545
+ *
5546
+ * Useful for debugging in the devtools console, where this will intelligently type itself based
5547
+ * on the context in which the devtools panel was opened.
5548
+ */
5545
5549
  readonly me: Me<MeType>;
5546
5550
  }
5547
5551
 
package/out/fdc3-api.d.ts CHANGED
@@ -1619,11 +1619,8 @@ declare class Base {
1619
1619
  constructor(wire: Transport);
1620
1620
  protected get fin(): OpenFin.Fin<OpenFin.EntityType>;
1621
1621
  /**
1622
- * Provides access to the OpenFin representation of the current code context (usually a document
1623
- * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
1624
- *
1625
- * Useful for debugging in the devtools console, where this will intelligently type itself based
1626
- * on the context in which the devtools panel was opened.
1622
+ * @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
1623
+ * guaranteed to behave sensibly in all calling contexts.
1627
1624
  */
1628
1625
  get me(): Identity;
1629
1626
  /**
@@ -5627,6 +5624,13 @@ declare interface FinApi<MeType extends OpenFin.EntityType> {
5627
5624
  readonly Platform: PlatformModule;
5628
5625
  readonly Interop: InteropModule;
5629
5626
  readonly SnapshotSource: SnapshotSourceModule;
5627
+ /**
5628
+ * Provides access to the OpenFin representation of the current code context (usually an entity
5629
+ * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
5630
+ *
5631
+ * Useful for debugging in the devtools console, where this will intelligently type itself based
5632
+ * on the context in which the devtools panel was opened.
5633
+ */
5630
5634
  readonly me: Me<MeType>;
5631
5635
  }
5632
5636
 
package/out/fdc3-api.js CHANGED
@@ -486,11 +486,8 @@ class Base {
486
486
  return this.wire.getFin();
487
487
  }
488
488
  /**
489
- * Provides access to the OpenFin representation of the current code context (usually a document
490
- * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
491
- *
492
- * Useful for debugging in the devtools console, where this will intelligently type itself based
493
- * on the context in which the devtools panel was opened.
489
+ * @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
490
+ * guaranteed to behave sensibly in all calling contexts.
494
491
  */
495
492
  get me() {
496
493
  return this.wire.me;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "39.81.17",
3
+ "version": "39.81.18",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,