@openfin/remote-adapter 39.82.10 → 39.82.11

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.
@@ -16379,6 +16379,10 @@ class LayoutModule extends base_1$3.Base {
16379
16379
  if (__classPrivateFieldGet$1(this, _LayoutModule_layoutInitializationAttempted, "f")) {
16380
16380
  throw new Error('Layout.init was already called, please use Layout.create to add additional layouts.');
16381
16381
  }
16382
+ if (this.wire.environment.type === 'openfin') {
16383
+ // preload the client
16384
+ await this.fin.Platform.getCurrentSync().getClient();
16385
+ }
16382
16386
  __classPrivateFieldSet$1(this, _LayoutModule_layoutInitializationAttempted, true, "f");
16383
16387
  // TODO: rename to createLayoutManager
16384
16388
  __classPrivateFieldSet$1(this, _LayoutModule_layoutManager, await this.wire.environment.initLayoutManager(this.fin, this.wire, options), "f");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "39.82.10",
3
+ "version": "39.82.11",
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.82.10"
22
+ "@openfin/core": "39.82.11"
23
23
  }
24
24
  }