firecrawl 1.25.2 → 1.25.4

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/.env.example CHANGED
File without changes
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
package/dist/index.cjs CHANGED
@@ -34,8 +34,8 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
34
34
  var require_package = __commonJS({
35
35
  "package.json"(exports2, module2) {
36
36
  module2.exports = {
37
- name: "firecrawl",
38
- version: "1.25.2",
37
+ name: "@mendable/firecrawl-js",
38
+ version: "1.25.4",
39
39
  description: "JavaScript SDK for Firecrawl API",
40
40
  main: "dist/index.js",
41
41
  types: "dist/index.d.ts",
package/dist/index.d.cts CHANGED
@@ -115,6 +115,7 @@ interface CrawlScrapeOptions {
115
115
  removeBase64Images?: boolean;
116
116
  blockAds?: boolean;
117
117
  proxy?: "basic" | "stealth" | "auto";
118
+ storeInCache?: boolean;
118
119
  }
119
120
  type Action = {
120
121
  type: "wait";
@@ -158,6 +159,7 @@ interface ScrapeParams<LLMSchema extends zt.ZodSchema = any, ActionsSchema exten
158
159
  prompt?: string;
159
160
  schema?: any;
160
161
  modes?: ("json" | "git-diff")[];
162
+ tag?: string | null;
161
163
  };
162
164
  actions?: ActionsSchema;
163
165
  agent?: AgentOptions;
package/dist/index.d.ts CHANGED
@@ -115,6 +115,7 @@ interface CrawlScrapeOptions {
115
115
  removeBase64Images?: boolean;
116
116
  blockAds?: boolean;
117
117
  proxy?: "basic" | "stealth" | "auto";
118
+ storeInCache?: boolean;
118
119
  }
119
120
  type Action = {
120
121
  type: "wait";
@@ -158,6 +159,7 @@ interface ScrapeParams<LLMSchema extends zt.ZodSchema = any, ActionsSchema exten
158
159
  prompt?: string;
159
160
  schema?: any;
160
161
  modes?: ("json" | "git-diff")[];
162
+ tag?: string | null;
161
163
  };
162
164
  actions?: ActionsSchema;
163
165
  agent?: AgentOptions;
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ var FirecrawlApp = class {
29
29
  }
30
30
  async getVersion() {
31
31
  try {
32
- const packageJson = await import("./package-X2DYWE74.js");
32
+ const packageJson = await import("./package-SG22PRGT.js");
33
33
  return packageJson.default.version;
34
34
  } catch (error) {
35
35
  console.error("Error getting version:", error);
@@ -1,6 +1,6 @@
1
1
  // package.json
2
- var name = "firecrawl";
3
- var version = "1.25.2";
2
+ var name = "@mendable/firecrawl-js";
3
+ var version = "1.25.4";
4
4
  var description = "JavaScript SDK for Firecrawl API";
5
5
  var main = "dist/index.js";
6
6
  var types = "dist/index.d.ts";
package/jest.config.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl",
3
- "version": "1.25.2",
3
+ "version": "1.25.4",
4
4
  "description": "JavaScript SDK for Firecrawl API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
File without changes
File without changes
File without changes
File without changes
package/src/index.ts CHANGED
@@ -120,6 +120,7 @@ export interface CrawlScrapeOptions {
120
120
  removeBase64Images?: boolean;
121
121
  blockAds?: boolean;
122
122
  proxy?: "basic" | "stealth" | "auto";
123
+ storeInCache?: boolean;
123
124
  }
124
125
 
125
126
  export type Action = {
@@ -165,6 +166,7 @@ export interface ScrapeParams<LLMSchema extends zt.ZodSchema = any, ActionsSchem
165
166
  prompt?: string;
166
167
  schema?: any;
167
168
  modes?: ("json" | "git-diff")[];
169
+ tag?: string | null;
168
170
  }
169
171
  actions?: ActionsSchema;
170
172
  agent?: AgentOptions;
package/tsconfig.json CHANGED
File without changes
package/tsup.config.ts CHANGED
File without changes
package/dump.rdb DELETED
Binary file