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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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/gh/romiojoseph/atproto-embed@latest/dist/embed.js"></script>
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
  ![post.js size](https://img.shields.io/github/size/romiojoseph/atproto-embed/dist%2Fpost.js)
197
197
  ![profile.js size](https://img.shields.io/github/size/romiojoseph/atproto-embed/dist%2Fprofile.js)
198
198
  ![members.js size](https://img.shields.io/github/size/romiojoseph/atproto-embed/dist%2Fmembers.js)
199
+ [![npm downloads](https://img.shields.io/npm/dm/atproto-embed)](https://www.npmjs.com/package/atproto-embed)
199
200
  [![jsDelivr package](https://data.jsdelivr.com/v1/package/gh/romiojoseph/atproto-embed/badge)](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.0.0",
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
+ }