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: bump hatk to alpha.46 for FTS dot-escape fix

Handles with dots (e.g. alice.test) were not searchable because FTS5
interprets dots as column filter operators.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+11 -11
+10 -10
package-lock.json
··· 6 6 "": { 7 7 "name": "grain", 8 8 "dependencies": { 9 - "@hatk/hatk": "^0.0.1-alpha.44", 9 + "@hatk/hatk": "^0.0.1-alpha.46", 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.45", 167 - "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.45.tgz", 168 - "integrity": "sha512-y1+JB3uPr1tyUfu+XW4UXV4QuSJ+To6j+RyuINHlqjJ6j5OxaUZVVy5ZkzoEqQjqz4+H/RK1DrmB1KyYbjVBGQ==", 166 + "version": "0.0.1-alpha.46", 167 + "resolved": "https://registry.npmjs.org/@hatk/hatk/-/hatk-0.0.1-alpha.46.tgz", 168 + "integrity": "sha512-01vMedBTpjyBiVZczoBtTTXaE29JOHCKIM0ArzlIha2pDryuFA8daCvVAO2x4QAqrVgpoUyHtR7EdP2I3uu8oA==", 169 169 "license": "MIT", 170 170 "dependencies": { 171 171 "@bigmoves/lexicon": "^0.2.2", ··· 3590 3590 "license": "ISC" 3591 3591 }, 3592 3592 "node_modules/picomatch": { 3593 - "version": "4.0.3", 3594 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", 3595 - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", 3593 + "version": "4.0.4", 3594 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", 3595 + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", 3596 3596 "license": "MIT", 3597 3597 "engines": { 3598 3598 "node": ">=12" ··· 4588 4588 } 4589 4589 }, 4590 4590 "node_modules/yaml": { 4591 - "version": "2.8.2", 4592 - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", 4593 - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", 4591 + "version": "2.8.3", 4592 + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", 4593 + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", 4594 4594 "license": "ISC", 4595 4595 "bin": { 4596 4596 "yaml": "bin.mjs"
+1 -1
package.json
··· 12 12 "test:browser": "npx playwright test" 13 13 }, 14 14 "dependencies": { 15 - "@hatk/hatk": "^0.0.1-alpha.44", 15 + "@hatk/hatk": "^0.0.1-alpha.46", 16 16 "@sveltejs/adapter-node": "^5.5.4", 17 17 "@sveltejs/kit": "^2.55.0", 18 18 "@tanstack/svelte-query": "^6.1.0",