Mirror from bluesky-social/pds
0
fork

Configure Feed

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

build pds next

+15 -9
+1 -1
service/package.json
··· 6 6 "main": "index.js", 7 7 "license": "MIT", 8 8 "dependencies": { 9 - "@atproto/pds": "0.4.6-next.0" 9 + "@atproto/pds": "0.4.6-next.1" 10 10 } 11 11 }
+14 -8
service/pnpm-lock.yaml
··· 6 6 7 7 dependencies: 8 8 '@atproto/pds': 9 - specifier: 0.4.6-next.0 10 - version: 0.4.6-next.0 9 + specifier: 0.4.6-next.1 10 + version: 0.4.6-next.1 11 11 12 12 packages: 13 13 14 - /@atproto/api@0.10.5: 15 - resolution: {integrity: sha512-GYdST5sPKU2JnPmm8x3KqjOSlDiYXrp4GkW7bpQTVLPabnUNq5NLN6HJEoJABjjOAsaLF12rBoV+JpRb1UjNsQ==} 14 + /@atproto/api@0.11.0-next.0: 15 + resolution: {integrity: sha512-EeE2IBdcf9PDHOHJw4S12FpU4QHQJdiDm1R9hO7Jk0kBDvKtGlvDWKpFf+V4mYbRhXl7YvmpPyw5f1dN4x9lDA==} 16 16 dependencies: 17 17 '@atproto/common-web': 0.2.3 18 18 '@atproto/lexicon': 0.3.2 19 - '@atproto/syntax': 0.2.0 19 + '@atproto/syntax': 0.1.5 20 20 '@atproto/xrpc': 0.4.2 21 21 multiformats: 9.9.0 22 22 tlds: 1.250.0 ··· 111 111 zod: 3.22.4 112 112 dev: false 113 113 114 - /@atproto/pds@0.4.6-next.0: 115 - resolution: {integrity: sha512-JvFvmVfZNkb9o3b24si0VLvzfXO/Am+gCdP9s1gMvgQOlfPVKh0BAMAYf22TONm0lxcnBYYsipJNTxMNNNVakA==} 114 + /@atproto/pds@0.4.6-next.1: 115 + resolution: {integrity: sha512-1NhXhNYfKkj3JRKP2lzijF4XA0GRpU71PFv3o1ELAREHX3O+lu0dVSki5f6luQWZQqNMViHZjPa/riqe6UXClg==} 116 116 hasBin: true 117 117 dependencies: 118 - '@atproto/api': 0.10.5 118 + '@atproto/api': 0.11.0-next.0 119 119 '@atproto/aws': 0.1.8 120 120 '@atproto/common': 0.3.3 121 121 '@atproto/crypto': 0.3.0 ··· 178 178 zod: 3.22.4 179 179 transitivePeerDependencies: 180 180 - debug 181 + dev: false 182 + 183 + /@atproto/syntax@0.1.5: 184 + resolution: {integrity: sha512-pbY5lOnThoAbsmrdbN9LC/dNmckfqODJiX9zjW2t3BIHYFeGBc6w9bK3Vre8A0Hg8yWkQpv6gaBLu+ykgi2DJQ==} 185 + dependencies: 186 + '@atproto/common-web': 0.2.3 181 187 dev: false 182 188 183 189 /@atproto/syntax@0.2.0: