@lit-protocol/types
Advanced tools
Comparing version 2.1.60 to 2.1.61
{ | ||
"name": "@lit-protocol/types", | ||
"version": "2.1.60", | ||
"version": "2.1.61", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -130,2 +130,3 @@ /** ---------- Access Control Conditions Interfaces ---------- */ | ||
connectTimeout: number; | ||
defaultAuthCallback?: (authSigParams: CheckAndSignAuthParams) => Promise<JsonAuthSig>; | ||
} | ||
@@ -132,0 +133,0 @@ export interface CustomNetwork { |
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
28650
908