@page-speed/agent-everywhere 1.1.1 → 1.1.2

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.cjs CHANGED
@@ -10006,7 +10006,7 @@ function resolveIconName(name, className = "size-5 shrink-0") {
10006
10006
  const render = ICON_MAP[name.trim().toLowerCase()];
10007
10007
  return render ? render(className) : null;
10008
10008
  }
10009
- var DEFAULT_OPEN_GRAPH_ENDPOINT = "/api/opengraph";
10009
+ var DEFAULT_OPEN_GRAPH_ENDPOINT = "https://octane.cdn.ing/api/v1/extract/open-graph";
10010
10010
  function firstString(...values) {
10011
10011
  for (const value of values) {
10012
10012
  if (typeof value === "string" && value.trim()) {