@underverse-ui/underverse 1.0.167 → 1.0.168

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@underverse-ui/underverse",
3
- "version": "1.0.167",
3
+ "version": "1.0.168",
4
4
  "sourceEntry": "src/index.ts",
5
5
  "totalExports": 235,
6
6
  "exports": [
package/dist/index.cjs CHANGED
@@ -3924,7 +3924,7 @@ function getEmojiUnifiedCode(emoji) {
3924
3924
  }
3925
3925
  return codePoints.join("-");
3926
3926
  }
3927
- var globalEmojiBaseUrl = "https://underverse.infiniq.com.vn/emojis";
3927
+ var globalEmojiBaseUrl = "/emojis";
3928
3928
  function setEmojiBaseUrl(url) {
3929
3929
  globalEmojiBaseUrl = url.endsWith("/") ? url.slice(0, -1) : url;
3930
3930
  }