web3bio-profile-kit 0.2.9 → 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
|
@@ -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
|
{
|
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
|
{
|
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,
|