my website at ewancroft.uk
6
fork

Configure Feed

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

bump og to 0.1.8

+7 -7
+1 -1
package.json
··· 40 40 "@atproto/api": "^0.18.21", 41 41 "@ewanc26/atproto": "^0.2.8", 42 42 "@ewanc26/noise-avatar": "^0.2.3", 43 - "@ewanc26/og": "^0.1.5", 43 + "@ewanc26/og": "^0.1.8", 44 44 "@ewanc26/supporters": "^0.3.0", 45 45 "@ewanc26/tid": "^1.1.3", 46 46 "@ewanc26/ui": "^0.3.8",
+5 -5
pnpm-lock.yaml
··· 18 18 specifier: ^0.2.3 19 19 version: 0.2.3 20 20 '@ewanc26/og': 21 - specifier: ^0.1.5 22 - version: 0.1.5 21 + specifier: ^0.1.8 22 + version: 0.1.8 23 23 '@ewanc26/supporters': 24 24 specifier: ^0.3.0 25 25 version: 0.3.0(@atproto/api@0.18.21)(svelte@5.54.1) ··· 625 625 '@ewanc26/noise@0.1.3': 626 626 resolution: {integrity: sha512-iffC4uo/6gtAdHcmJ2VY2+o278nECydJ8OAPmr6rkPO9eUKq9t/42A2KHO5gxPlttjWPQjj3kCQz1aCE7IlAMg==} 627 627 628 - '@ewanc26/og@0.1.5': 629 - resolution: {integrity: sha512-quQ8++3dV3DyGyg+T+LfBRZnn2TX5BFFv6gzqnSnc/n2Y9vtHElc0saxwe9W7X+Dfg7cloacRI2a6mad2XZS4A==} 628 + '@ewanc26/og@0.1.8': 629 + resolution: {integrity: sha512-wce0M0T80l0u/lrIkIT5eYpKj5C1PWf5ubPTvLXWVKXNJmfVAATBs2KbC2BfpwNGGKsq7r9jdjhjpcCBPrXv4w==} 630 630 631 631 '@ewanc26/supporters@0.3.0': 632 632 resolution: {integrity: sha512-T+E7U0uhi1KX4mKbjprRi3BzsADPqileMQHo9oFOc5n9NIIwsddxLYDg0jGzW5XCr39voQkfRGj7g1vyfggKYA==} ··· 3117 3117 3118 3118 '@ewanc26/noise@0.1.3': {} 3119 3119 3120 - '@ewanc26/og@0.1.5': 3120 + '@ewanc26/og@0.1.8': 3121 3121 dependencies: 3122 3122 '@ewanc26/noise': 0.1.3 3123 3123 '@resvg/resvg-js': 2.6.2
+1 -1
src/routes/api/og/+server.ts
··· 19 19 text: '#e8f5e9', 20 20 accent: '#86efac', 21 21 }, 22 - noise: { enabled: true, opacity: 0.4 }, 22 + 23 23 cacheMaxAge: 86400, // 24 hours 24 24 })