@copilotkit/web-inspector 1.55.1 → 1.55.2-next.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @copilotkit/web-inspector
2
2
 
3
+ ## 1.55.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @copilotkit/core@1.55.2-next.1
8
+
9
+ ## 1.55.2-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - @copilotkit/core@1.55.2-next.0
14
+
3
15
  ## 1.55.1
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -2837,7 +2837,7 @@ ${this.announcementMarkdown}</pre
2837
2837
  }
2838
2838
  }
2839
2839
  escapeHtmlAttr(value) {
2840
- return value.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/\"/g, "&quot;").replace(/'/g, "&#39;");
2840
+ return value.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&#39;");
2841
2841
  }
2842
2842
  loadStoredAnnouncementTimestamp() {
2843
2843
  if (typeof window === "undefined" || !window.localStorage) return null;