@copilotkit/web-inspector 1.55.2-next.0 → 1.55.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.umd.js CHANGED
@@ -2795,7 +2795,7 @@ ${this.announcementMarkdown}</pre
2795
2795
  }
2796
2796
  }
2797
2797
  escapeHtmlAttr(value) {
2798
- return value.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/\"/g, "&quot;").replace(/'/g, "&#39;");
2798
+ return value.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#39;");
2799
2799
  }
2800
2800
  loadStoredAnnouncementTimestamp() {
2801
2801
  if (typeof window === "undefined" || !window.localStorage) return null;