[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
1
fork

Configure Feed

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

chore: update deps

+31 -13
+2 -2
deno.json
··· 17 17 "@atp/identity": "jsr:@atp/identity@^0.1.0-alpha.2", 18 18 "@atp/lexicon": "jsr:@atp/lexicon@^0.1.0-alpha.4", 19 19 "@atp/repo": "jsr:@atp/repo@^0.1.0-alpha.5", 20 - "@atp/sync": "jsr:@atp/sync@^0.1.0-alpha.5", 20 + "@atp/sync": "jsr:@atp/sync@^0.1.0-alpha.6", 21 21 "@atp/syntax": "jsr:@atp/syntax@^0.1.0-alpha.2", 22 22 "@atp/xrpc": "jsr:@atp/xrpc@^0.1.0-alpha.4", 23 - "@atp/xrpc-server": "jsr:@atp/xrpc-server@^0.1.0-alpha.6", 23 + "@atp/xrpc-server": "jsr:@atp/xrpc-server@^0.1.0-alpha.7", 24 24 "@logtape/logtape": "jsr:@logtape/logtape@^1.3.7", 25 25 "@logtape/pretty": "jsr:@logtape/pretty@^1.3.7", 26 26 "@std/assert": "jsr:@std/assert@^1.0.18",
+29 -11
deno.lock
··· 7 7 "jsr:@atp/identity@~0.1.0-alpha.2": "0.1.0-alpha.2", 8 8 "jsr:@atp/lexicon@~0.1.0-alpha.4": "0.1.0-alpha.4", 9 9 "jsr:@atp/repo@~0.1.0-alpha.5": "0.1.0-alpha.5", 10 - "jsr:@atp/sync@~0.1.0-alpha.5": "0.1.0-alpha.5", 10 + "jsr:@atp/sync@~0.1.0-alpha.6": "0.1.0-alpha.6", 11 11 "jsr:@atp/syntax@~0.1.0-alpha.2": "0.1.0-alpha.2", 12 - "jsr:@atp/xrpc-server@~0.1.0-alpha.6": "0.1.0-alpha.6", 12 + "jsr:@atp/xrpc-server@~0.1.0-alpha.7": "0.1.0-alpha.7", 13 13 "jsr:@atp/xrpc@~0.1.0-alpha.4": "0.1.0-alpha.4", 14 14 "jsr:@hono/hono@^4.10.8": "4.11.7", 15 15 "jsr:@hono/hono@^4.11.7": "4.11.7", ··· 33 33 "npm:@atproto/api@~0.16.11": "0.16.11", 34 34 "npm:@bufbuild/protobuf@1.5.0": "1.5.0", 35 35 "npm:@ipld/dag-cbor@^9.2.5": "9.2.5", 36 + "npm:@types/node@24.0.7": "24.0.7", 36 37 "npm:dotenv@^17.2.3": "17.2.3", 37 38 "npm:jose@^6.1.3": "6.1.3", 38 39 "npm:lodash@*": "4.17.21", ··· 42 43 "npm:multiformats@^13.4.2": "13.4.2", 43 44 "npm:p-queue@^8.1.1": "8.1.1", 44 45 "npm:rate-limiter-flexible@9": "9.1.0", 45 - "npm:structured-headers@^2.0.2": "2.0.2" 46 + "npm:structured-headers@^2.0.2": "2.0.2", 47 + "npm:ws@^8.18.0": "8.18.3" 46 48 }, 47 49 "jsr": { 48 50 "@atp/bytes@0.1.0-alpha.3": { ··· 69 71 "integrity": "806baa0ab1d399e7fe182a8ac4c6b9da076fcc965537dfbde81e464889492b7c", 70 72 "dependencies": [ 71 73 "jsr:@atp/bytes", 74 + "jsr:@atp/crypto", 72 75 "jsr:@noble/curves", 73 76 "jsr:@noble/hashes@^2.0.1" 74 77 ] ··· 102 105 "npm:multiformats@^13.4.1" 103 106 ] 104 107 }, 105 - "@atp/sync@0.1.0-alpha.5": { 106 - "integrity": "3a77224701ac515ed1ff2eeaa48a892717256eb46a1a5809cb5c6887e8be8e86", 108 + "@atp/sync@0.1.0-alpha.6": { 109 + "integrity": "75f1f9651565cf9e8e22f0bd9aad4ebe6238ee85019e007205cdc18dbaa22c3c", 107 110 "dependencies": [ 108 111 "jsr:@atp/common", 109 112 "jsr:@atp/identity", ··· 111 114 "jsr:@atp/repo", 112 115 "jsr:@atp/syntax", 113 116 "jsr:@atp/xrpc-server", 117 + "npm:multiformats@^13.4.1", 114 118 "npm:p-queue" 115 119 ] 116 120 }, ··· 124 128 "jsr:@zod/zod" 125 129 ] 126 130 }, 127 - "@atp/xrpc-server@0.1.0-alpha.6": { 128 - "integrity": "3dbf2d735dc49564b09665a064c41c0db42e7ca85c1f9dfa01ee129044ffeaff", 131 + "@atp/xrpc-server@0.1.0-alpha.7": { 132 + "integrity": "a9b0a93f5f82ab323ed566fabb55da849db8cd9598743ecbfd5be0679c43cb3f", 129 133 "dependencies": [ 130 134 "jsr:@atp/bytes", 131 135 "jsr:@atp/common", ··· 135 139 "jsr:@hono/hono@^4.10.8", 136 140 "jsr:@std/assert@^1.0.16", 137 141 "jsr:@zod/zod", 138 - "npm:rate-limiter-flexible" 142 + "npm:rate-limiter-flexible", 143 + "npm:ws" 139 144 ] 140 145 }, 141 146 "@hono/hono@4.9.8": { ··· 156 161 "@logtape/pretty@1.3.7": { 157 162 "integrity": "f13f1e151158d76e5b8e352b7d1a6308bf3a65d14d70f50703f8f2fca125250c", 158 163 "dependencies": [ 159 - "jsr:@logtape/logtape@^1.3.7" 164 + "jsr:@logtape/logtape@^1.3.7", 165 + "npm:@types/node" 160 166 ] 161 167 }, 162 168 "@noble/curves@2.0.1": { ··· 257 263 "integrity": "sha512-k64Lbyb7ycCSXHSLzxVdb2xsKGPMvYZfCICXvDsI8Z65CeWQzTEKS4YmGbnqw+U9RBvLPTsB6UCmwkgsDTGWIw==", 258 264 "dependencies": [ 259 265 "sparse-bitfield" 266 + ] 267 + }, 268 + "@types/node@24.0.7": { 269 + "integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==", 270 + "dependencies": [ 271 + "undici-types" 260 272 ] 261 273 }, 262 274 "@types/webidl-conversions@7.0.3": { ··· 574 586 "multiformats@9.9.0" 575 587 ] 576 588 }, 589 + "undici-types@7.8.0": { 590 + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==" 591 + }, 577 592 "webidl-conversions@7.0.0": { 578 593 "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" 579 594 }, ··· 583 598 "tr46", 584 599 "webidl-conversions" 585 600 ] 601 + }, 602 + "ws@8.18.3": { 603 + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==" 586 604 }, 587 605 "yauzl@3.2.0": { 588 606 "integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==", ··· 603 621 "jsr:@atp/identity@~0.1.0-alpha.2", 604 622 "jsr:@atp/lexicon@~0.1.0-alpha.4", 605 623 "jsr:@atp/repo@~0.1.0-alpha.5", 606 - "jsr:@atp/sync@~0.1.0-alpha.5", 624 + "jsr:@atp/sync@~0.1.0-alpha.6", 607 625 "jsr:@atp/syntax@~0.1.0-alpha.2", 608 - "jsr:@atp/xrpc-server@~0.1.0-alpha.6", 626 + "jsr:@atp/xrpc-server@~0.1.0-alpha.7", 609 627 "jsr:@atp/xrpc@~0.1.0-alpha.4", 610 628 "jsr:@hono/hono@^4.11.7", 611 629 "jsr:@logtape/logtape@^1.3.7",