@unavatar/core 3.46.1 → 3.46.3
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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
|
|
99
99
|
---
|
|
100
100
|
|
|
101
|
-
Last updated on
|
|
101
|
+
Last updated on July 2, 2026
|
|
102
102
|
|
|
103
103
|

|
|
104
104
|
|
|
@@ -112,13 +112,13 @@ 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 2.77 TB of avatars across 189.4M requests, with a 70% 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
|
|
|
119
119
|
- **Integration**: Drops into any site or app with zero setup. Clear docs and full support make onboarding quick and painless.
|
|
120
120
|
|
|
121
|
-
It's proudly powered by [microlink.io](https://microlink.io/), the headless browser API that handles all the heavy lifting behind the scenes to keep your avatars always ready.
|
|
121
|
+
It's proudly powered by [microlink.io](https://microlink.io/) , the headless browser API that handles all the heavy lifting behind the scenes to keep your avatars always ready.
|
|
122
122
|
|
|
123
123
|
## Quick start
|
|
124
124
|
|
|
@@ -442,7 +442,7 @@ x-proxy-tier:origin
|
|
|
442
442
|
x-unavatar-cost:1
|
|
443
443
|
```
|
|
444
444
|
|
|
445
|
-
To upgrade, visit [unavatar.io/checkout](https://unavatar.io/checkout). After completing the payment, you'll receive an API key.
|
|
445
|
+
To upgrade, visit [unavatar.io/checkout](https://unavatar.io/checkout) . After completing the payment, you'll receive an API key.
|
|
446
446
|
|
|
447
447
|
## Cache
|
|
448
448
|
|
|
@@ -1230,4 +1230,4 @@ Expected errors are known operational cases returned with stable codes.
|
|
|
1230
1230
|
|
|
1231
1231
|
## Contact
|
|
1232
1232
|
|
|
1233
|
-
If you have a suggestion or need to report a bug, contact us at <hello@unavatar.io
|
|
1233
|
+
If you have a suggestion or need to report a bug, contact us at <hello@unavatar.io> .
|
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.46.
|
|
5
|
+
"version": "3.46.3",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.js",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@keyvhq/multi": "~2.1.15",
|
|
126
126
|
"@keyvhq/offline": "~2.2.0",
|
|
127
127
|
"@keyvhq/redis": "~2.2.3",
|
|
128
|
-
"@metascraper/helpers": "~5.
|
|
128
|
+
"@metascraper/helpers": "~5.53.0",
|
|
129
129
|
"@microlink/mql": "~0.17.0",
|
|
130
130
|
"@microlink/ping-url": "~1.4.16",
|
|
131
131
|
"bimi-url": "~1.0.0",
|