A Bluesky labeler that labels accounts hosted on PDSes operated by entities other than Bluesky PBC
3
fork

Configure Feed

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

Update util-fetch dependency for real

gbl08ma 8672c4f4 686b17f6

+4 -2
+2 -1
bun.lock
··· 27 27 }, 28 28 "overrides": { 29 29 "@atcute/ozone": "^3.1.6", 30 + "@atcute/util-fetch": "^1.0.2", 30 31 "@libsql/client": "^0.15.15", 31 32 }, 32 33 "packages": { ··· 56 57 57 58 "@atcute/uint8array": ["@atcute/uint8array@1.0.4", "", {}, "sha512-9jASMDghzhhDwjF3+eW+ZIauvytnUWDPfUVGUValRwnf9AZ7Yqqkc76tC89HVzVDAlJdhwQIUG2dQBsiVqumUA=="], 58 59 59 - "@atcute/util-fetch": ["@atcute/util-fetch@1.0.1", "", { "dependencies": { "@badrap/valita": "^0.4.2" } }, "sha512-Clc0E/5ufyGBVfYBUwWNlHONlZCoblSr4Ho50l1LhmRPGB1Wu/AQ9Sz+rsBg7fdaW/auve8ulmwhRhnX2cGRow=="], 60 + "@atcute/util-fetch": ["@atcute/util-fetch@1.0.2", "", { "dependencies": { "@badrap/valita": "^0.4.6" } }, "sha512-6kOwQzaoPu7ss0EwvgSOPVg/JIJdozbXva5d/g99bBg8RaSX8se//INOyr/nby/GwrpxCIZU9Wzm+pl7xerI0Q=="], 60 61 61 62 "@atcute/varint": ["@atcute/varint@1.0.2", "", {}, "sha512-0O31hePzzr4O3NGWHUKKOyta6CGSL+AtN8iir8grGxu9jXyI7DBARlw6PbgKA6uTAvsXdpmRmF8MX+p0TsLnNg=="], 62 63
+2 -1
package.json
··· 22 22 }, 23 23 "overrides": { 24 24 "@atcute/ozone": "^3.1.6", 25 - "@libsql/client": "^0.15.15" 25 + "@libsql/client": "^0.15.15", 26 + "@atcute/util-fetch": "^1.0.2" 26 27 }, 27 28 "patchedDependencies": { 28 29 "@skyware/labeler@0.2.0": "patches/@skyware%2Flabeler@0.2.0.patch"