mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 13:39:01 +08:00
js-sdk: once more
This commit is contained in:
parent
62c842e64a
commit
58ad7f40b6
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mendable/firecrawl-js",
|
"name": "@mendable/firecrawl-js",
|
||||||
"version": "1.23.7",
|
"version": "1.23.8",
|
||||||
"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",
|
||||||
|
@ -8,8 +8,7 @@ export default defineConfig({
|
|||||||
clean: true,
|
clean: true,
|
||||||
platform: "node",
|
platform: "node",
|
||||||
target: "node22",
|
target: "node22",
|
||||||
noExternal: ["typescript-event-target"],
|
noExternal: ["typescript-event-target", "axios"],
|
||||||
external: ["axios"],
|
|
||||||
esbuildOptions(options) {
|
esbuildOptions(options) {
|
||||||
options.define = {
|
options.define = {
|
||||||
...options.define,
|
...options.define,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user