@unavatar/core 3.14.1 → 3.14.2
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 +1 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,49 +1,5 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
- [Table of Contents](#table-of-contents)
|
|
4
|
-
- [Introduction](#introduction)
|
|
5
|
-
- [Quick start](#quick-start)
|
|
6
|
-
- [Authentication](#authentication)
|
|
7
|
-
- [Pricing](#pricing)
|
|
8
|
-
- [Cache](#cache)
|
|
9
|
-
- [Query parameters](#query-parameters)
|
|
10
|
-
- [TTL](#ttl)
|
|
11
|
-
- [Fallback](#fallback)
|
|
12
|
-
- [JSON](#json)
|
|
13
|
-
- [Providers](#providers)
|
|
14
|
-
- [Apple Music](#apple-music)
|
|
15
|
-
- [Bluesky](#bluesky)
|
|
16
|
-
- [DeviantArt](#deviantart)
|
|
17
|
-
- [Dribbble](#dribbble)
|
|
18
|
-
- [DuckDuckGo](#duckduckgo)
|
|
19
|
-
- [GitHub](#github)
|
|
20
|
-
- [GitLab](#gitlab)
|
|
21
|
-
- [LinkedIn](#linkedin)
|
|
22
|
-
- [Google](#google)
|
|
23
|
-
- [Instagram](#instagram)
|
|
24
|
-
- [Ko-fi](#ko-fi)
|
|
25
|
-
- [Medium](#medium)
|
|
26
|
-
- [Microlink](#microlink)
|
|
27
|
-
- [Mastodon](#mastodon)
|
|
28
|
-
- [OnlyFans](#onlyfans)
|
|
29
|
-
- [OpenStreetMap](#openstreetmap)
|
|
30
|
-
- [Patreon](#patreon)
|
|
31
|
-
- [Printables](#printables)
|
|
32
|
-
- [Reddit](#reddit)
|
|
33
|
-
- [SoundCloud](#soundcloud)
|
|
34
|
-
- [Spotify](#spotify)
|
|
35
|
-
- [Substack](#substack)
|
|
36
|
-
- [Telegram](#telegram)
|
|
37
|
-
- [TikTok](#tiktok)
|
|
38
|
-
- [Twitch](#twitch)
|
|
39
|
-
- [Vimeo](#vimeo)
|
|
40
|
-
- [WhatsApp](#whatsapp)
|
|
41
|
-
- [YouTube](#youtube)
|
|
42
|
-
- [Response Format](#response-format)
|
|
43
|
-
- [Response Headers](#response-headers)
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
3
|
## Table of Contents
|
|
48
4
|
|
|
49
5
|
- [Introduction](#introduction)
|
|
@@ -687,4 +643,4 @@ Expected errors are known operational cases returned with stable codes.
|
|
|
687
643
|
|
|
688
644
|
## Contact
|
|
689
645
|
|
|
690
|
-
If you have any suggestion or bug to report, please contact to ust mailing to [hello@unavatar.io](mailto:hello@unavatar.io).
|
|
646
|
+
If you have any suggestion or bug to report, please contact to ust mailing to [hello@unavatar.io](mailto: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.14.
|
|
5
|
+
"version": "3.14.2",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./src/index.js",
|