@openfin/workspace-platform 22.2.13 → 22.3.0

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openfin/workspace-platform",
3
3
  "description": "An API for creating your own Workspace platform.",
4
4
  "contributors": [],
5
- "version": "22.2.13",
5
+ "version": "22.3.0",
6
6
  "main": "index.js",
7
7
  "keywords": [
8
8
  "client",
@@ -19,6 +19,6 @@
19
19
  "title-case": "3.0.3"
20
20
  },
21
21
  "peerDependencies": {
22
- "@openfin/core": "41.102.2"
22
+ "@openfin/core": "42.100.93"
23
23
  }
24
24
  }
@@ -2,4 +2,4 @@
2
2
  * Make a channel listener for sending search provider info to a remote OpenFin identity.
3
3
  * @param namespacedTopic the context of the search topic to get the provider info from.
4
4
  */
5
- export declare function makeStreamListener(): () => Promise<import("@client/index").SearchProviderInfo[]>;
5
+ export declare function makeStreamListener(): () => Promise<import("../..").SearchProviderInfo[]>;
Binary file