@openfin/remote-adapter 42.100.1 → 42.100.2

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.
@@ -16168,7 +16168,7 @@ PrivateChannelClient$1.PrivateChannelClient = PrivateChannelClient;
16168
16168
  }).catch(() => {
16169
16169
  // not supported in web, suppress the error
16170
16170
  if (interopModule.wire.environment.type === 'other') {
16171
- return;
16171
+ resolve(undefined);
16172
16172
  }
16173
16173
  reject(new Error('getResult is not supported in this environment'));
16174
16174
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/remote-adapter",
3
- "version": "42.100.1",
3
+ "version": "42.100.2",
4
4
  "description": "Establish intermachine runtime connections using webRTC.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,
@@ -20,6 +20,6 @@
20
20
  "author": "OpenFin",
21
21
  "dependencies": {
22
22
  "lodash": "^4.17.21",
23
- "@openfin/core": "42.100.1"
23
+ "@openfin/core": "42.100.2"
24
24
  }
25
25
  }