ouroboros/web/package.json
Ouroboros ca76d76ca2 release v6.87.5: benchmark visuals keep their final geometry and logos
Preserve intrinsic media aspect ratios, replace the low-density benchmark PNGs
with the final SVG artwork, and embed the accepted transparent harness marks so
browsers cannot drop nested logo resources. Content fingerprints invalidate
stale caches, the site asset sync now starts from a clean target, and the
committed Pages output is rebuilt.

Verification: the three site SVGs render pixel-identically to the final Habr
PNGs (RMSE 0); desktop Retina and 390px mobile checks pass; three independent
visual-QA subagents returned PASS / SHIP; 94 focused release tests pass.
2026-08-01 02:24:41 +03:00

11 lines
247 B
JSON

{
"name": "ouroboros-web",
"version": "6.87.5",
"private": true,
"type": "module",
"description": "Ouroboros browser UI package boundary",
"scripts": {
"lint": "node --check app.js",
"test": "node --test tests/*.test.js"
}
}