Update package.json

This commit is contained in:
Nicolas 2025-04-12 17:11:56 -07:00
parent f09458ffe3
commit a03b26a45f

View File

@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.23.0",
"version": "1.23.1",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -39,9 +39,9 @@
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.6",
"@types/node": "^20.17.30",
"@types/node": "^20.12.12",
"@types/uuid": "^9.0.8",
"axios": "^1.8.4",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"ts-jest": "^29.2.2",