@unavatar/core 3.19.6 → 3.19.8
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ Use `/:provider/:key` for provider-specific lookups, or pass an email as the onl
|
|
|
78
78
|
|
|
79
79
|
## Authentication
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
Anonymous requests work without authentication. They are limited to 25 requests/day per IP address.
|
|
82
82
|
|
|
83
83
|
For [PRO](https://unavatar.io/checkout) users, the requests must include the API key as the `x-api-key` request header:
|
|
84
84
|
|
|
@@ -271,7 +271,7 @@ You can pass `fallback=false` to explicitly disable this behavior. In this case,
|
|
|
271
271
|
|
|
272
272
|
The service returns media content by default.
|
|
273
273
|
|
|
274
|
-
This
|
|
274
|
+
This makes the service easier to consume directly from HTML markup.
|
|
275
275
|
|
|
276
276
|
In case you want to get a JSON payload as response, just pass `json=true`:
|
|
277
277
|
|
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.19.
|
|
5
|
+
"version": "3.19.8",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.js",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"ms": "~2.1.3",
|
|
140
140
|
"p-any": "~3.0.0",
|
|
141
141
|
"p-timeout": "~4.1.0",
|
|
142
|
-
"puppeteer": "~24.
|
|
142
|
+
"puppeteer": "~24.42.0",
|
|
143
143
|
"re2": "~1.24.0",
|
|
144
144
|
"srcset": "~4.0.0",
|
|
145
145
|
"stable-regex": "~1.0.1",
|