[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: bump deps

+29 -30
+5 -5
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.7", 20 + "@atp/sync": "jsr:@atp/sync@^0.1.0-alpha.8", 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.8", 23 + "@atp/xrpc-server": "jsr:@atp/xrpc-server@^0.1.0-alpha.9", 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", 27 - "dotenv": "npm:dotenv@^17.2.3", 28 - "hono": "jsr:@hono/hono@^4.11.7", 27 + "dotenv": "npm:dotenv@^17.2.4", 28 + "hono": "jsr:@hono/hono@^4.11.9", 29 29 "@std/encoding": "jsr:@std/encoding@^1.0.10", 30 30 "@atproto/api": "npm:@atproto/api@^0.16.11", 31 31 "jose": "npm:jose@^6.1.3", 32 - "mongoose": "npm:mongoose@^8.22.0", 32 + "mongoose": "npm:mongoose@^8.23.0", 33 33 "multiformats": "npm:multiformats@^13.4.2", 34 34 "p-queue": "npm:p-queue@^8.1.1", 35 35 "mongodb-memory-server-core": "npm:mongodb-memory-server-core@^11.0.1",
+24 -25
deno.lock
··· 8 8 "jsr:@atp/identity@~0.1.0-alpha.2": "0.1.0-alpha.2", 9 9 "jsr:@atp/lexicon@~0.1.0-alpha.4": "0.1.0-alpha.4", 10 10 "jsr:@atp/repo@~0.1.0-alpha.5": "0.1.0-alpha.5", 11 - "jsr:@atp/sync@~0.1.0-alpha.7": "0.1.0-alpha.7", 11 + "jsr:@atp/sync@~0.1.0-alpha.8": "0.1.0-alpha.8", 12 12 "jsr:@atp/syntax@~0.1.0-alpha.2": "0.1.0-alpha.2", 13 - "jsr:@atp/xrpc-server@~0.1.0-alpha.8": "0.1.0-alpha.8", 13 + "jsr:@atp/xrpc-server@~0.1.0-alpha.9": "0.1.0-alpha.9", 14 14 "jsr:@atp/xrpc@~0.1.0-alpha.4": "0.1.0-alpha.4", 15 - "jsr:@hono/hono@^4.10.8": "4.11.7", 16 - "jsr:@hono/hono@^4.11.7": "4.11.7", 15 + "jsr:@hono/hono@^4.10.8": "4.11.9", 16 + "jsr:@hono/hono@^4.11.9": "4.11.9", 17 17 "jsr:@logtape/file@^1.2.2": "1.3.5", 18 18 "jsr:@logtape/logtape@^1.2.2": "1.3.7", 19 19 "jsr:@logtape/logtape@^1.3.5": "1.3.7", ··· 36 36 "npm:@bufbuild/protobuf@1.5.0": "1.5.0", 37 37 "npm:@ipld/dag-cbor@^9.2.5": "9.2.5", 38 38 "npm:@types/node@24.0.7": "24.0.7", 39 - "npm:dotenv@^17.2.3": "17.2.3", 39 + "npm:dotenv@^17.2.4": "17.2.4", 40 40 "npm:jose@^6.1.3": "6.1.3", 41 41 "npm:lodash@*": "4.17.21", 42 42 "npm:mongodb-memory-server-core@^11.0.1": "11.0.1", 43 - "npm:mongoose@*": "8.22.0", 44 - "npm:mongoose@^8.22.0": "8.22.0", 43 + "npm:mongoose@^8.23.0": "8.23.0", 45 44 "npm:multiformats@^13.4.1": "13.4.2", 46 45 "npm:multiformats@^13.4.2": "13.4.2", 47 46 "npm:p-queue@^8.1.1": "8.1.1", 48 - "npm:rate-limiter-flexible@9": "9.1.0", 47 + "npm:rate-limiter-flexible@9": "9.1.1", 49 48 "npm:structured-headers@^2.0.2": "2.0.2" 50 49 }, 51 50 "jsr": { ··· 107 106 "npm:multiformats@^13.4.1" 108 107 ] 109 108 }, 110 - "@atp/sync@0.1.0-alpha.7": { 111 - "integrity": "bc65ebb3d9f856cebfc7db4761fa92b5725cee872da44f05ed44a0f7fc144994", 109 + "@atp/sync@0.1.0-alpha.8": { 110 + "integrity": "c471fef8fd3e2ab16a565791700967df0b48316e894e005769d4269e3db12dbf", 112 111 "dependencies": [ 113 112 "jsr:@atp/common@~0.1.0-alpha.9", 114 113 "jsr:@atp/identity", ··· 130 129 "jsr:@zod/zod" 131 130 ] 132 131 }, 133 - "@atp/xrpc-server@0.1.0-alpha.8": { 134 - "integrity": "088cfbcf14f9deec2c4b9f75696f602dfdfd1729df8d4a02ff068079698b6315", 132 + "@atp/xrpc-server@0.1.0-alpha.9": { 133 + "integrity": "bffe6984ac0cab96bb56d866c665d2192cbbddc0df228f3055b2499a8058af97", 135 134 "dependencies": [ 136 135 "jsr:@atp/bytes", 137 136 "jsr:@atp/common@~0.1.0-alpha.9", ··· 147 146 "@hono/hono@4.9.8": { 148 147 "integrity": "908150f13e90181a051a3af3bf15203aff00190682afedfd38824d0cb9299a95" 149 148 }, 150 - "@hono/hono@4.11.7": { 151 - "integrity": "2a0dc00088fbef98b76f575e3c4ab3d2c770d5e6095be215ae05c2aef25b363a" 149 + "@hono/hono@4.11.9": { 150 + "integrity": "c82c6b846abc3c1879d921d8365287d77cdef8073019f509ff80bf53033bdcba" 152 151 }, 153 152 "@logtape/file@1.3.5": { 154 153 "integrity": "6e5248e873e260109267b79bd3fb19f307a664a2233c5ae6f699d697549db985", ··· 555 554 "destroy@1.2.0": { 556 555 "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" 557 556 }, 558 - "dotenv@17.2.3": { 559 - "integrity": "sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==" 557 + "dotenv@17.2.4": { 558 + "integrity": "sha512-mudtfb4zRB4bVvdj0xRo+e6duH1csJRM8IukBqfTRvHotn9+LBXB8ynAidP9zHqoRC/fsllXgk4kCKlR21fIhw==" 560 559 }, 561 560 "dunder-proto@1.0.1": { 562 561 "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", ··· 854 853 "mongodb-connection-string-url@7.0.1" 855 854 ] 856 855 }, 857 - "mongoose@8.22.0": { 858 - "integrity": "sha512-LKTPPqD3CVcSZJRzPcwKiSVYTmAvBZeVT0V34vUiqPEo9sBmOEg1y4TpDbUb90Zf2lO4N05ailQnKxiapCN08g==", 856 + "mongoose@8.23.0": { 857 + "integrity": "sha512-Bul4Ha6J8IqzFrb0B1xpVzkC3S0sk43dmLSnhFOn8eJlZiLwL5WO6cRymmjaADdCMjUcCpj2ce8hZI6O4ZFSug==", 859 858 "dependencies": [ 860 859 "bson@6.10.4", 861 860 "kareem", ··· 1025 1024 "rate-limiter-flexible@2.4.2": { 1026 1025 "integrity": "sha512-rMATGGOdO1suFyf/mI5LYhts71g1sbdhmd6YvdiXO2gJnd42Tt6QS4JUKJKSWVVkMtBacm6l40FR7Trjo6Iruw==" 1027 1026 }, 1028 - "rate-limiter-flexible@9.1.0": { 1029 - "integrity": "sha512-0jjTtKWlF4UnMLr64chsKfyQsRlT3lc6KXK2B+N8wPkw2+QMbYN6ft4jNnZuHfllKpk3R5Vr4g7EM+Ms8H1aBw==" 1027 + "rate-limiter-flexible@9.1.1": { 1028 + "integrity": "sha512-imxFjzPCmvDLMe7d2tsgiSQvs5EI2fI9SNymmslAfOqznZhsZ+PqbIjIYKpuSbd3pKovR1aMG47qfCLIO/adVg==" 1030 1029 }, 1031 1030 "raw-body@2.5.3": { 1032 1031 "integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==", ··· 1270 1269 "jsr:@atp/identity@~0.1.0-alpha.2", 1271 1270 "jsr:@atp/lexicon@~0.1.0-alpha.4", 1272 1271 "jsr:@atp/repo@~0.1.0-alpha.5", 1273 - "jsr:@atp/sync@~0.1.0-alpha.7", 1272 + "jsr:@atp/sync@~0.1.0-alpha.8", 1274 1273 "jsr:@atp/syntax@~0.1.0-alpha.2", 1275 - "jsr:@atp/xrpc-server@~0.1.0-alpha.8", 1274 + "jsr:@atp/xrpc-server@~0.1.0-alpha.9", 1276 1275 "jsr:@atp/xrpc@~0.1.0-alpha.4", 1277 - "jsr:@hono/hono@^4.11.7", 1276 + "jsr:@hono/hono@^4.11.9", 1278 1277 "jsr:@logtape/logtape@^1.3.7", 1279 1278 "jsr:@logtape/pretty@^1.3.7", 1280 1279 "jsr:@std/assert@^1.0.18", 1281 1280 "jsr:@std/encoding@^1.0.10", 1282 1281 "npm:@atproto/api@~0.16.11", 1283 - "npm:dotenv@^17.2.3", 1282 + "npm:dotenv@^17.2.4", 1284 1283 "npm:jose@^6.1.3", 1285 1284 "npm:mongodb-memory-server-core@^11.0.1", 1286 - "npm:mongoose@^8.22.0", 1285 + "npm:mongoose@^8.23.0", 1287 1286 "npm:multiformats@^13.4.2", 1288 1287 "npm:p-queue@^8.1.1", 1289 1288 "npm:structured-headers@^2.0.2"