my website at ewancroft.uk
6
fork

Configure Feed

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

11.7.0

- Self-hosted Inter variable font (privacy, performance)
- Fixed BlueskyPostCard style and accessibility issues
- Fixed all TypeScript type errors
- Removed unused code

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+7 -5
+1 -1
README.md
··· 811 811 812 812 Built with ❤️ using SvelteKit, AT Protocol, and open-source tools 813 813 814 - **Version**: 11.6.0 814 + **Version**: 11.7.0
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "website", 3 - "version": "11.6.0", 3 + "version": "11.7.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "website", 9 - "version": "11.6.0", 9 + "version": "11.7.0", 10 10 "dependencies": { 11 11 "@atproto/api": "^0.18.21", 12 12 "@ewanc26/atproto": "^0.2.2",
+4 -2
package.json
··· 1 1 { 2 2 "name": "website", 3 3 "private": true, 4 - "version": "11.6.0", 4 + "version": "11.7.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev", ··· 31 31 "vite": "^7.3.1" 32 32 }, 33 33 "pnpm": { 34 - "onlyBuiltDependencies": ["esbuild"] 34 + "onlyBuiltDependencies": [ 35 + "esbuild" 36 + ] 35 37 }, 36 38 "dependencies": { 37 39 "@atproto/api": "^0.18.21",