@namehash/ens-referrals 0.0.0-next-20260122143405 → 0.0.0-next-20260126125206

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/index.js CHANGED
@@ -126,7 +126,7 @@ var buildAggregatedReferrerMetrics = (referrers, rules) => {
126
126
  import { prettifyError } from "zod/v4";
127
127
 
128
128
  // src/api/zod-schemas.ts
129
- import z2 from "zod/v4";
129
+ import { z as z2 } from "zod/v4";
130
130
 
131
131
  // ../ensnode-sdk/src/shared/address.ts
132
132
  function asLowerCaseAddress(address) {