my website at ewancroft.uk
6
fork

Configure Feed

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

fix: use published @ewanc26/atproto@0.2.9

+9 -10
+1 -1
README.md
··· 2 2 3 3 Personal website powered by AT Protocol, built with SvelteKit 2 and Tailwind CSS 4. 4 4 5 - **Version**: 11.7.0 5 + **Version**: 11.7.1 6 6 7 7 Live at [ewancroft.uk](https://ewancroft.uk). 8 8
+2 -2
package.json
··· 1 1 { 2 2 "name": "website", 3 3 "private": true, 4 - "version": "11.7.0", 4 + "version": "11.7.1", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev", ··· 38 38 }, 39 39 "dependencies": { 40 40 "@atproto/api": "^0.18.21", 41 - "@ewanc26/atproto": "link:../pkgs/packages/atproto", 41 + "@ewanc26/atproto": "^0.2.9", 42 42 "@ewanc26/noise-avatar": "^0.2.3", 43 43 "@ewanc26/og": "^0.1.8", 44 44 "@ewanc26/supporters": "^0.3.0",
+6 -7
pnpm-lock.yaml
··· 12 12 specifier: ^0.18.21 13 13 version: 0.18.21 14 14 '@ewanc26/atproto': 15 - specifier: link:../pkgs/packages/atproto 16 - version: link:../pkgs/packages/atproto 15 + specifier: ^0.2.9 16 + version: 0.2.9(@atproto/api@0.18.21) 17 17 '@ewanc26/noise-avatar': 18 18 specifier: ^0.2.3 19 19 version: 0.2.3 ··· 611 611 cpu: [x64] 612 612 os: [win32] 613 613 614 - '@ewanc26/atproto@0.2.8': 615 - resolution: {integrity: sha512-x1E5Ol1pb0OXTTIQN0meV82nJpxofwbTsEDnc/2FiLIff2s6NGSzCq+hUIE7gnNY79tcb9dJiwNXVQZ7a8YkgA==} 614 + '@ewanc26/atproto@0.2.9': 615 + resolution: {integrity: sha512-iia673Wvn2u+gSdSaRkyFSfcS3ve2bVl2RFUyyZQIMa6q7iCq+dmNHsiQ91ZuE4jUPV3hOVBSK2Q1V3uSrw9lA==} 616 616 peerDependencies: 617 617 '@atproto/api': '>=0.13.0' 618 618 ··· 3105 3105 '@esbuild/win32-x64@0.27.4': 3106 3106 optional: true 3107 3107 3108 - '@ewanc26/atproto@0.2.8(@atproto/api@0.18.21)': 3108 + '@ewanc26/atproto@0.2.9(@atproto/api@0.18.21)': 3109 3109 dependencies: 3110 3110 '@atproto/api': 0.18.21 3111 - optional: true 3112 3111 3113 3112 '@ewanc26/noise-avatar@0.2.3': 3114 3113 dependencies: ··· 3140 3139 svelte: 5.54.1 3141 3140 tailwindcss: 4.2.2 3142 3141 optionalDependencies: 3143 - '@ewanc26/atproto': 0.2.8(@atproto/api@0.18.21) 3142 + '@ewanc26/atproto': 0.2.9(@atproto/api@0.18.21) 3144 3143 transitivePeerDependencies: 3145 3144 - '@atproto/api' 3146 3145