Skip to content

Commit b274246

Browse files
committed
sdks:js-ts:feat: bump version to 0.2.6 and support markdownConverterOptions in getMarkdown
1 parent dfcffc3 commit b274246

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sdks/js-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepcrawl",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "JavaScript/TypeScript SDK for DeepCrawl API - A powerful web scraping and crawling service",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/sdks/js-ts/src/deepcrawl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export class DeepcrawlApp {
353353
*/
354354
async getMarkdown(
355355
url: string,
356-
options?: Pick<GetMarkdownOptions, 'cacheOptions'>,
356+
options?: GetMarkdownOptions,
357357
): Promise<GetMarkdownResponse> {
358358
const getMarkdownOptions: GetMarkdownOptions = {
359359
url,

0 commit comments

Comments
 (0)