[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.

ref(ci): add @codspeed/core directly

Nate Moore (May 31, 2026, 11:35 PM -0500) d9fbb8b4 c8a22c69

+3
+1
deno.json
··· 17 17 "effection": "npm:effection@^4.0.2", 18 18 "@std/encoding": "jsr:@std/encoding@1", 19 19 "@codspeed/tinybench-plugin": "npm:@codspeed/tinybench-plugin@^5.4.0", 20 + "@codspeed/core": "npm:@codspeed/core@^5.4.0", 20 21 "tinybench": "npm:tinybench@^5.0.0" 21 22 }, 22 23 "exports": {
+2
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/core@^5.4.0": "5.4.0", 23 24 "npm:@codspeed/tinybench-plugin@^5.4.0": "5.4.0_tinybench@5.1.0", 24 25 "npm:@sinclair/typebox@*": "0.34.48", 25 26 "npm:@sinclair/typebox@0.34": "0.34.48", ··· 335 336 "jsr:@std/encoding@1", 336 337 "jsr:@std/expect@1", 337 338 "jsr:@std/testing@1", 339 + "npm:@codspeed/core@^5.4.0", 338 340 "npm:@codspeed/tinybench-plugin@^5.4.0", 339 341 "npm:@sinclair/typebox@0.34", 340 342 "npm:effection@^4.0.2",