Files
bun.sh/test/cli/install
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
..
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2023-10-12 15:17:03 -07:00