web3bio-profile-kit 0.2.7 → 0.2.9

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.
@@ -266,6 +266,6 @@ const SOURCE_DATA = {
266
266
  * @returns Source metadata including name and description
267
267
  * @public
268
268
  */
269
- const getSource = (sourceKey) => SOURCE_DATA[sourceKey] || { name: sourceKey, description: "Unknown source" };
269
+ const getSource = (sourceKey) => { var _a; return (_a = SOURCE_DATA[sourceKey]) !== null && _a !== void 0 ? _a : { name: sourceKey, description: "Unknown source" }; };
270
270
 
271
271
  export { SOURCE_DATA, getSource };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",