js-sdk: once more

This commit is contained in:
Gergő Móricz 2025-04-12 17:42:30 -07:00
parent 62c842e64a
commit 58ad7f40b6
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.23.7",
"version": "1.23.8",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

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