Skip to content

Commit

Permalink
Nick: json output to new format
Browse files Browse the repository at this point in the history
nickscamara committed Jan 18, 2025
1 parent 092da88 commit 56776da
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/js-sdk/firecrawl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.15.1",
"version": "1.15.2",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
1 change: 1 addition & 0 deletions apps/js-sdk/firecrawl/src/index.ts
Original file line number Diff line number Diff line change
@@ -65,6 +65,7 @@ export interface FirecrawlDocument<T = any, ActionsSchema extends (ActionsResult
rawHtml?: string;
links?: string[];
extract?: T;
json?: T;
screenshot?: string;
metadata?: FirecrawlDocumentMetadata;
actions: ActionsSchema;

0 comments on commit 56776da

Please sign in to comment.