@mendable/firecrawl 4.15.2 → 4.15.3

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.15.2",
11
+ version: "4.15.3",
12
12
  description: "JavaScript SDK for Firecrawl API",
13
13
  main: "dist/index.js",
14
14
  types: "dist/index.d.ts",
@@ -35,6 +35,7 @@ var require_package = __commonJS({
35
35
  license: "MIT",
36
36
  dependencies: {
37
37
  axios: "^1.13.5",
38
+ firecrawl: "4.15.2",
38
39
  "typescript-event-target": "^1.1.1",
39
40
  zod: "^3.23.8",
40
41
  "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.15.2",
38
+ version: "4.15.3",
39
39
  description: "JavaScript SDK for Firecrawl API",
40
40
  main: "dist/index.js",
41
41
  types: "dist/index.d.ts",
@@ -62,6 +62,7 @@ var require_package = __commonJS({
62
62
  license: "MIT",
63
63
  dependencies: {
64
64
  axios: "^1.13.5",
65
+ firecrawl: "4.15.2",
65
66
  "typescript-event-target": "^1.1.1",
66
67
  zod: "^3.23.8",
67
68
  "zod-to-json-schema": "^3.23.0"
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_package
3
- } from "./chunk-YCZ3SV75.js";
3
+ } from "./chunk-OQGNIPDS.js";
4
4
 
5
5
  // src/v2/utils/httpClient.ts
6
6
  import axios from "axios";
@@ -1483,7 +1483,7 @@ var FirecrawlApp = class {
1483
1483
  if (typeof process !== "undefined" && process.env && process.env.npm_package_version) {
1484
1484
  return process.env.npm_package_version;
1485
1485
  }
1486
- const packageJson = await import("./package-WNYVARF4.js");
1486
+ const packageJson = await import("./package-3T2AIYQP.js");
1487
1487
  return packageJson.default.version;
1488
1488
  } catch (error) {
1489
1489
  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-YCZ3SV75.js";
3
+ } from "./chunk-OQGNIPDS.js";
4
4
  export default require_package();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mendable/firecrawl",
3
- "version": "4.15.2",
3
+ "version": "4.15.3",
4
4
  "description": "JavaScript SDK for Firecrawl API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,6 +20,7 @@
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
22
  "axios": "^1.13.5",
23
+ "firecrawl": "4.15.2",
23
24
  "typescript-event-target": "^1.1.1",
24
25
  "zod": "^3.23.8",
25
26
  "zod-to-json-schema": "^3.23.0"