@lit-protocol/types
Advanced tools
Comparing version 6.4.5 to 6.4.6
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "6.4.5", | ||
"version": "6.4.6", | ||
"dependencies": { | ||
@@ -29,0 +29,0 @@ "@ethersproject/abstract-provider": "5.7.0", |
@@ -1503,2 +1503,3 @@ import { Provider } from '@ethersproject/abstract-provider'; | ||
authMethods?: AuthMethod[]; | ||
ipfsOptions?: IpfsOptions; | ||
} | ||
@@ -1513,3 +1514,5 @@ /** | ||
litActionCode?: never; | ||
})); | ||
})) & { | ||
ipfsOptions?: IpfsOptions; | ||
}; | ||
export interface SessionKeyCache { | ||
@@ -1516,0 +1519,0 @@ value: SessionKeyPair; |
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
76566
2191