@openfin/workspace 46.0.6 → 46.0.8
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/common/src/utils/popup-window.d.ts +0 -3
- package/externals.report.json +15 -15
- package/home.js +1 -1
- package/index.js +1 -1
- package/notifications.js +1 -1
- package/package.json +3 -3
- package/store.js +1 -1
|
@@ -171,8 +171,5 @@ export type SearchMenuChannelResponse = {
|
|
|
171
171
|
} | {
|
|
172
172
|
type: 'single-provider-results-announcement';
|
|
173
173
|
message: string;
|
|
174
|
-
} | {
|
|
175
|
-
/** Landing page was clicked. Chrome collapses search if view-focused never arrived. */
|
|
176
|
-
type: 'page-clicked';
|
|
177
174
|
};
|
|
178
175
|
export {};
|
package/externals.report.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"@openfin/notifications": [
|
|
3
3
|
{
|
|
4
4
|
"type": "explicit",
|
|
5
|
-
"version": "46.0.0-alpha-
|
|
5
|
+
"version": "46.0.0-alpha-5062",
|
|
6
6
|
"packageName": "client-api/package.json",
|
|
7
7
|
"issuer": "client-api/src/notifications.ts"
|
|
8
8
|
}
|
|
@@ -67,15 +67,13 @@
|
|
|
67
67
|
"issuer": "common/src/api/i18next.ts"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
|
-
"lodash.clonedeep": [
|
|
71
|
-
{
|
|
72
|
-
"type": "explicit",
|
|
73
|
-
"version": "4.5.0",
|
|
74
|
-
"packageName": "common/package.json",
|
|
75
|
-
"issuer": "common/src/utils/layout.ts"
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
70
|
"dexie": [
|
|
71
|
+
{
|
|
72
|
+
"type": "root-implicit",
|
|
73
|
+
"version": "^4.0.11",
|
|
74
|
+
"packageName": "dock3/package.json",
|
|
75
|
+
"issuer": "dock3/src/api/idb.ts"
|
|
76
|
+
},
|
|
79
77
|
{
|
|
80
78
|
"type": "explicit",
|
|
81
79
|
"version": "^4.0.11",
|
|
@@ -88,17 +86,19 @@
|
|
|
88
86
|
"packageName": "client-api-platform/package.json",
|
|
89
87
|
"issuer": "client-api-platform/src/api/dock/idb.ts"
|
|
90
88
|
},
|
|
91
|
-
{
|
|
92
|
-
"type": "root-implicit",
|
|
93
|
-
"version": "^4.0.11",
|
|
94
|
-
"packageName": "dock3/package.json",
|
|
95
|
-
"issuer": "dock3/src/api/idb.ts"
|
|
96
|
-
},
|
|
97
89
|
{
|
|
98
90
|
"type": "explicit",
|
|
99
91
|
"version": "^4.0.11",
|
|
100
92
|
"packageName": "common/package.json",
|
|
101
93
|
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
102
94
|
}
|
|
95
|
+
],
|
|
96
|
+
"lodash.clonedeep": [
|
|
97
|
+
{
|
|
98
|
+
"type": "explicit",
|
|
99
|
+
"version": "4.5.0",
|
|
100
|
+
"packageName": "common/package.json",
|
|
101
|
+
"issuer": "common/src/utils/layout.ts"
|
|
102
|
+
}
|
|
103
103
|
]
|
|
104
104
|
}
|