We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcffc3 commit b274246Copy full SHA for b274246
2 files changed
packages/sdks/js-ts/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "deepcrawl",
3
- "version": "0.2.5",
+ "version": "0.2.6",
4
"description": "JavaScript/TypeScript SDK for DeepCrawl API - A powerful web scraping and crawling service",
5
"main": "./dist/index.js",
6
"module": "./dist/index.mjs",
packages/sdks/js-ts/src/deepcrawl.ts
@@ -353,7 +353,7 @@ export class DeepcrawlApp {
353
*/
354
async getMarkdown(
355
url: string,
356
- options?: Pick<GetMarkdownOptions, 'cacheOptions'>,
+ options?: GetMarkdownOptions,
357
): Promise<GetMarkdownResponse> {
358
const getMarkdownOptions: GetMarkdownOptions = {
359
url,
0 commit comments