@openfin/cloud-interop-core-api 0.0.1-alpha.f467b5d → 0.0.1-alpha.f5abe75
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/bundle.d.ts +1 -1
- package/package.json +2 -2
package/bundle.d.ts
CHANGED
|
@@ -268,7 +268,7 @@ export declare class CloudInteropAPI {
|
|
|
268
268
|
* @returns {*} {Promise<void>}
|
|
269
269
|
* @memberof CloudInteropAPI
|
|
270
270
|
*/
|
|
271
|
-
setContext(contextGroup: string, context:
|
|
271
|
+
setContext(contextGroup: string, context: InferredContext): Promise<void>;
|
|
272
272
|
/**
|
|
273
273
|
* Starts an intent discovery operation
|
|
274
274
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/cloud-interop-core-api",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.f5abe75",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "./index.cjs",
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"mqtt": "^5.3.1",
|
|
16
|
-
"zod": "^3.24.
|
|
16
|
+
"zod": "^3.24.2"
|
|
17
17
|
}
|
|
18
18
|
}
|