@openfin/core 43.100.45 → 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.
@@ -15648,6 +15648,7 @@ declare class System extends EmitterBase<OpenFin_2.SystemEvent> {
15648
15648
  serveAsset(options: OpenFin_2.ServeAssetOptions): Promise<OpenFin_2.ServedAssetInfo>;
15649
15649
  /**
15650
15650
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
15651
+ * @experimental
15651
15652
  */
15652
15653
  launchLogUploader(options: OpenFin_2.LogUploaderOptions): Promise<void>;
15653
15654
  }
@@ -15648,6 +15648,7 @@ declare class System extends EmitterBase<OpenFin_2.SystemEvent> {
15648
15648
  serveAsset(options: OpenFin_2.ServeAssetOptions): Promise<OpenFin_2.ServedAssetInfo>;
15649
15649
  /**
15650
15650
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
15651
+ * @experimental
15651
15652
  */
15652
15653
  launchLogUploader(options: OpenFin_2.LogUploaderOptions): Promise<void>;
15653
15654
  }
@@ -15648,6 +15648,7 @@ declare class System extends EmitterBase<OpenFin_2.SystemEvent> {
15648
15648
  serveAsset(options: OpenFin_2.ServeAssetOptions): Promise<OpenFin_2.ServedAssetInfo>;
15649
15649
  /**
15650
15650
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
15651
+ * @experimental
15651
15652
  */
15652
15653
  launchLogUploader(options: OpenFin_2.LogUploaderOptions): Promise<void>;
15653
15654
  }
package/out/stub.d.ts CHANGED
@@ -16068,6 +16068,7 @@ declare class System extends EmitterBase<OpenFin_2.SystemEvent> {
16068
16068
  serveAsset(options: OpenFin_2.ServeAssetOptions): Promise<OpenFin_2.ServedAssetInfo>;
16069
16069
  /**
16070
16070
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
16071
+ * @experimental
16071
16072
  */
16072
16073
  launchLogUploader(options: OpenFin_2.LogUploaderOptions): Promise<void>;
16073
16074
  }
package/out/stub.js CHANGED
@@ -7334,6 +7334,7 @@ class System extends base_1$m.EmitterBase {
7334
7334
  }
7335
7335
  /**
7336
7336
  * Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
7337
+ * @experimental
7337
7338
  */
7338
7339
  async launchLogUploader(options) {
7339
7340
  return (await this.wire.sendAction('launch-log-uploader', { options })).payload.data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "43.100.45",
3
+ "version": "43.100.47",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",