a web component that shows the replies to a linked bsky post as comments.
0
fork

Configure Feed

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

fix package.json metadata

rekkice 800abba6 3d66a5ea

+2 -2
+1 -1
gleam.toml
··· 1 1 name = "bsky_comments_widget" 2 - version = "1.0.0" 2 + version = "1.0.1" 3 3 target = "javascript" 4 4 5 5 # Fill out these fields if you intend to generate HTML documentation or publish
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky_comments_widget", 3 - "version": "1.0.0", 3 + "version": "1.0.1", 4 4 "type": "module", 5 5 "main": "dist/bsky_comments_widget.umd.cjs", 6 6 "module": "dist/bsky_comments_widget.js",