Suite of AT Protocol TypeScript libraries built on web standards
21
fork

Configure Feed

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

remove lex from deno.json

+9 -13
-2
deno.json
··· 10 10 "xrpc", 11 11 "xrpc-server", 12 12 "sync", 13 - "data", 14 - "lex", 15 13 "lex-gen" 16 14 ], 17 15 "imports": {
+9 -11
deno.lock
··· 18 18 "jsr:@std/bytes@^1.0.5": "1.0.6", 19 19 "jsr:@std/cbor@~0.1.8": "0.1.8", 20 20 "jsr:@std/encoding@^1.0.10": "1.0.10", 21 + "jsr:@std/encoding@~1.0.5": "1.0.10", 21 22 "jsr:@std/fmt@~1.0.2": "1.0.8", 22 23 "jsr:@std/fs@1": "1.0.20", 23 24 "jsr:@std/fs@^1.0.19": "1.0.20", 24 25 "jsr:@std/internal@^1.0.12": "1.0.12", 26 + "jsr:@std/io@~0.224.9": "0.224.9", 25 27 "jsr:@std/json@^1.0.2": "1.0.2", 26 28 "jsr:@std/jsonc@^1.0.1": "1.0.2", 27 29 "jsr:@std/path@1": "1.1.3", ··· 49 51 "@cliffy/ansi@1.0.0-rc.8": { 50 52 "integrity": "ba37f10ce55bbfbdd8ddd987f91f029b17bce88385b98ba3058870f3b007b80c", 51 53 "dependencies": [ 52 - "jsr:@std/fmt" 54 + "jsr:@cliffy/internal", 55 + "jsr:@std/encoding@~1.0.5", 56 + "jsr:@std/fmt", 57 + "jsr:@std/io" 53 58 ] 54 59 }, 55 60 "@cliffy/command@1.0.0-rc.8": { ··· 135 140 }, 136 141 "@std/internal@1.0.12": { 137 142 "integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027" 143 + }, 144 + "@std/io@0.224.9": { 145 + "integrity": "4414664b6926f665102e73c969cfda06d2c4c59bd5d0c603fd4f1b1c840d6ee3" 138 146 }, 139 147 "@std/json@1.0.2": { 140 148 "integrity": "d9e5497801c15fb679f55a2c01c7794ad7a5dfda4dd1bebab5e409cb5e0d34d4" ··· 1132 1140 "npm:multiformats@^13.4.1" 1133 1141 ] 1134 1142 }, 1135 - "data": { 1136 - "dependencies": [ 1137 - "npm:multiformats@^13.4.1" 1138 - ] 1139 - }, 1140 1143 "identity": { 1141 1144 "dependencies": [ 1142 1145 "npm:@did-plc/lib@^0.0.4", 1143 1146 "npm:@did-plc/server@^0.0.1", 1144 1147 "npm:get-port@^7.1.0" 1145 - ] 1146 - }, 1147 - "lex": { 1148 - "dependencies": [ 1149 - "npm:multiformats@^13.4.1" 1150 1148 ] 1151 1149 }, 1152 1150 "lex-gen": {