@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.
- package/CHANGELOG.md +11 -0
- package/dist/cli/index.js +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/dashboard/index.js +2 -2
- package/dist/dashboard/index.js.map +1 -1
- package/package.json +1 -1
package/dist/dashboard/index.js
CHANGED
|
@@ -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.
|
|
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,
|
|
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';
|