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

๐Ÿ“Œ pin @types/node to v22

authored by

Nate Moore and committed by
Nate Moore
(May 23, 2026, 10:36 PM EDT) f470b1fc c6527e22

+4 -2
+3 -2
deno.json
··· 15 15 "@sinclair/typebox": "npm:@sinclair/typebox@^0.34", 16 16 "dnt": "jsr:@deno/dnt@0.42.3", 17 17 "effection": "npm:effection@^4.0.2", 18 - "@std/encoding": "jsr:@std/encoding@1" 18 + "@std/encoding": "jsr:@std/encoding@1", 19 + "@types/node": "npm:@types/node@^22" 19 20 }, 20 21 "exports": { 21 22 ".": "./mod.ts", ··· 26 27 "exclude": ["!wasm.ts"] 27 28 }, 28 29 "compilerOptions": { 29 - "types": ["npm:@types/node"] 30 + "types": ["@types/node"] 30 31 }, 31 32 "fmt": { 32 33 "exclude": ["clay", "build"]
+1
deno.lock
··· 126 126 "jsr:@std/expect@1", 127 127 "jsr:@std/testing@1", 128 128 "npm:@sinclair/typebox@0.34", 129 + "npm:@types/node@22", 129 130 "npm:effection@^4.0.2" 130 131 ] 131 132 }