@layerzerolabs/devtools
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -58,3 +58,3 @@ import { EndpointId } from '@layerzerolabs/lz-definitions'; | ||
type GetMandatoryKeys<T> = { | ||
[P in keyof T]: T[P] extends Exclude<T[P], NonNullable<unknown> | null> ? never : P; | ||
[P in keyof T]: T[P] extends Exclude<T[P], NonNullable<unknown> | null> ? never : undefined extends T[P] ? never : P; | ||
}[keyof T]; | ||
@@ -61,0 +61,0 @@ /** |
{ | ||
"name": "@layerzerolabs/devtools", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Core utilities for working with LayerZero on-chain infrastructure", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
184413