diff --git a/apps/api/requests.http b/apps/api/requests.http index 0e3b9206..e9259dbc 100644 --- a/apps/api/requests.http +++ b/apps/api/requests.http @@ -69,6 +69,7 @@ content-type: application/json { "urls": ["firecrawl.dev"], "prompt": "What is the title, description and main product of the page?", + "dev.to", "schema": { "title": "string", "description": "string", diff --git a/apps/js-sdk/firecrawl/package.json b/apps/js-sdk/firecrawl/package.json index 73eabc2a..73224dc4 100644 --- a/apps/js-sdk/firecrawl/package.json +++ b/apps/js-sdk/firecrawl/package.json @@ -1,6 +1,6 @@ { "name": "@mendable/firecrawl-js", - "version": "1.9.1", + "version": "1.9.2", "description": "JavaScript SDK for Firecrawl API", "main": "dist/index.js", "types": "dist/index.d.ts",