@openfin/remote-adapter 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/remote-adapter.js +1 -0
- package/package.json +2 -2
package/out/remote-adapter.js
CHANGED
|
@@ -9793,6 +9793,7 @@ class System extends base_1$h.EmitterBase {
|
|
|
9793
9793
|
}
|
|
9794
9794
|
/**
|
|
9795
9795
|
* Launches the Log Uploader. Full documentation can be found [here](https://resources.here.io/docs/core/develop/debug/log-uploader/).
|
|
9796
|
+
* @experimental
|
|
9796
9797
|
*/
|
|
9797
9798
|
async launchLogUploader(options) {
|
|
9798
9799
|
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/remote-adapter",
|
|
3
|
-
"version": "43.100.
|
|
3
|
+
"version": "43.100.49",
|
|
4
4
|
"description": "Establish intermachine runtime connections using webRTC.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"private": false,
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
"author": "OpenFin",
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"lodash": "^4.17.21",
|
|
23
|
-
"@openfin/core": "43.100.
|
|
23
|
+
"@openfin/core": "43.100.49"
|
|
24
24
|
}
|
|
25
25
|
}
|