cbrowser 8.7.1 → 8.7.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.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/mcp-server-remote.js +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -41,4 +41,4 @@ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
|
|
|
41
41
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
|
|
42
42
|
TITLE.
|
|
43
43
|
|
|
44
|
-
For commercial licensing inquiries:
|
|
44
|
+
For commercial licensing inquiries: alexandria.shai.eden@gmail.com
|
package/README.md
CHANGED
|
@@ -1113,7 +1113,7 @@ CBrowser is source-available software. You can:
|
|
|
1113
1113
|
|
|
1114
1114
|
On **February 5, 2030**, the license automatically converts to **Apache 2.0** (fully open source).
|
|
1115
1115
|
|
|
1116
|
-
For commercial licensing: [
|
|
1116
|
+
For commercial licensing: [alexandria.shai.eden@gmail.com](mailto:alexandria.shai.eden@gmail.com)
|
|
1117
1117
|
|
|
1118
1118
|
See [LICENSE](LICENSE) for full terms.
|
|
1119
1119
|
|
|
@@ -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.3",
|
|
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",
|