Comparing version 1.1.0 to 1.1.1
@@ -63,4 +63,4 @@ declare const isBeta = false; | ||
* @property {LivecrawlOptions} [livecrawl] - Options for livecrawling contents. Default is "never" for neural/auto search, "fallback" for keyword search. | ||
* @property {number} [livecrawlTimeout] - The timeout for livecrawling. Max and default is 10000ms. | ||
* @property {boolean} [filterEmptyResults] - If true, filters out results with no contents. Default is true. | ||
* @property {number} [livecrawlTimeout] - The timeout for livecrawling. | ||
*/ | ||
@@ -165,2 +165,4 @@ type ContentsOptions = { | ||
* @property {string} [autopromptString] - The autoprompt string, if applicable. | ||
* @property {string} [autoDate] - The autoprompt date, if applicable. | ||
* @property {string} requestId - The request ID for the search. | ||
*/ | ||
@@ -170,2 +172,4 @@ type SearchResponse<T extends ContentsOptions = {}> = { | ||
autopromptString?: string; | ||
autoDate?: string; | ||
requestId: string; | ||
}; | ||
@@ -172,0 +176,0 @@ /** |
{ | ||
"name": "exa-js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Exa SDK for Node.js and the browser", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
61608
538
1