Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "cohere-js", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Cohere.so JS SDK", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -11,4 +11,5 @@ declare type UserAttrs = { | ||
showCode: () => void; | ||
getSessionUrl: (callback: (sessionUrl: string) => void) => void; | ||
}; | ||
declare const exportedModule: CohereExports; | ||
export default exportedModule; |
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
5558
147