v0.3.4
Released 13 July 2026. Available on npm as orino-cli and @bynaree/orino.
npx orino-cli@latest auditThe audit JSON output now carries the raw PageSpeed Insights metrics as structured data, so programmatic consumers can render actual Core Web Vitals numbers instead of parsing them out of check messages.
- Structured
psiobject in the JSON output.auditToJsonand--jsonnow include a top-levelpsifield alongsideresults: the rawlcp,cls,inp, andttfbvalues, the Lighthousescore(0–100), pluslcpElement,opportunities,available, andstrategy. Previously these numbers survived only inside check messages (and the performance score wasn’t exposed at all), so consumers had to parse prose. ThePSIDatatype is now exported from the package. The field isnullwhen PSI didn’t run (no key, or a codebase-only audit). See PSI setup for how to configure a key.