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.
- package/dist/types/source.cjs +1 -0
- package/dist/types/source.d.ts +1 -0
- package/dist/types/source.js +1 -0
- package/dist/utils/source.cjs +7 -3
- package/dist/utils/source.js +7 -3
- package/package.json +1 -1
package/dist/types/source.cjs
CHANGED
package/dist/types/source.d.ts
CHANGED
package/dist/types/source.js
CHANGED
package/dist/utils/source.cjs
CHANGED
|
@@ -115,14 +115,18 @@ const SOURCE_DATA = {
|
|
|
115
115
|
name: "RSS3",
|
|
116
116
|
description: "Open information syndication protocol",
|
|
117
117
|
},
|
|
118
|
-
[source.Source.
|
|
119
|
-
name: "
|
|
120
|
-
description: "
|
|
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",
|
package/dist/utils/source.js
CHANGED
|
@@ -113,14 +113,18 @@ const SOURCE_DATA = {
|
|
|
113
113
|
name: "RSS3",
|
|
114
114
|
description: "Open information syndication protocol",
|
|
115
115
|
},
|
|
116
|
-
[Source.
|
|
117
|
-
name: "
|
|
118
|
-
description: "
|
|
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",
|