@openfin/fdc3-api 43.100.41 → 43.100.47

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.
@@ -15988,6 +15988,7 @@ declare class System extends EmitterBase<OpenFin.SystemEvent> {
15988
15988
  serveAsset(options: OpenFin.ServeAssetOptions): Promise<OpenFin.ServedAssetInfo>;
15989
15989
  /**
15990
15990
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
15991
+ * @experimental
15991
15992
  */
15992
15993
  launchLogUploader(options: OpenFin.LogUploaderOptions): Promise<void>;
15993
15994
  }
@@ -15988,6 +15988,7 @@ declare class System extends EmitterBase<OpenFin.SystemEvent> {
15988
15988
  serveAsset(options: OpenFin.ServeAssetOptions): Promise<OpenFin.ServedAssetInfo>;
15989
15989
  /**
15990
15990
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
15991
+ * @experimental
15991
15992
  */
15992
15993
  launchLogUploader(options: OpenFin.LogUploaderOptions): Promise<void>;
15993
15994
  }
@@ -15988,6 +15988,7 @@ declare class System extends EmitterBase<OpenFin.SystemEvent> {
15988
15988
  serveAsset(options: OpenFin.ServeAssetOptions): Promise<OpenFin.ServedAssetInfo>;
15989
15989
  /**
15990
15990
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
15991
+ * @experimental
15991
15992
  */
15992
15993
  launchLogUploader(options: OpenFin.LogUploaderOptions): Promise<void>;
15993
15994
  }
package/out/fdc3-api.d.ts CHANGED
@@ -16408,6 +16408,7 @@ declare class System extends EmitterBase<OpenFin.SystemEvent> {
16408
16408
  serveAsset(options: OpenFin.ServeAssetOptions): Promise<OpenFin.ServedAssetInfo>;
16409
16409
  /**
16410
16410
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
16411
+ * @experimental
16411
16412
  */
16412
16413
  launchLogUploader(options: OpenFin.LogUploaderOptions): Promise<void>;
16413
16414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "43.100.41",
3
+ "version": "43.100.47",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,