Files
firecrawl/apps/api
firecrawl-spring[bot] 85de0dae4e fix(change-tracking): use diff library for standard unified diff format
The git-diff npm package produces a simplified diff format (lines
prefixed with +/-/space, no chunk headers), which is incompatible with
parse-diff. This caused the json.files field in the change tracking
diff response to always be empty.

Replace git-diff with the diff library's createTwoFilesPatch, which
produces standard unified diff format with proper @@, ---, and +++
headers that parse-diff can parse correctly.

Co-Authored-By: micahstairs <micah@sideguide.dev>
2026-03-10 15:20:18 +00:00
..
2025-10-01 17:53:25 -03:00
2026-02-12 16:50:31 -08:00
2025-02-25 14:28:09 +01:00
2025-12-02 23:43:15 +05:30
2024-09-05 18:36:59 +03:00
2024-04-15 17:01:47 -04:00
2025-09-06 11:15:11 +02:00