@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkit/web-inspector",
3
- "version": "1.55.1",
3
+ "version": "1.55.2-canary.test-01",
4
4
  "description": "Lit-based web component for the CopilotKit web inspector",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -20,10 +20,10 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@ag-ui/client": "0.0.52",
23
+ "@copilotkit/core": "1.55.2-canary.test-01",
23
24
  "lit": "^3.2.0",
24
25
  "lucide": "^0.525.0",
25
- "marked": "^12.0.2",
26
- "@copilotkit/core": "1.55.1"
26
+ "marked": "^12.0.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@tailwindcss/cli": "^4.1.11",
package/src/index.ts CHANGED
@@ -4291,7 +4291,7 @@ ${this.announcementMarkdown}</pre
4291
4291
  .replace(/&/g, "&amp;")
4292
4292
  .replace(/</g, "&lt;")
4293
4293
  .replace(/>/g, "&gt;")
4294
- .replace(/\"/g, "&quot;")
4294
+ .replace(/"/g, "&quot;")
4295
4295
  .replace(/'/g, "&#39;");
4296
4296
  }
4297
4297