[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

downgrade to tinybench@5

Nate Moore (May 24, 2026, 11:39 PM EDT) e5ae33e3 f762bee2

+7 -7
+1 -1
deno.json
··· 18 18 "effection": "npm:effection@^4.0.2", 19 19 "@std/encoding": "jsr:@std/encoding@1", 20 20 "@codspeed/tinybench-plugin": "npm:@codspeed/tinybench-plugin@^5.4.0", 21 - "tinybench": "npm:tinybench@^6.0.2" 21 + "tinybench": "npm:tinybench@^5.0.0" 22 22 }, 23 23 "exports": { 24 24 ".": "./mod.ts",
+6 -6
deno.lock
··· 20 20 "jsr:@std/testing@1": "1.0.17", 21 21 "jsr:@ts-morph/bootstrap@0.27": "0.27.0", 22 22 "jsr:@ts-morph/common@0.27": "0.27.0", 23 - "npm:@codspeed/tinybench-plugin@^5.4.0": "5.4.0_tinybench@6.0.2", 23 + "npm:@codspeed/tinybench-plugin@^5.4.0": "5.4.0_tinybench@5.1.0", 24 24 "npm:@sinclair/typebox@*": "0.34.48", 25 25 "npm:@sinclair/typebox@0.34": "0.34.48", 26 26 "npm:effection@^4.0.2": "4.0.2", 27 - "npm:tinybench@^6.0.2": "6.0.2", 27 + "npm:tinybench@5": "5.1.0", 28 28 "npm:valrs@*": "0.1.0" 29 29 }, 30 30 "jsr": { ··· 120 120 "node-gyp-build" 121 121 ] 122 122 }, 123 - "@codspeed/tinybench-plugin@5.4.0_tinybench@6.0.2": { 123 + "@codspeed/tinybench-plugin@5.4.0_tinybench@5.1.0": { 124 124 "integrity": "sha512-jzuFoyyoGxc3Lc+TTl54PnRsgqO3CYbbbnwYSVp/m/4rqvCwSUZChY9EuQJ6uZFbamT3UhWF2N6tDEGShkvsrw==", 125 125 "dependencies": [ 126 126 "@codspeed/core", ··· 319 319 "stack-trace@1.0.0-pre2": { 320 320 "integrity": "sha512-2ztBJRek8IVofG9DBJqdy2N5kulaacX30Nz7xmkYF6ale9WBVmIy6mFBchvGX7Vx/MyjBhx+Rcxqrj+dbOnQ6A==" 321 321 }, 322 - "tinybench@6.0.2": { 323 - "integrity": "sha512-FlHoQpcFvCzeXK5kVPvV7IVgW/hs/B36QWTz876iSdeJguBDfdTSRQmYmaHX+fQNt4hp+gEFB2XXw+8hT4/y8A==" 322 + "tinybench@5.1.0": { 323 + "integrity": "sha512-LXKNtFualiKOm6gADe1UXPtf8+Nfn1CtPMEHAT33Fd2YjQatrujkDcK0+4wRC1X6t7fxUDXUs6BsvuIgfkDgDg==" 324 324 }, 325 325 "valrs@0.1.0": { 326 326 "integrity": "sha512-BqVkjx3qhsRLHerblLDoqEx0OEx7ms0DB6LPv40oWkMfFKUVKrqVuklaGdrPrHyubC5hSHYfEtUiQXrCkC6xHQ==" ··· 338 338 "npm:@codspeed/tinybench-plugin@^5.4.0", 339 339 "npm:@sinclair/typebox@0.34", 340 340 "npm:effection@^4.0.2", 341 - "npm:tinybench@^6.0.2" 341 + "npm:tinybench@5" 342 342 ] 343 343 } 344 344 }