@openfin/workspace-platform 22.3.25 → 22.3.27
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.
|
@@ -7,7 +7,7 @@ import type { LaunchAppRequest, SearchSitesRequest, SearchSitesResponse, Site }
|
|
|
7
7
|
* @param app the app directory entry.
|
|
8
8
|
* @param opts launch options.
|
|
9
9
|
*/
|
|
10
|
-
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.
|
|
10
|
+
export declare function launchApp({ app, target }: LaunchAppRequest): Promise<void | OpenFin.Identity | OpenFin.Application | OpenFin.View | OpenFin.Platform>;
|
|
11
11
|
export declare const enterpriseAppDirectoryChannelClient: () => Promise<OpenFin.ChannelClient>;
|
|
12
12
|
export declare function getResults(payload: {
|
|
13
13
|
req: SearchSitesRequest;
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
export declare const capitalize: (s: string) => string;
|
|
2
2
|
export declare const pascalize: (s: string) => string;
|
|
3
3
|
export declare const isStringMatchesQuery: (title: string, query?: string) => boolean;
|
|
4
|
+
export declare const log: {
|
|
5
|
+
/**
|
|
6
|
+
* Calls console.debug with provided parameters and stringifies JS objects prior to logging
|
|
7
|
+
*/
|
|
8
|
+
debug: (...args: unknown[]) => void;
|
|
9
|
+
};
|
package/externals.report.json
CHANGED
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
{
|
|
42
42
|
"type": "root-implicit",
|
|
43
43
|
"version": "^4.0.11",
|
|
44
|
-
"packageName": "
|
|
45
|
-
"issuer": "
|
|
44
|
+
"packageName": "common/package.json",
|
|
45
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"type": "explicit",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
{
|
|
54
54
|
"type": "root-implicit",
|
|
55
55
|
"version": "^4.0.11",
|
|
56
|
-
"packageName": "
|
|
57
|
-
"issuer": "
|
|
56
|
+
"packageName": "dock3/package.json",
|
|
57
|
+
"issuer": "dock3/src/api/idb.ts"
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"type": "root-implicit",
|