web3bio-profile-kit 0.2.10 → 0.2.11

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.
@@ -841,7 +841,7 @@ const PLATFORM_DATA = new Map([
841
841
  icon: "icons/icon-unstoppabledomains.svg",
842
842
  label: "Unstoppable Domains",
843
843
  description: "Unstoppable Domains (.x, .crypto and other Web3 domains), and ud.me Unstoppable Profiles",
844
- urlPrefix: "https://web3.bio/",
844
+ urlPrefix: "https://ud.me/",
845
845
  editUrlPrefix: "https://unstoppabledomains.com/d/{name}",
846
846
  registerlink: "https://unstoppabledomains.com/search?searchTerm={name}",
847
847
  },
@@ -839,7 +839,7 @@ const PLATFORM_DATA = new Map([
839
839
  icon: "icons/icon-unstoppabledomains.svg",
840
840
  label: "Unstoppable Domains",
841
841
  description: "Unstoppable Domains (.x, .crypto and other Web3 domains), and ud.me Unstoppable Profiles",
842
- urlPrefix: "https://web3.bio/",
842
+ urlPrefix: "https://ud.me/",
843
843
  editUrlPrefix: "https://unstoppabledomains.com/d/{name}",
844
844
  registerlink: "https://unstoppabledomains.com/search?searchTerm={name}",
845
845
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "React hooks for querying ENS, Lens, Farcaster and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",