@fileverse-dev/ddoc 3.0.96-zustand-6 → 3.0.96-zustand-7

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.
Files changed (2) hide show
  1. package/dist/index.es.js +6 -2
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -40522,8 +40522,12 @@ const Ahe = () => gce((e, t) => ({
40522
40522
  r({ ...i[n] });
40523
40523
  return;
40524
40524
  }
40525
- if (console.log("[ens] walletAddress:", n, "ensResolutionUrl:", !!s, "cached:", !!i[n]), !n || !s) {
40526
- console.log("[ens] skipping — missing walletAddress or ensResolutionUrl"), r({ name: n || "Anonymous", isEns: !1 });
40525
+ if (n && n.endsWith(".eth")) {
40526
+ r({ name: n, isEns: !0 });
40527
+ return;
40528
+ }
40529
+ if (!n || !s) {
40530
+ r({ name: n || "Anonymous", isEns: !1 });
40527
40531
  return;
40528
40532
  }
40529
40533
  try {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.0.96-zustand-6",
5
+ "version": "3.0.96-zustand-7",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {