@unavatar/core 3.9.33 → 3.9.35
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
|
@@ -173,13 +173,13 @@ You can verify for your rate limit state checking the following headers in the r
|
|
|
173
173
|
|
|
174
174
|
For higher usage, the **[PRO](https://unavatar.io/checkout)** plan is a usage-based plan billed monthly that removes rate limits and unlocks custom TTL.
|
|
175
175
|
|
|
176
|
-
Every request has a cost in tokens (**\$0.
|
|
176
|
+
Every request has a cost in tokens (**\$0.005 per token**) based on the proxy tier needed to resolve the avatar:
|
|
177
177
|
|
|
178
178
|
| Proxy tier | Tokens | Cost |
|
|
179
|
-
| ----------- |
|
|
180
|
-
| Origin | 1 | \$0.
|
|
181
|
-
| Datacenter | +2 | \$0.
|
|
182
|
-
| Residential | +4 | \$0.
|
|
179
|
+
| ----------- | :----: | :-----: |
|
|
180
|
+
| Origin | 1 | \$0.005 |
|
|
181
|
+
| Datacenter | +2 | \$0.015 |
|
|
182
|
+
| Residential | +4 | \$0.025 |
|
|
183
183
|
|
|
184
184
|
The proxy tier used is returned in the `x-proxy-tier` response header, and the total cost in the `x-unavatar-cost` header.
|
|
185
185
|
|
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.9.
|
|
5
|
+
"version": "3.9.35",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.js",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@keyvhq/offline": "~2.2.0",
|
|
123
123
|
"@keyvhq/redis": "~2.1.17",
|
|
124
124
|
"@metascraper/helpers": "~5.50.0",
|
|
125
|
-
"@microlink/mql": "~0.
|
|
125
|
+
"@microlink/mql": "~0.16.0",
|
|
126
126
|
"@microlink/ping-url": "~1.4.16",
|
|
127
127
|
"browserless": "~10.12.5",
|
|
128
128
|
"cacheable-lookup": "~6.1.0",
|