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 to 0.0.1-alpha.52 for AASA route fix

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.51", 9 + "@hatk/hatk": "^0.0.1-alpha.52", 10 10 "@sveltejs/adapter-node": "^5.5.4", 11 11 "@sveltejs/kit": "^2.55.0", 12 12 "@tanstack/svelte-query": "^6.1.0", ··· 163 163 } 164 164 }, 165 165 "node_modules/@hatk/hatk": { 166 - "version": "0.0.1-alpha.51", 167 - "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.51.tgz", 168 - "integrity": "sha512-5vCfxmfio2v8tjMZdcNowTsbdb+keSu7u8ROxfUEBn1SWdeDef9VfZmUoq/hR+1M8ZDwH4hvUWCTAJHhjbtB/g==", 166 + "version": "0.0.1-alpha.52", 167 + "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.52.tgz", 168 + "integrity": "sha512-iTCtx3MmlNtmVoTU/32St5DrBFXcIxfs5v2AxrJIgjjj3t0KFRQNpFGfI2r7R3bwYDJ9pgyWyhn7LDGOoFl6BQ==", 169 169 "license": "MIT", 170 170 "dependencies": { 171 171 "@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.51", 15 + "@hatk/hatk": "^0.0.1-alpha.52", 16 16 "@sveltejs/adapter-node": "^5.5.4", 17 17 "@sveltejs/kit": "^2.55.0", 18 18 "@tanstack/svelte-query": "^6.1.0",