@unavatar/core 3.32.13 → 3.32.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 +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -172,6 +172,10 @@ Anonymous requests work without authentication. They are limited to 25 requests/
|
|
|
172
172
|
|
|
173
173
|
For [PRO](https://unavatar.io/checkout) users, the requests must include the API key as the `x-api-key` request header:
|
|
174
174
|
|
|
175
|
+
```html
|
|
176
|
+

|
|
177
|
+
```
|
|
178
|
+
|
|
175
179
|
```bash
|
|
176
180
|
curl "https://unavatar.io/github/kikobeats" -H "x-api-key: YOUR_API_KEY"
|
|
177
181
|
```
|
|
@@ -278,6 +282,10 @@ Secret keys (`sk_`) are meant for server-side use only — never expose them pub
|
|
|
278
282
|
|
|
279
283
|
Pass them via the `x-api-key` header:
|
|
280
284
|
|
|
285
|
+
```html
|
|
286
|
+

|
|
287
|
+
```
|
|
288
|
+
|
|
281
289
|
```bash
|
|
282
290
|
curl "https://unavatar.io/github/kikobeats" -H "x-api-key: sk_YOUR_SECRET_KEY"
|
|
283
291
|
```
|
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.32.
|
|
5
|
+
"version": "3.32.15",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.js",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@metascraper/helpers": "~5.50.0",
|
|
129
129
|
"@microlink/mql": "~0.16.0",
|
|
130
130
|
"@microlink/ping-url": "~1.4.16",
|
|
131
|
-
"browserless": "~
|
|
131
|
+
"browserless": "~11.0.0",
|
|
132
132
|
"cacheable-lookup": "~6.1.0",
|
|
133
133
|
"data-uri-regex": "~0.1.4",
|
|
134
134
|
"debug-logfmt": "~1.4.10",
|