@copilotkit/web-inspector 1.55.1 → 1.55.2-canary.test-01

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.mjs CHANGED
@@ -2836,7 +2836,7 @@ ${this.announcementMarkdown}</pre
2836
2836
  }
2837
2837
  }
2838
2838
  escapeHtmlAttr(value) {
2839
- return value.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/\"/g, "&quot;").replace(/'/g, "&#39;");
2839
+ return value.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#39;");
2840
2840
  }
2841
2841
  loadStoredAnnouncementTimestamp() {
2842
2842
  if (typeof window === "undefined" || !window.localStorage) return null;