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.

fix: update hatk to alpha.60 for OG jpeg preset support

Co-Authored-By: Claude Opus 4.6 <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.59", 9 + "@hatk/hatk": "^0.0.1-alpha.60", 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.59", 168 - "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.59.tgz", 169 - "integrity": "sha512-sYx6AxW/5Nsx1YaXf/B9KgMtI3K4UQuijKVd/EAr8u7rEQ/cf+PF9HwT/2oKukS4WZX0p9K2CBpJxFj7V19B7g==", 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==", 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.59", 15 + "@hatk/hatk": "^0.0.1-alpha.60", 16 16 "@sveltejs/adapter-node": "^5.5.4", 17 17 "@sveltejs/kit": "^2.55.0", 18 18 "@tanstack/svelte-query": "^6.1.0",