firecrawl 4.3.4 → 4.3.5

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.
@@ -8,7 +8,7 @@ var require_package = __commonJS({
8
8
  "package.json"(exports, module) {
9
9
  module.exports = {
10
10
  name: "@mendable/firecrawl-js",
11
- version: "4.3.4",
11
+ version: "4.3.5",
12
12
  description: "JavaScript SDK for Firecrawl API",
13
13
  main: "dist/index.js",
14
14
  types: "dist/index.d.ts",
@@ -34,7 +34,7 @@ var require_package = __commonJS({
34
34
  author: "Mendable.ai",
35
35
  license: "MIT",
36
36
  dependencies: {
37
- axios: "^1.11.0",
37
+ axios: "^1.12.2",
38
38
  "typescript-event-target": "^1.1.1",
39
39
  zod: "^3.23.8",
40
40
  "zod-to-json-schema": "^3.23.0"
package/dist/index.cjs CHANGED
@@ -35,7 +35,7 @@ var require_package = __commonJS({
35
35
  "package.json"(exports2, module2) {
36
36
  module2.exports = {
37
37
  name: "@mendable/firecrawl-js",
38
- version: "4.3.4",
38
+ version: "4.3.5",
39
39
  description: "JavaScript SDK for Firecrawl API",
40
40
  main: "dist/index.js",
41
41
  types: "dist/index.d.ts",
@@ -61,7 +61,7 @@ var require_package = __commonJS({
61
61
  author: "Mendable.ai",
62
62
  license: "MIT",
63
63
  dependencies: {
64
- axios: "^1.11.0",
64
+ axios: "^1.12.2",
65
65
  "typescript-event-target": "^1.1.1",
66
66
  zod: "^3.23.8",
67
67
  "zod-to-json-schema": "^3.23.0"
package/dist/index.d.cts CHANGED
@@ -385,9 +385,9 @@ declare class HttpClient {
385
385
  getApiKey(): string;
386
386
  private request;
387
387
  private sleep;
388
- post<T = any>(endpoint: string, body: Record<string, unknown>, headers?: Record<string, string>): Promise<AxiosResponse<T, any>>;
389
- get<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any>>;
390
- delete<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any>>;
388
+ post<T = any>(endpoint: string, body: Record<string, unknown>, headers?: Record<string, string>): Promise<AxiosResponse<T, any, {}>>;
389
+ get<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any, {}>>;
390
+ delete<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any, {}>>;
391
391
  prepareHeaders(idempotencyKey?: string): Record<string, string>;
392
392
  }
393
393
 
package/dist/index.d.ts CHANGED
@@ -385,9 +385,9 @@ declare class HttpClient {
385
385
  getApiKey(): string;
386
386
  private request;
387
387
  private sleep;
388
- post<T = any>(endpoint: string, body: Record<string, unknown>, headers?: Record<string, string>): Promise<AxiosResponse<T, any>>;
389
- get<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any>>;
390
- delete<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any>>;
388
+ post<T = any>(endpoint: string, body: Record<string, unknown>, headers?: Record<string, string>): Promise<AxiosResponse<T, any, {}>>;
389
+ get<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any, {}>>;
390
+ delete<T = any>(endpoint: string, headers?: Record<string, string>): Promise<AxiosResponse<T, any, {}>>;
391
391
  prepareHeaders(idempotencyKey?: string): Record<string, string>;
392
392
  }
393
393
 
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_package
3
- } from "./chunk-TIJLLR5H.js";
3
+ } from "./chunk-FDVSGUK2.js";
4
4
 
5
5
  // src/v2/utils/httpClient.ts
6
6
  import axios from "axios";
@@ -1065,7 +1065,7 @@ var FirecrawlApp = class {
1065
1065
  if (typeof process !== "undefined" && process.env && process.env.npm_package_version) {
1066
1066
  return process.env.npm_package_version;
1067
1067
  }
1068
- const packageJson = await import("./package-3EYW3PGP.js");
1068
+ const packageJson = await import("./package-NC4JMKLV.js");
1069
1069
  return packageJson.default.version;
1070
1070
  } catch (error) {
1071
1071
  const isTest = typeof process !== "undefined" && (process.env.JEST_WORKER_ID != null || false);
@@ -1,4 +1,4 @@
1
1
  import {
2
2
  require_package
3
- } from "./chunk-TIJLLR5H.js";
3
+ } from "./chunk-FDVSGUK2.js";
4
4
  export default require_package();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl",
3
- "version": "4.3.4",
3
+ "version": "4.3.5",
4
4
  "description": "JavaScript SDK for Firecrawl API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "author": "Mendable.ai",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "axios": "^1.11.0",
29
+ "axios": "^1.12.2",
30
30
  "typescript-event-target": "^1.1.1",
31
31
  "zod": "^3.23.8",
32
32
  "zod-to-json-schema": "^3.23.0"