@openfin/remote-adapter 39.81.7 → 39.81.9

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.
@@ -8113,7 +8113,7 @@ function requireInstance$1 () {
8113
8113
  // don't expose
8114
8114
  });
8115
8115
  const opts = await this.getOptions();
8116
- if (!opts.layout || !opts.layoutSnapshot) {
8116
+ if (!opts.layout && !opts.layoutSnapshot) {
8117
8117
  throw new Error('Window does not have a Layout');
8118
8118
  }
8119
8119
  return this.fin.Platform.Layout.wrap(layoutIdentity ?? this.identity);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "39.81.7",
3
+ "version": "39.81.9",
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.7"
22
+ "@openfin/core": "39.81.9"
23
23
  }
24
24
  }