web3bio-profile-kit 0.2.9 → 0.2.11
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
|
@@ -52,6 +52,7 @@ exports.Platform = void 0;
|
|
|
52
52
|
Platform["linkedin"] = "linkedin";
|
|
53
53
|
Platform["linea"] = "linea";
|
|
54
54
|
Platform["lobsters"] = "lobsters";
|
|
55
|
+
Platform["luma"] = "luma";
|
|
55
56
|
Platform["mastodon"] = "mastodon";
|
|
56
57
|
Platform["matters"] = "matters";
|
|
57
58
|
Platform["medium"] = "medium";
|
package/dist/types/platform.d.ts
CHANGED
package/dist/types/platform.js
CHANGED
package/dist/utils/platform.cjs
CHANGED
|
@@ -18,6 +18,7 @@ const WEB2_PLATFORMS = [
|
|
|
18
18
|
platform.Platform.keybase,
|
|
19
19
|
platform.Platform.linkedin,
|
|
20
20
|
platform.Platform.lobsters,
|
|
21
|
+
platform.Platform.luma,
|
|
21
22
|
platform.Platform.mastodon,
|
|
22
23
|
platform.Platform.minds,
|
|
23
24
|
platform.Platform.mstdnjp,
|
|
@@ -491,6 +492,15 @@ const PLATFORM_DATA = new Map([
|
|
|
491
492
|
urlPrefix: "https://lobste.rs/~",
|
|
492
493
|
},
|
|
493
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
|
+
],
|
|
494
504
|
[
|
|
495
505
|
platform.Platform.mastodon,
|
|
496
506
|
{
|
|
@@ -831,7 +841,7 @@ const PLATFORM_DATA = new Map([
|
|
|
831
841
|
icon: "icons/icon-unstoppabledomains.svg",
|
|
832
842
|
label: "Unstoppable Domains",
|
|
833
843
|
description: "Unstoppable Domains (.x, .crypto and other Web3 domains), and ud.me Unstoppable Profiles",
|
|
834
|
-
urlPrefix: "https://
|
|
844
|
+
urlPrefix: "https://ud.me/",
|
|
835
845
|
editUrlPrefix: "https://unstoppabledomains.com/d/{name}",
|
|
836
846
|
registerlink: "https://unstoppabledomains.com/search?searchTerm={name}",
|
|
837
847
|
},
|
package/dist/utils/platform.js
CHANGED
|
@@ -16,6 +16,7 @@ const WEB2_PLATFORMS = [
|
|
|
16
16
|
Platform.keybase,
|
|
17
17
|
Platform.linkedin,
|
|
18
18
|
Platform.lobsters,
|
|
19
|
+
Platform.luma,
|
|
19
20
|
Platform.mastodon,
|
|
20
21
|
Platform.minds,
|
|
21
22
|
Platform.mstdnjp,
|
|
@@ -489,6 +490,15 @@ const PLATFORM_DATA = new Map([
|
|
|
489
490
|
urlPrefix: "https://lobste.rs/~",
|
|
490
491
|
},
|
|
491
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
|
+
],
|
|
492
502
|
[
|
|
493
503
|
Platform.mastodon,
|
|
494
504
|
{
|
|
@@ -829,7 +839,7 @@ const PLATFORM_DATA = new Map([
|
|
|
829
839
|
icon: "icons/icon-unstoppabledomains.svg",
|
|
830
840
|
label: "Unstoppable Domains",
|
|
831
841
|
description: "Unstoppable Domains (.x, .crypto and other Web3 domains), and ud.me Unstoppable Profiles",
|
|
832
|
-
urlPrefix: "https://
|
|
842
|
+
urlPrefix: "https://ud.me/",
|
|
833
843
|
editUrlPrefix: "https://unstoppabledomains.com/d/{name}",
|
|
834
844
|
registerlink: "https://unstoppabledomains.com/search?searchTerm={name}",
|
|
835
845
|
},
|
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.11",
|
|
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,
|