@openfin/core 42.100.1 → 42.100.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/out/stub.js +1 -1
  2. package/package.json +1 -1
package/out/stub.js CHANGED
@@ -15956,7 +15956,7 @@ PrivateChannelClient$1.PrivateChannelClient = PrivateChannelClient;
15956
15956
  }).catch(() => {
15957
15957
  // not supported in web, suppress the error
15958
15958
  if (interopModule.wire.environment.type === 'other') {
15959
- return;
15959
+ resolve(undefined);
15960
15960
  }
15961
15961
  reject(new Error('getResult is not supported in this environment'));
15962
15962
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "42.100.1",
3
+ "version": "42.100.2",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",