@adaptabletools/adaptable-plugin-openfin 18.0.0-canary.27 → 18.0.0-canary.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": "@adaptabletools/adaptable-plugin-openfin",
|
|
3
|
-
"version": "18.0.0-canary.
|
|
3
|
+
"version": "18.0.0-canary.28",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "http://www.adaptabletools.com/",
|
|
6
6
|
"author": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"redux": "4.0.5",
|
|
19
19
|
"styled-components": "^4.4.1",
|
|
20
20
|
"tslib": "^2.3.0",
|
|
21
|
-
"@adaptabletools/adaptable": "18.0.0-canary.
|
|
21
|
+
"@adaptabletools/adaptable": "18.0.0-canary.28"
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"module": "src/index.js"
|
|
@@ -165,9 +165,8 @@ class ExcelService extends RpcDispatcher_1.RpcDispatcher {
|
|
|
165
165
|
yield this.monitorDisconnect();
|
|
166
166
|
try {
|
|
167
167
|
this.logger.debug(this.loggerName + ': Connecting to channel: ' + excelServiceUuid);
|
|
168
|
-
let providerChannel =
|
|
169
|
-
excelServiceUuid
|
|
170
|
-
);
|
|
168
|
+
let providerChannel =
|
|
169
|
+
yield fin.desktop.InterApplicationBus.Channel.connect(excelServiceUuid);
|
|
171
170
|
this.logger.debug(
|
|
172
171
|
this.loggerName + ': Setting service provider version by requesting it from channel.'
|
|
173
172
|
);
|