cbrowser 8.7.1 → 8.7.2
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/mcp-server-remote.js +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@ const personas_js_1 = require("./personas.js");
|
|
|
44
44
|
// Performance module imports
|
|
45
45
|
const index_js_4 = require("./performance/index.js");
|
|
46
46
|
// Version constant - keep in sync with package.json
|
|
47
|
-
const VERSION = "8.
|
|
47
|
+
const VERSION = "8.7.0";
|
|
48
48
|
// Shared browser instance
|
|
49
49
|
let browser = null;
|
|
50
50
|
async function getBrowser() {
|
package/dist/mcp-server.js
CHANGED
|
@@ -25,7 +25,7 @@ const personas_js_1 = require("./personas.js");
|
|
|
25
25
|
// Performance module imports
|
|
26
26
|
const index_js_4 = require("./performance/index.js");
|
|
27
27
|
// Version constant - keep in sync with package.json
|
|
28
|
-
const VERSION = "8.
|
|
28
|
+
const VERSION = "8.7.0";
|
|
29
29
|
// Shared browser instance
|
|
30
30
|
let browser = null;
|
|
31
31
|
async function getBrowser() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.2",
|
|
4
4
|
"description": "Cognitive browser automation that thinks like your users. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|