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

Configure Feed

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

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

Picks up RFC 6749 invalid_grant response on /oauth/token so iOS
clients can detect terminally-rejected refresh tokens and force
re-auth instead of getting stuck on the legacy 500 response.

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.61", 9 + "@hatk/hatk": "^0.0.1-alpha.62", 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.61", 168 - "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.61.tgz", 169 - "integrity": "sha512-Kp5QVLQfN0fmedLdt5jlCYIyktlYP+1IyTggU3dOWu36PUnQEY7nTsIOjEMs9Gvj8XvS007TIzfinswgDV4dLw==", 167 + "version": "0.0.1-alpha.62", 168 + "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.62.tgz", 169 + "integrity": "sha512-Kxd0gQaSJAoJL0/oRUZ4YuUwjbsbnGAAbBe7vsvGJ7PH65n91qTATdP1HNyiTlWLLorLPzXu3UzmE9I4wFB3Xw==", 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.61", 15 + "@hatk/hatk": "^0.0.1-alpha.62", 16 16 "@sveltejs/adapter-node": "^5.5.4", 17 17 "@sveltejs/kit": "^2.55.0", 18 18 "@tanstack/svelte-query": "^6.1.0",