@innovatrics/dot-magnifeye-liveness
Advanced tools
Comparing version 6.1.1 to 6.1.2
{ | ||
"name": "@innovatrics/dot-magnifeye-liveness", | ||
"private": false, | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"license": "Innovatrics proprietary license", | ||
@@ -6,0 +6,0 @@ "types": "common/src/types/magnifEyeTypes.d.ts", |
@@ -6,3 +6,5 @@ type CustomEvents<K extends string> = { | ||
children: unknown; | ||
} & CustomEvents<`on${K}`>>; | ||
} & CustomEvents<`on${K}`> & { | ||
ref?: unknown; | ||
}>; | ||
export type DeepRequired<T> = Required<{ | ||
@@ -9,0 +11,0 @@ [P in keyof T]: T[P] extends Record<string, unknown> | undefined ? DeepRequired<Required<T[P]>> : T[P]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2038975