Files
bun.sh/test/cli
Claude Bot beb1127be0 Add --json flag to bun outdated command
- Enable --json flag in outdated command parameters
- Add outdated to supportsJsonOutput() function
- Implement printOutdatedInfoJson() function with structured JSON output
- JSON format includes current, update, latest versions and dependency type
- Add test case for JSON output validation (currently skipped due to registry issues)
- JSON output matches format: {"package": {"current": "1.0.0", "update": "1.0.0", "latest": "1.0.1", "dependencyType": "prod"}}

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-15 03:09:00 +00:00
..
2025-05-24 13:36:51 -07:00
2025-05-16 23:40:56 -07:00
2024-10-18 01:14:42 +00:00