From f5be40143c2530cf3fcba3d068ebca8b4d7b51b7 Mon Sep 17 00:00:00 2001 From: Abimael Martell <1450169+abimaelmartell@users.noreply.github.com> Date: Sat, 11 Jul 2026 00:42:27 -0700 Subject: [PATCH] chore(napi): bump @firecrawl/pdf-inspector to 1.10.1 (#136) --- napi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/package.json b/napi/package.json index 763a7cd..7a1096d 100644 --- a/napi/package.json +++ b/napi/package.json @@ -1,6 +1,6 @@ { "name": "@firecrawl/pdf-inspector", - "version": "1.10.0", + "version": "1.10.1", "description": "Fast PDF classification and text extraction. Detect text-based vs scanned PDFs, extract text by region with quality checks. Native Rust performance via napi-rs.", "main": "index.js", "types": "index.d.ts",