mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 06:39:02 +08:00
js-sdk: once again again
This commit is contained in:
parent
58ad7f40b6
commit
63a283bfe7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "1.23.8",
|
||||
"version": "1.23.9",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -27,7 +27,8 @@
|
||||
"dependencies": {
|
||||
"typescript-event-target": "^1.1.1",
|
||||
"zod": "^3.23.8",
|
||||
"zod-to-json-schema": "^3.23.0"
|
||||
"zod-to-json-schema": "^3.23.0",
|
||||
"axios": "^1.6.8"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mendableai/firecrawl/issues"
|
||||
@ -41,7 +42,6 @@
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "^20.12.12",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"axios": "^1.6.8",
|
||||
"dotenv": "^16.4.5",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.2.2",
|
||||
|
@ -8,7 +8,7 @@ export default defineConfig({
|
||||
clean: true,
|
||||
platform: "node",
|
||||
target: "node22",
|
||||
noExternal: ["typescript-event-target", "axios"],
|
||||
noExternal: ["typescript-event-target"],
|
||||
esbuildOptions(options) {
|
||||
options.define = {
|
||||
...options.define,
|
||||
|
Loading…
x
Reference in New Issue
Block a user