feat: speculative challenges, jwt challenge tokens, standalone

optimizations, format
releases widget@0.1.38; standalone@2.2.0
This commit is contained in:
tiago
2026-03-01 13:20:48 +00:00
parent 8942efd11c
commit 894c9e6ab9
71 changed files with 2840 additions and 1586 deletions
+8 -8
View File
@@ -2,14 +2,14 @@ import solver from "../index.js";
const timeStart = Date.now();
const solutions = await solver(Math.random().toString(), {
onProgress: (status) => {
process.stdout.moveCursor(0, -1);
process.stdout.clearScreenDown();
console.log(`Progress: ${status.progress}%`);
},
c: 50,
s: 30,
d: 4,
onProgress: (status) => {
process.stdout.moveCursor(0, -1);
process.stdout.clearScreenDown();
console.log(`Progress: ${status.progress}%`);
},
c: 50,
s: 30,
d: 4,
});
process.stdout.moveCursor(0, -1);