@unavatar/core 3.45.13 → 3.45.15
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ Everything you need to serve avatars at scale:
|
|
|
112
112
|
|
|
113
113
|
- **Versatile**: One endpoint rules 72 platforms and services — [TikTok](https://unavatar.io/docs#tiktok), [Instagram](https://unavatar.io/docs#instagram), [YouTube](https://unavatar.io/docs#youtube), [X/Twitter](https://unavatar.io/docs#xtwitter), [Gravatar](https://unavatar.io/docs#gravatar), and more — all queried the same way.
|
|
114
114
|
|
|
115
|
-
- **Battle-tested**: Already serving
|
|
115
|
+
- **Battle-tested**: Already serving 5.5 TB of avatars across 213.4M requests, with a 83% cache hit rate.
|
|
116
116
|
|
|
117
117
|
- **Optimized**: Every image is compressed and optimized on-the-fly — smaller payloads at high quality, ready to drop straight into your site or app.
|
|
118
118
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@unavatar/core",
|
|
3
3
|
"description": "Get unified user avatar from social networks, including Instagram, SoundCloud, Telegram, Twitter, YouTube & more.",
|
|
4
4
|
"homepage": "https://unavatar.io",
|
|
5
|
-
"version": "3.45.
|
|
5
|
+
"version": "3.45.15",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.js",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"ms": "~2.1.3",
|
|
144
144
|
"p-any": "~3.0.0",
|
|
145
145
|
"p-timeout": "~4.1.0",
|
|
146
|
-
"puppeteer": "~25.
|
|
146
|
+
"puppeteer": "~25.3.0",
|
|
147
147
|
"re2": "~1.25.0",
|
|
148
148
|
"srcset": "~4.0.0",
|
|
149
149
|
"stable-regex": "~1.0.1",
|