@openfin/remote-adapter 38.82.54 → 38.82.55

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.
@@ -16382,6 +16382,10 @@ class LayoutModule extends base_1$3.Base {
16382
16382
  if (__classPrivateFieldGet$1(this, _LayoutModule_layoutInitializationAttempted, "f")) {
16383
16383
  throw new Error('Layout.init was already called, please use Layout.create to add additional layouts.');
16384
16384
  }
16385
+ if (this.wire.environment.type === 'openfin') {
16386
+ // preload the client
16387
+ await this.fin.Platform.getCurrentSync().getClient();
16388
+ }
16385
16389
  __classPrivateFieldSet$1(this, _LayoutModule_layoutInitializationAttempted, true, "f");
16386
16390
  // TODO: rename to createLayoutManager
16387
16391
  __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": "38.82.54",
3
+ "version": "38.82.55",
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": "38.82.54"
22
+ "@openfin/core": "38.82.55"
23
23
  }
24
24
  }