atproto-embed 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Disclaimer: Entirely vibe coded.
|
|
|
17
17
|
Load the loader:
|
|
18
18
|
|
|
19
19
|
```html
|
|
20
|
-
<script src="https://cdn.jsdelivr.net/
|
|
20
|
+
<script src="https://cdn.jsdelivr.net/npm/atproto-embed@latest/dist/embed.js"></script>
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
### Post
|
|
@@ -196,4 +196,5 @@ npm run release
|
|
|
196
196
|

|
|
197
197
|

|
|
198
198
|

|
|
199
|
+
[](https://www.npmjs.com/package/atproto-embed)
|
|
199
200
|
[](https://www.jsdelivr.com/package/gh/romiojoseph/atproto-embed)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "atproto-embed",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Embed Bluesky posts, profiles, or a comment section with a single script tag. Supports up to 100 profiles from a list or starter pack.",
|
|
5
5
|
"main": "dist/embed.js",
|
|
6
6
|
"files": [
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
},
|
|
13
13
|
"author": "romiojoseph",
|
|
14
14
|
"license": "Apache-2.0"
|
|
15
|
-
}
|
|
15
|
+
}
|