gtm-now 0.5.3 → 0.5.4

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
@@ -8908,7 +8908,7 @@ var init_disco = __esm({
8908
8908
  company_domain: c.domain,
8909
8909
  linkedin_url: c.social_urls?.find((u) => u.includes("linkedin")),
8910
8910
  email: c.email,
8911
- phone: c.phone,
8911
+ phone: typeof c.phone === "string" ? c.phone : Array.isArray(c.phone) ? c.phone[0]?.phone : void 0,
8912
8912
  seniority: c.seniority,
8913
8913
  department: c.department,
8914
8914
  skills: c.skills,