web3bio-profile-kit 0.2.11 → 0.2.12

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.
@@ -10,6 +10,7 @@ exports.Source = void 0;
10
10
  Source["baseapp"] = "baseapp";
11
11
  Source["basenames"] = "basenames";
12
12
  Source["camp_network"] = "camp_network";
13
+ Source["cent"] = "cent";
13
14
  Source["clicker"] = "clicker";
14
15
  Source["clusters"] = "clusters";
15
16
  Source["crowdsourcing"] = "crowdsourcing";
@@ -7,6 +7,7 @@ export declare enum Source {
7
7
  baseapp = "baseapp",
8
8
  basenames = "basenames",
9
9
  camp_network = "camp_network",
10
+ cent = "cent",
10
11
  clicker = "clicker",
11
12
  clusters = "clusters",
12
13
  crowdsourcing = "crowdsourcing",
@@ -8,6 +8,7 @@ var Source;
8
8
  Source["baseapp"] = "baseapp";
9
9
  Source["basenames"] = "basenames";
10
10
  Source["camp_network"] = "camp_network";
11
+ Source["cent"] = "cent";
11
12
  Source["clicker"] = "clicker";
12
13
  Source["clusters"] = "clusters";
13
14
  Source["crowdsourcing"] = "crowdsourcing";
@@ -21,6 +21,10 @@ const SOURCE_DATA = {
21
21
  name: "Camp Network",
22
22
  description: "Modernize intellectual property infrastructure",
23
23
  },
24
+ [source.Source.cent]: {
25
+ name: "Cent",
26
+ description: "The Tweet Minting Platform",
27
+ },
24
28
  [source.Source.clicker]: {
25
29
  name: "Clicker",
26
30
  description: "The social network for traders",
@@ -19,6 +19,10 @@ const SOURCE_DATA = {
19
19
  name: "Camp Network",
20
20
  description: "Modernize intellectual property infrastructure",
21
21
  },
22
+ [Source.cent]: {
23
+ name: "Cent",
24
+ description: "The Tweet Minting Platform",
25
+ },
22
26
  [Source.clicker]: {
23
27
  name: "Clicker",
24
28
  description: "The social network for traders",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "React hooks for querying ENS, Lens, Farcaster and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",