@openfin/fdc3-api 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.
Files changed (2) hide show
  1. package/out/fdc3-api.js +1 -1
  2. package/package.json +1 -1
package/out/fdc3-api.js CHANGED
@@ -394,7 +394,7 @@ PrivateChannelClient$1.PrivateChannelClient = PrivateChannelClient;
394
394
  }).catch(() => {
395
395
  // not supported in web, suppress the error
396
396
  if (interopModule.wire.environment.type === 'other') {
397
- return;
397
+ resolve(undefined);
398
398
  }
399
399
  reject(new Error('getResult is not supported in this environment'));
400
400
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "42.100.1",
3
+ "version": "42.100.2",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,