exa-js 1.8.4 → 1.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1991,7 +1991,7 @@ type ContentsOptions = {
|
|
|
1991
1991
|
* Options for livecrawling contents
|
|
1992
1992
|
* @typedef {string} LivecrawlOptions
|
|
1993
1993
|
*/
|
|
1994
|
-
type LivecrawlOptions = "never" | "fallback" | "always" | "auto";
|
|
1994
|
+
type LivecrawlOptions = "never" | "fallback" | "always" | "auto" | "preferred";
|
|
1995
1995
|
/**
|
|
1996
1996
|
* Options for retrieving text from page.
|
|
1997
1997
|
* @typedef {Object} TextContentsOptions
|
package/dist/index.d.ts
CHANGED
|
@@ -1991,7 +1991,7 @@ type ContentsOptions = {
|
|
|
1991
1991
|
* Options for livecrawling contents
|
|
1992
1992
|
* @typedef {string} LivecrawlOptions
|
|
1993
1993
|
*/
|
|
1994
|
-
type LivecrawlOptions = "never" | "fallback" | "always" | "auto";
|
|
1994
|
+
type LivecrawlOptions = "never" | "fallback" | "always" | "auto" | "preferred";
|
|
1995
1995
|
/**
|
|
1996
1996
|
* Options for retrieving text from page.
|
|
1997
1997
|
* @typedef {Object} TextContentsOptions
|