cbrowser 18.13.2 → 18.13.3

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "18.13.2",
3
+ "version": "18.13.3",
4
4
  "type": "module",
5
5
  "description": "Cognitive browser automation that thinks like your users—and helps AI agents navigate too. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery. Sites that pass CBrowser's cognitive tests are easier for both humans and AI agents to navigate.",
6
6
  "main": "dist/index.js",
@@ -125,7 +125,7 @@
125
125
  "@types/express": "^5.0.6",
126
126
  "express": "^5.2.1",
127
127
  "jose": "^6.1.3",
128
- "mcp-guardian": "^1.0.0",
128
+ "mcp-guardian": "^2.2.1",
129
129
  "playwright": "^1.40.0",
130
130
  "zod": "^4.3.6"
131
131
  },