@openfin/core 43.100.45 → 43.100.49

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/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.49",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",