web3bio-profile-kit 0.2.8 → 0.2.10
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/dist/types/platform.cjs
CHANGED
|
@@ -21,7 +21,6 @@ exports.Platform = void 0;
|
|
|
21
21
|
Platform["clusters"] = "clusters";
|
|
22
22
|
Platform["coinbase"] = "coinbase";
|
|
23
23
|
Platform["coingecko"] = "coingecko";
|
|
24
|
-
Platform["deepdao"] = "deepdao";
|
|
25
24
|
Platform["degenscore"] = "degenscore";
|
|
26
25
|
Platform["dentity"] = "dentity";
|
|
27
26
|
Platform["discord"] = "discord";
|
|
@@ -53,6 +52,8 @@ exports.Platform = void 0;
|
|
|
53
52
|
Platform["linkedin"] = "linkedin";
|
|
54
53
|
Platform["linea"] = "linea";
|
|
55
54
|
Platform["lobsters"] = "lobsters";
|
|
55
|
+
Platform["luma"] = "luma";
|
|
56
|
+
Platform["mastodon"] = "mastodon";
|
|
56
57
|
Platform["matters"] = "matters";
|
|
57
58
|
Platform["medium"] = "medium";
|
|
58
59
|
Platform["minds"] = "minds";
|
|
@@ -85,6 +86,7 @@ exports.Platform = void 0;
|
|
|
85
86
|
Platform["tiktok"] = "tiktok";
|
|
86
87
|
Platform["ton"] = "ton";
|
|
87
88
|
Platform["tron"] = "tron";
|
|
89
|
+
Platform["twitch"] = "twitch";
|
|
88
90
|
Platform["twitter"] = "twitter";
|
|
89
91
|
Platform["uniswap"] = "uniswap";
|
|
90
92
|
Platform["unstoppableDomains"] = "unstoppabledomains";
|
package/dist/types/platform.d.ts
CHANGED
|
@@ -18,7 +18,6 @@ export declare enum Platform {
|
|
|
18
18
|
clusters = "clusters",
|
|
19
19
|
coinbase = "coinbase",
|
|
20
20
|
coingecko = "coingecko",
|
|
21
|
-
deepdao = "deepdao",
|
|
22
21
|
degenscore = "degenscore",
|
|
23
22
|
dentity = "dentity",
|
|
24
23
|
discord = "discord",
|
|
@@ -50,6 +49,8 @@ export declare enum Platform {
|
|
|
50
49
|
linkedin = "linkedin",
|
|
51
50
|
linea = "linea",
|
|
52
51
|
lobsters = "lobsters",
|
|
52
|
+
luma = "luma",
|
|
53
|
+
mastodon = "mastodon",
|
|
53
54
|
matters = "matters",
|
|
54
55
|
medium = "medium",
|
|
55
56
|
minds = "minds",
|
|
@@ -82,6 +83,7 @@ export declare enum Platform {
|
|
|
82
83
|
tiktok = "tiktok",
|
|
83
84
|
ton = "ton",
|
|
84
85
|
tron = "tron",
|
|
86
|
+
twitch = "twitch",
|
|
85
87
|
twitter = "twitter",
|
|
86
88
|
uniswap = "uniswap",
|
|
87
89
|
unstoppableDomains = "unstoppabledomains",
|
package/dist/types/platform.js
CHANGED
|
@@ -19,7 +19,6 @@ var Platform;
|
|
|
19
19
|
Platform["clusters"] = "clusters";
|
|
20
20
|
Platform["coinbase"] = "coinbase";
|
|
21
21
|
Platform["coingecko"] = "coingecko";
|
|
22
|
-
Platform["deepdao"] = "deepdao";
|
|
23
22
|
Platform["degenscore"] = "degenscore";
|
|
24
23
|
Platform["dentity"] = "dentity";
|
|
25
24
|
Platform["discord"] = "discord";
|
|
@@ -51,6 +50,8 @@ var Platform;
|
|
|
51
50
|
Platform["linkedin"] = "linkedin";
|
|
52
51
|
Platform["linea"] = "linea";
|
|
53
52
|
Platform["lobsters"] = "lobsters";
|
|
53
|
+
Platform["luma"] = "luma";
|
|
54
|
+
Platform["mastodon"] = "mastodon";
|
|
54
55
|
Platform["matters"] = "matters";
|
|
55
56
|
Platform["medium"] = "medium";
|
|
56
57
|
Platform["minds"] = "minds";
|
|
@@ -83,6 +84,7 @@ var Platform;
|
|
|
83
84
|
Platform["tiktok"] = "tiktok";
|
|
84
85
|
Platform["ton"] = "ton";
|
|
85
86
|
Platform["tron"] = "tron";
|
|
87
|
+
Platform["twitch"] = "twitch";
|
|
86
88
|
Platform["twitter"] = "twitter";
|
|
87
89
|
Platform["uniswap"] = "uniswap";
|
|
88
90
|
Platform["unstoppableDomains"] = "unstoppabledomains";
|
package/dist/utils/platform.cjs
CHANGED
|
@@ -18,6 +18,8 @@ const WEB2_PLATFORMS = [
|
|
|
18
18
|
platform.Platform.keybase,
|
|
19
19
|
platform.Platform.linkedin,
|
|
20
20
|
platform.Platform.lobsters,
|
|
21
|
+
platform.Platform.luma,
|
|
22
|
+
platform.Platform.mastodon,
|
|
21
23
|
platform.Platform.minds,
|
|
22
24
|
platform.Platform.mstdnjp,
|
|
23
25
|
platform.Platform.nostr,
|
|
@@ -26,6 +28,7 @@ const WEB2_PLATFORMS = [
|
|
|
26
28
|
platform.Platform.telegram,
|
|
27
29
|
platform.Platform.threads,
|
|
28
30
|
platform.Platform.tiktok,
|
|
31
|
+
platform.Platform.twitch,
|
|
29
32
|
platform.Platform.twitter,
|
|
30
33
|
platform.Platform.v2ex,
|
|
31
34
|
platform.Platform.weibo,
|
|
@@ -190,15 +193,6 @@ const PLATFORM_DATA = new Map([
|
|
|
190
193
|
urlPrefix: "https://www.coingecko.com/en/coins/",
|
|
191
194
|
},
|
|
192
195
|
],
|
|
193
|
-
[
|
|
194
|
-
platform.Platform.deepdao,
|
|
195
|
-
{
|
|
196
|
-
color: "#337bff",
|
|
197
|
-
icon: "icons/icon-deepdao.svg",
|
|
198
|
-
label: "DeepDAO",
|
|
199
|
-
urlPrefix: "https://deepdao.io/user/",
|
|
200
|
-
},
|
|
201
|
-
],
|
|
202
196
|
[
|
|
203
197
|
platform.Platform.degenscore,
|
|
204
198
|
{
|
|
@@ -498,6 +492,25 @@ const PLATFORM_DATA = new Map([
|
|
|
498
492
|
urlPrefix: "https://lobste.rs/~",
|
|
499
493
|
},
|
|
500
494
|
],
|
|
495
|
+
[
|
|
496
|
+
platform.Platform.luma,
|
|
497
|
+
{
|
|
498
|
+
color: "#000000",
|
|
499
|
+
icon: "icons/icon-luma.svg",
|
|
500
|
+
label: "Luma",
|
|
501
|
+
urlPrefix: "https://luma.com/user/",
|
|
502
|
+
},
|
|
503
|
+
],
|
|
504
|
+
[
|
|
505
|
+
platform.Platform.mastodon,
|
|
506
|
+
{
|
|
507
|
+
color: "#6364FF",
|
|
508
|
+
icon: "icons/icon-mastodon.svg",
|
|
509
|
+
label: "Mastodon",
|
|
510
|
+
urlPrefix: "https://mastodon.social/@",
|
|
511
|
+
ensText: ["mastodon", "social.mastodon"],
|
|
512
|
+
},
|
|
513
|
+
],
|
|
501
514
|
[
|
|
502
515
|
platform.Platform.matters,
|
|
503
516
|
{
|
|
@@ -794,6 +807,15 @@ const PLATFORM_DATA = new Map([
|
|
|
794
807
|
urlPrefix: "https://tronscan.org/#/address/",
|
|
795
808
|
},
|
|
796
809
|
],
|
|
810
|
+
[
|
|
811
|
+
platform.Platform.twitch,
|
|
812
|
+
{
|
|
813
|
+
color: "#9246FF",
|
|
814
|
+
icon: "icons/icon-twitch.svg",
|
|
815
|
+
label: "Twitch",
|
|
816
|
+
urlPrefix: "https://www.twitch.tv/",
|
|
817
|
+
},
|
|
818
|
+
],
|
|
797
819
|
[
|
|
798
820
|
platform.Platform.twitter,
|
|
799
821
|
{
|
package/dist/utils/platform.js
CHANGED
|
@@ -16,6 +16,8 @@ const WEB2_PLATFORMS = [
|
|
|
16
16
|
Platform.keybase,
|
|
17
17
|
Platform.linkedin,
|
|
18
18
|
Platform.lobsters,
|
|
19
|
+
Platform.luma,
|
|
20
|
+
Platform.mastodon,
|
|
19
21
|
Platform.minds,
|
|
20
22
|
Platform.mstdnjp,
|
|
21
23
|
Platform.nostr,
|
|
@@ -24,6 +26,7 @@ const WEB2_PLATFORMS = [
|
|
|
24
26
|
Platform.telegram,
|
|
25
27
|
Platform.threads,
|
|
26
28
|
Platform.tiktok,
|
|
29
|
+
Platform.twitch,
|
|
27
30
|
Platform.twitter,
|
|
28
31
|
Platform.v2ex,
|
|
29
32
|
Platform.weibo,
|
|
@@ -188,15 +191,6 @@ const PLATFORM_DATA = new Map([
|
|
|
188
191
|
urlPrefix: "https://www.coingecko.com/en/coins/",
|
|
189
192
|
},
|
|
190
193
|
],
|
|
191
|
-
[
|
|
192
|
-
Platform.deepdao,
|
|
193
|
-
{
|
|
194
|
-
color: "#337bff",
|
|
195
|
-
icon: "icons/icon-deepdao.svg",
|
|
196
|
-
label: "DeepDAO",
|
|
197
|
-
urlPrefix: "https://deepdao.io/user/",
|
|
198
|
-
},
|
|
199
|
-
],
|
|
200
194
|
[
|
|
201
195
|
Platform.degenscore,
|
|
202
196
|
{
|
|
@@ -496,6 +490,25 @@ const PLATFORM_DATA = new Map([
|
|
|
496
490
|
urlPrefix: "https://lobste.rs/~",
|
|
497
491
|
},
|
|
498
492
|
],
|
|
493
|
+
[
|
|
494
|
+
Platform.luma,
|
|
495
|
+
{
|
|
496
|
+
color: "#000000",
|
|
497
|
+
icon: "icons/icon-luma.svg",
|
|
498
|
+
label: "Luma",
|
|
499
|
+
urlPrefix: "https://luma.com/user/",
|
|
500
|
+
},
|
|
501
|
+
],
|
|
502
|
+
[
|
|
503
|
+
Platform.mastodon,
|
|
504
|
+
{
|
|
505
|
+
color: "#6364FF",
|
|
506
|
+
icon: "icons/icon-mastodon.svg",
|
|
507
|
+
label: "Mastodon",
|
|
508
|
+
urlPrefix: "https://mastodon.social/@",
|
|
509
|
+
ensText: ["mastodon", "social.mastodon"],
|
|
510
|
+
},
|
|
511
|
+
],
|
|
499
512
|
[
|
|
500
513
|
Platform.matters,
|
|
501
514
|
{
|
|
@@ -792,6 +805,15 @@ const PLATFORM_DATA = new Map([
|
|
|
792
805
|
urlPrefix: "https://tronscan.org/#/address/",
|
|
793
806
|
},
|
|
794
807
|
],
|
|
808
|
+
[
|
|
809
|
+
Platform.twitch,
|
|
810
|
+
{
|
|
811
|
+
color: "#9246FF",
|
|
812
|
+
icon: "icons/icon-twitch.svg",
|
|
813
|
+
label: "Twitch",
|
|
814
|
+
urlPrefix: "https://www.twitch.tv/",
|
|
815
|
+
},
|
|
816
|
+
],
|
|
795
817
|
[
|
|
796
818
|
Platform.twitter,
|
|
797
819
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web3bio-profile-kit",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "React hooks for querying ENS,
|
|
3
|
+
"version": "0.2.10",
|
|
4
|
+
"description": "React hooks for querying ENS, Lens, Farcaster and Web3 universal profiles",
|
|
5
5
|
"author": "web3bio",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|