feat: speculative challenges, jwt challenge tokens, standalone
optimizations, format releases widget@0.1.38; standalone@2.2.0
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user