web3bio-profile-kit 0.1.12 → 0.1.13

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.
@@ -34,6 +34,7 @@ exports.Source = void 0;
34
34
  Source["particle"] = "particle";
35
35
  Source["rarible"] = "rarible";
36
36
  Source["rss3"] = "rss3";
37
+ Source["seekerid"] = "seekerid";
37
38
  Source["sns"] = "sns";
38
39
  Source["solana"] = "solana";
39
40
  Source["soundxyz"] = "soundxyz";
@@ -31,6 +31,7 @@ export declare enum Source {
31
31
  particle = "particle",
32
32
  rarible = "rarible",
33
33
  rss3 = "rss3",
34
+ seekerid = "seekerid",
34
35
  sns = "sns",
35
36
  solana = "solana",
36
37
  soundxyz = "soundxyz",
@@ -32,6 +32,7 @@ var Source;
32
32
  Source["particle"] = "particle";
33
33
  Source["rarible"] = "rarible";
34
34
  Source["rss3"] = "rss3";
35
+ Source["seekerid"] = "seekerid";
35
36
  Source["sns"] = "sns";
36
37
  Source["solana"] = "solana";
37
38
  Source["soundxyz"] = "soundxyz";
@@ -115,14 +115,18 @@ const SOURCE_DATA = {
115
115
  name: "RSS3",
116
116
  description: "Open information syndication protocol",
117
117
  },
118
- [source.Source.solana]: {
119
- name: "Solana",
120
- description: "High-performance blockchain",
118
+ [source.Source.seekerid]: {
119
+ name: "Seeker ID",
120
+ description: "Solana Mobile Identity",
121
121
  },
122
122
  [source.Source.sns]: {
123
123
  name: "SNS",
124
124
  description: "Solana Name Service",
125
125
  },
126
+ [source.Source.solana]: {
127
+ name: "Solana",
128
+ description: "High-performance blockchain",
129
+ },
126
130
  [source.Source.soundxyz]: {
127
131
  name: "Sound.xyz",
128
132
  description: "Decentralized audio platform",
@@ -113,14 +113,18 @@ const SOURCE_DATA = {
113
113
  name: "RSS3",
114
114
  description: "Open information syndication protocol",
115
115
  },
116
- [Source.solana]: {
117
- name: "Solana",
118
- description: "High-performance blockchain",
116
+ [Source.seekerid]: {
117
+ name: "Seeker ID",
118
+ description: "Solana Mobile Identity",
119
119
  },
120
120
  [Source.sns]: {
121
121
  name: "SNS",
122
122
  description: "Solana Name Service",
123
123
  },
124
+ [Source.solana]: {
125
+ name: "Solana",
126
+ description: "High-performance blockchain",
127
+ },
124
128
  [Source.soundxyz]: {
125
129
  name: "Sound.xyz",
126
130
  description: "Decentralized audio platform",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",