cbrowser 5.1.0 → 5.3.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "5.1.0",
4
- "description": "AI-powered browser automation with constitutional safety, personas, session persistence, and autonomous journeys",
3
+ "version": "5.3.0",
4
+ "description": "AI-powered browser automation with self-healing selectors, natural language assertions, test generation, MCP server, constitutional safety, and autonomous journeys",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "bin": {
@@ -32,18 +32,24 @@
32
32
  "core-web-vitals",
33
33
  "har-export",
34
34
  "network-mocking",
35
- "video-recording"
35
+ "video-recording",
36
+ "self-healing-selectors",
37
+ "smart-retry",
38
+ "natural-language-assertions",
39
+ "test-generation",
40
+ "mcp-server",
41
+ "claude-integration"
36
42
  ],
37
- "author": "Your Name",
43
+ "author": "Wyld Digital",
38
44
  "license": "MIT",
39
45
  "repository": {
40
46
  "type": "git",
41
- "url": "git+https://github.com/yourusername/cbrowser.git"
47
+ "url": "git+https://github.com/alexandriashai/cbrowser.git"
42
48
  },
43
49
  "bugs": {
44
- "url": "https://github.com/yourusername/cbrowser/issues"
50
+ "url": "https://github.com/alexandriashai/cbrowser/issues"
45
51
  },
46
- "homepage": "https://github.com/yourusername/cbrowser#readme",
52
+ "homepage": "https://github.com/alexandriashai/cbrowser#readme",
47
53
  "engines": {
48
54
  "node": ">=18.0.0"
49
55
  },