routerino 2.2.2-rc4 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "routerino",
3
- "version": "2.2.2-rc4",
3
+ "version": "2.2.2",
4
4
  "description": "A lightweight, SEO-optimized React router for modern web applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -777,7 +777,7 @@ export function render(url, baseUrl) {
777
777
  const reductionPercent = (
778
778
  (1 - imageStats.placeholderSize / imageStats.totalSize) *
779
779
  100
780
- ).toFixed(0);
780
+ ).toFixed(2);
781
781
  console.log(
782
782
  `[Routerino Forge] ✓ Optimized ${imageStats.processed} images (${totalSizeMB}MB total, ${placeholderSizeKB}KB placeholders, ${reductionPercent}% reduction)`
783
783
  );