@jefuriiij/synthra 0.1.15 → 0.1.16

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.
@@ -5,7 +5,7 @@ import { Hono } from "hono";
5
5
  // package.json
6
6
  var package_default = {
7
7
  name: "@jefuriiij/synthra",
8
- version: "0.1.15",
8
+ version: "0.1.16",
9
9
  publishConfig: {
10
10
  access: "public"
11
11
  },
@@ -992,7 +992,7 @@ var public_default = `<!doctype html>
992
992
  return;
993
993
  }
994
994
  const frag = document.createDocumentFragment();
995
- for (const g of gates.slice(0, 12)) {
995
+ for (const g of gates.slice(0, 50)) {
996
996
  const row = document.createElement('div');
997
997
  row.className = 'gate-row';
998
998
  const cls = g.decision === 'block' ? 'block' : 'allow';