web3bio-profile-kit 0.1.41 → 0.1.42

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.
@@ -39,6 +39,7 @@ exports.Source = void 0;
39
39
  Source["particle"] = "particle";
40
40
  Source["polymarket"] = "polymarket";
41
41
  Source["ppl"] = "ppl";
42
+ Source["privy"] = "privy";
42
43
  Source["questn"] = "questn";
43
44
  Source["rarible"] = "rarible";
44
45
  Source["rey"] = "rey";
@@ -36,6 +36,7 @@ export declare enum Source {
36
36
  particle = "particle",
37
37
  polymarket = "polymarket",
38
38
  ppl = "ppl",
39
+ privy = "privy",
39
40
  questn = "questn",
40
41
  rarible = "rarible",
41
42
  rey = "rey",
@@ -37,6 +37,7 @@ var Source;
37
37
  Source["particle"] = "particle";
38
38
  Source["polymarket"] = "polymarket";
39
39
  Source["ppl"] = "ppl";
40
+ Source["privy"] = "privy";
40
41
  Source["questn"] = "questn";
41
42
  Source["rarible"] = "rarible";
42
43
  Source["rey"] = "rey";
@@ -163,6 +163,11 @@ const SOURCE_DATA = {
163
163
  name: "0xPPL",
164
164
  description: "Web3 social platform",
165
165
  },
166
+ [source.Source.privy]: {
167
+ name: "Privy",
168
+ description: "Wallet infrastructure",
169
+ icon: "icons/icon-privy.svg",
170
+ },
166
171
  [source.Source.questn]: {
167
172
  name: "QuestN",
168
173
  description: "Airdrop publishing and claiming platform",
@@ -161,6 +161,11 @@ const SOURCE_DATA = {
161
161
  name: "0xPPL",
162
162
  description: "Web3 social platform",
163
163
  },
164
+ [Source.privy]: {
165
+ name: "Privy",
166
+ description: "Wallet infrastructure",
167
+ icon: "icons/icon-privy.svg",
168
+ },
164
169
  [Source.questn]: {
165
170
  name: "QuestN",
166
171
  description: "Airdrop publishing and claiming platform",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",