@interopio/desktop 6.8.1 → 6.8.2
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/changelog.md +2 -0
- package/desktop.d.ts +8 -1
- package/dist/desktop.browser.js +1 -1
- package/dist/desktop.browser.min.js +1 -1
- package/dist/desktop.es.js +1 -1
- package/dist/desktop.umd.js +1 -1
- package/dist/desktop.umd.min.js +1 -1
- package/package.json +2 -2
package/changelog.md
CHANGED
package/desktop.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ import { ApplicationConfig } from "@interopio/schemas";
|
|
|
3
3
|
import { IOConnectCore } from "@interopio/core";
|
|
4
4
|
import { IOConnectWorkspaces } from "@interopio/workspaces-api";
|
|
5
5
|
import { UnsubscribeFunction } from "callback-registry";
|
|
6
|
+
import { Context as FDC3Context } from "@finos/fdc3";
|
|
6
7
|
|
|
7
8
|
/**
|
|
8
9
|
* Factory function that creates a new io.Connect instance.
|
|
@@ -6271,7 +6272,13 @@ export declare namespace IOConnectDesktop {
|
|
|
6271
6272
|
/**
|
|
6272
6273
|
* Channel context data.
|
|
6273
6274
|
*/
|
|
6274
|
-
data:
|
|
6275
|
+
data: {
|
|
6276
|
+
/**
|
|
6277
|
+
* FDC3 context data. Will be present only if FDC3 context data has been published to the respective Channel.
|
|
6278
|
+
*/
|
|
6279
|
+
fdc3?: FDC3Context;
|
|
6280
|
+
[key: string]: any
|
|
6281
|
+
};
|
|
6275
6282
|
}
|
|
6276
6283
|
|
|
6277
6284
|
/**
|
package/dist/desktop.browser.js
CHANGED
|
@@ -18430,7 +18430,7 @@
|
|
|
18430
18430
|
};
|
|
18431
18431
|
}
|
|
18432
18432
|
|
|
18433
|
-
var version = "6.8.
|
|
18433
|
+
var version = "6.8.2";
|
|
18434
18434
|
|
|
18435
18435
|
var prepareConfig = (options) => {
|
|
18436
18436
|
function getLibConfig(value, defaultMode, trueMode) {
|