@openfin/workspace-platform 22.3.16 → 22.3.17
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/types.d.ts +1 -1
- package/externals.report.json +8 -8
- package/index.js +1 -1
- package/package.json +1 -1
- package/workspace_platform.zip +0 -0
|
@@ -54,5 +54,5 @@ type MissingKeys<T, U> = Exclude<keyof T, U>;
|
|
|
54
54
|
* fooChecker(['bar', 'qux', 'baz']); // 'baz' is not assignable to type keyof Foo;
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
|
-
export declare const makeKeyChecker: <T extends object>() => <
|
|
57
|
+
export declare const makeKeyChecker: <T extends object>() => <K extends (keyof T)[]>(arr: K & (Exclude<keyof T, K[number]> extends never ? unknown : `Error: Missing keys: ${string & Exclude<keyof T, K[number]>}`)) => K;
|
|
58
58
|
export {};
|
package/externals.report.json
CHANGED
|
@@ -13,14 +13,6 @@
|
|
|
13
13
|
"issuer": "common/src/utils/layout.ts"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"title-case": [
|
|
17
|
-
{
|
|
18
|
-
"type": "root-implicit",
|
|
19
|
-
"version": "3.0.3",
|
|
20
|
-
"packageName": "common/package.json",
|
|
21
|
-
"issuer": "common/src/utils/color-linking.ts"
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
16
|
"react-i18next": [
|
|
25
17
|
{
|
|
26
18
|
"type": "root-implicit",
|
|
@@ -37,6 +29,14 @@
|
|
|
37
29
|
"issuer": "common/src/api/i18next.ts"
|
|
38
30
|
}
|
|
39
31
|
],
|
|
32
|
+
"title-case": [
|
|
33
|
+
{
|
|
34
|
+
"type": "root-implicit",
|
|
35
|
+
"version": "3.0.3",
|
|
36
|
+
"packageName": "common/package.json",
|
|
37
|
+
"issuer": "common/src/utils/color-linking.ts"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
40
|
"dexie": [
|
|
41
41
|
{
|
|
42
42
|
"type": "explicit",
|