custom element for embedding Bluesky posts and feeds mary-ext.github.io/bluesky-embed
typescript npm bluesky atcute
7
fork

Configure Feed

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

chore: fix package specifier

Mary 7a142594 b3ac4c23

+4 -4
+2 -2
packages/site/package.json
··· 10 10 }, 11 11 "dependencies": { 12 12 "@atcute/client": "^2.0.6", 13 - "bluesky-post-embed": "workspace:0.2.0-alpha.1", 14 - "bluesky-profile-feed-embed": "workspace:0.2.0-alpha.1", 13 + "bluesky-post-embed": "workspace:^", 14 + "bluesky-profile-feed-embed": "workspace:^", 15 15 "internal": "workspace:^", 16 16 "preact": "^10.25.0" 17 17 },
+2 -2
pnpm-lock.yaml
··· 118 118 specifier: ^2.0.6 119 119 version: 2.0.6 120 120 bluesky-post-embed: 121 - specifier: workspace:0.2.0-alpha.1 121 + specifier: workspace:^ 122 122 version: link:../bluesky-post-embed 123 123 bluesky-profile-feed-embed: 124 - specifier: workspace:0.2.0-alpha.1 124 + specifier: workspace:^ 125 125 version: link:../bluesky-profile-feed-embed 126 126 internal: 127 127 specifier: workspace:^