@openfin/remote-adapter 39.81.17 → 39.82.1

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.
@@ -95,11 +95,8 @@ class Base {
95
95
  return this.wire.getFin();
96
96
  }
97
97
  /**
98
- * Provides access to the OpenFin representation of the current code context (usually a document
99
- * such as a {@link OpenFin.View} or {@link OpenFin.Window}), as well as to the current `Interop` context.
100
- *
101
- * Useful for debugging in the devtools console, where this will intelligently type itself based
102
- * on the context in which the devtools panel was opened.
98
+ * @deprecated `me` should only be accessed from the `fin` global ({@link FinApi.me}); access through entity classes is not
99
+ * guaranteed to behave sensibly in all calling contexts.
103
100
  */
104
101
  get me() {
105
102
  return this.wire.me;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "39.81.17",
3
+ "version": "39.82.1",
4
4
  "description": "Establish intermachine runtime connections using webRTC.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,
@@ -19,6 +19,6 @@
19
19
  "author": "OpenFin",
20
20
  "dependencies": {
21
21
  "lodash": "^4.17.21",
22
- "@openfin/core": "39.81.17"
22
+ "@openfin/core": "39.82.1"
23
23
  }
24
24
  }