js-sdk: once again again

This commit is contained in:
Gergő Móricz 2025-04-12 17:44:19 -07:00
parent 58ad7f40b6
commit 63a283bfe7
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@mendable/firecrawl-js", "name": "@mendable/firecrawl-js",
"version": "1.23.8", "version": "1.23.9",
"description": "JavaScript SDK for Firecrawl API", "description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@ -27,7 +27,8 @@
"dependencies": { "dependencies": {
"typescript-event-target": "^1.1.1", "typescript-event-target": "^1.1.1",
"zod": "^3.23.8", "zod": "^3.23.8",
"zod-to-json-schema": "^3.23.0" "zod-to-json-schema": "^3.23.0",
"axios": "^1.6.8"
}, },
"bugs": { "bugs": {
"url": "https://github.com/mendableai/firecrawl/issues" "url": "https://github.com/mendableai/firecrawl/issues"
@ -41,7 +42,6 @@
"@types/mocha": "^10.0.6", "@types/mocha": "^10.0.6",
"@types/node": "^20.12.12", "@types/node": "^20.12.12",
"@types/uuid": "^9.0.8", "@types/uuid": "^9.0.8",
"axios": "^1.6.8",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"jest": "^29.7.0", "jest": "^29.7.0",
"ts-jest": "^29.2.2", "ts-jest": "^29.2.2",

View File

@ -8,7 +8,7 @@ export default defineConfig({
clean: true, clean: true,
platform: "node", platform: "node",
target: "node22", target: "node22",
noExternal: ["typescript-event-target", "axios"], noExternal: ["typescript-event-target"],
esbuildOptions(options) { esbuildOptions(options) {
options.define = { options.define = {
...options.define, ...options.define,