@unavatar/core 3.32.13 → 3.32.14

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 +8 -0
  2. package/package.json +1 -1
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
+ ![](https://unavatar.io/github/kikobeats)
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
+ ![](https://unavatar.io/github/kikobeats)
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.13",
5
+ "version": "3.32.14",
6
6
  "main": "src/index.js",
7
7
  "exports": {
8
8
  ".": "./src/index.js",