grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

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

chore: bump @hatk/hatk to 0.0.1-alpha.61

Picks up handle re-resolution fixes: #identity firehose events without
a handle field now re-resolve from plc.directory, and backfill no
longer caches stale PDS resolutions across the process lifetime.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+5 -5
+4 -4
package-lock.json
··· 6 6 "": { 7 7 "name": "grain", 8 8 "dependencies": { 9 - "@hatk/hatk": "^0.0.1-alpha.60", 9 + "@hatk/hatk": "^0.0.1-alpha.61", 10 10 "@sveltejs/adapter-node": "^5.5.4", 11 11 "@sveltejs/kit": "^2.55.0", 12 12 "@tanstack/svelte-query": "^6.1.0", ··· 164 164 } 165 165 }, 166 166 "node_modules/@hatk/hatk": { 167 - "version": "0.0.1-alpha.60", 168 - "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.60.tgz", 169 - "integrity": "sha512-OI76UI2KAgHhqn0EHQTSWG42fEa1OOqbYJQlCv+ItZqjsCavWZHyHzIguzmmWxExUckqgmNp8l0Q+PQkFf+G5A==", 167 + "version": "0.0.1-alpha.61", 168 + "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.61.tgz", 169 + "integrity": "sha512-Kp5QVLQfN0fmedLdt5jlCYIyktlYP+1IyTggU3dOWu36PUnQEY7nTsIOjEMs9Gvj8XvS007TIzfinswgDV4dLw==", 170 170 "license": "MIT", 171 171 "dependencies": { 172 172 "@bigmoves/lexicon": "^0.2.2",
+1 -1
package.json
··· 12 12 "test:browser": "npx playwright test" 13 13 }, 14 14 "dependencies": { 15 - "@hatk/hatk": "^0.0.1-alpha.60", 15 + "@hatk/hatk": "^0.0.1-alpha.61", 16 16 "@sveltejs/adapter-node": "^5.5.4", 17 17 "@sveltejs/kit": "^2.55.0", 18 18 "@tanstack/svelte-query": "^6.1.0",