@openfin/core 30.73.27 → 30.73.28

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "30.73.27",
3
+ "version": "30.73.28",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./src/mock.js",
6
6
  "types": "./src/mock.d.ts",
@@ -416,7 +416,7 @@ export declare class InteropBroker extends Base {
416
416
  * FDC3 2.0: Use the endpointId in the ClientInfo as the instanceId when generating
417
417
  * an AppIdentifier.
418
418
  * @return { Promise<Array<ClientInfo>> }
419
- * @tutorial interop.getAllClientInfo()
419
+ * @tutorial interop.getAllClientInfo
420
420
  */
421
421
  getAllClientInfo(): Promise<Array<OpenFin.ClientInfo>>;
422
422
  decorateSnapshot(snapshot: OpenFin.Snapshot): OpenFin.Snapshot;
@@ -746,7 +746,7 @@ class InteropBroker extends base_1.Base {
746
746
  * FDC3 2.0: Use the endpointId in the ClientInfo as the instanceId when generating
747
747
  * an AppIdentifier.
748
748
  * @return { Promise<Array<ClientInfo>> }
749
- * @tutorial interop.getAllClientInfo()
749
+ * @tutorial interop.getAllClientInfo
750
750
  */
751
751
  async getAllClientInfo() {
752
752
  const provider = await this.getProvider();