Mirror from bluesky-social/pds
0
fork

Configure Feed

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

build pds next

+11 -11
+1 -1
service/package.json
··· 7 7 "main": "index.js", 8 8 "license": "MIT", 9 9 "dependencies": { 10 - "@atproto/pds": "0.4.105" 10 + "@atproto/pds": "0.4.106" 11 11 } 12 12 }
+10 -10
service/pnpm-lock.yaml
··· 6 6 7 7 dependencies: 8 8 '@atproto/pds': 9 - specifier: 0.4.105 10 - version: 0.4.105 9 + specifier: 0.4.106 10 + version: 0.4.106 11 11 12 12 packages: 13 13 ··· 54 54 - utf-8-validate 55 55 dev: false 56 56 57 - /@atproto/api@0.14.8: 58 - resolution: {integrity: sha512-i3jriHPLOqR0hRWKTte+3pRN1LEH+pa23CoNXEycYSa69K4nBVp6/qxUZ+UfOE5H/mkGXabI59P1xL8tSFCSXA==} 57 + /@atproto/api@0.14.9: 58 + resolution: {integrity: sha512-9S7Vl6gK8hmy0+Gw5AWriUsQfQYZxwW7yTK5UdPPGlmjvQP49YeSLrsxB1ZkTyrlLSG2tpYrGsN4vco6KOORAQ==} 59 59 dependencies: 60 60 '@atproto/common-web': 0.4.0 61 61 '@atproto/lexicon': 0.4.8 ··· 167 167 zod: 3.23.8 168 168 dev: false 169 169 170 - /@atproto/oauth-provider@0.5.0: 171 - resolution: {integrity: sha512-HveNZitamJpunRdJScN/bFyZXWSHLWlOCwVK4F6jRhj9e7Zj2UmLn8wFZMjJnZhEnSLoVd8V0eRMIa8xfiLxrg==} 170 + /@atproto/oauth-provider@0.5.1: 171 + resolution: {integrity: sha512-GexFRl8E8JTDVrF6zpGCOhrWvgrO6VvCow1PZyL6dpNjbJ88+6pa/8eDa9Hsrl6o1gr86Qof5wbhYwGLIzZ18Q==} 172 172 engines: {node: '>=18.7.0'} 173 173 dependencies: 174 174 '@atproto-labs/fetch': 0.2.2 ··· 203 203 zod: 3.23.8 204 204 dev: false 205 205 206 - /@atproto/pds@0.4.105: 207 - resolution: {integrity: sha512-BALU2BYWC/ABe5TKfayCan28jvcJOmcAo6njIBFnw6kJ8pDbsX3GkcIBEAG7xk5kLxVYRBu/WPcAMK3utpfHig==} 206 + /@atproto/pds@0.4.106: 207 + resolution: {integrity: sha512-XYEl2hzmZo1XFyirUfiuyBoNxAaafntQNZ9HfAyIx5t6M8KWDbSedcd5I1bsWIKJ1OAIRMdqS6YgyaXHp2ABww==} 208 208 engines: {node: '>=18.7.0'} 209 209 hasBin: true 210 210 dependencies: 211 211 '@atproto-labs/fetch-node': 0.1.8 212 212 '@atproto-labs/xrpc-utils': 0.0.8 213 - '@atproto/api': 0.14.8 213 + '@atproto/api': 0.14.9 214 214 '@atproto/aws': 0.2.17 215 215 '@atproto/common': 0.4.8 216 216 '@atproto/crypto': 0.4.4 217 217 '@atproto/identity': 0.4.6 218 218 '@atproto/lexicon': 0.4.8 219 - '@atproto/oauth-provider': 0.5.0 219 + '@atproto/oauth-provider': 0.5.1 220 220 '@atproto/repo': 0.7.1 221 221 '@atproto/syntax': 0.3.4 222 222 '@atproto/xrpc': 0.6.10