@spider-cloud/spider-client 0.0.26 → 0.0.28
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/config.d.ts +1 -1
- package/package.json +1 -1
package/dist/config.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export interface SpiderParams {
|
|
|
36
36
|
/**
|
|
37
37
|
* The format in which the result should be returned.
|
|
38
38
|
*/
|
|
39
|
-
return_format?: "markdown" | "raw" | "text" | "html2text" | "bytes";
|
|
39
|
+
return_format?: "markdown" | "commonmark" | "raw" | "text" | "html2text" | "bytes";
|
|
40
40
|
/**
|
|
41
41
|
* Specifies whether to only visit the top-level domain.
|
|
42
42
|
*/
|