cbrowser 8.7.0 → 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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Built on Playwright with cognitive user simulation, constitutional safety boundaries, and the only UX testing that models how humans actually think.
6
6
 
7
7
  [![npm version](https://badge.fury.io/js/cbrowser.svg)](https://www.npmjs.com/package/cbrowser)
8
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+ [![License: BSL-1.1](https://img.shields.io/badge/License-BSL--1.1-blue.svg)](LICENSE)
9
9
  [![MCP Ready](https://img.shields.io/badge/MCP-Remote%20%2B%20Local-blue)](https://modelcontextprotocol.io)
10
10
 
11
11
  ## Why CBrowser?
@@ -1102,7 +1102,20 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
1102
1102
 
1103
1103
  ## License
1104
1104
 
1105
- MIT - see [LICENSE](LICENSE)
1105
+ **Business Source License 1.1 (BSL-1.1)**
1106
+
1107
+ CBrowser is source-available software. You can:
1108
+ - ✅ Use freely for **non-production** purposes (development, testing, evaluation, personal projects)
1109
+ - ✅ Read, modify, and learn from the source code
1110
+ - ✅ Contribute to the project
1111
+
1112
+ **Production use** (commercial services, revenue-generating applications, internal business operations) requires a commercial license.
1113
+
1114
+ On **February 5, 2030**, the license automatically converts to **Apache 2.0** (fully open source).
1115
+
1116
+ For commercial licensing: [licensing@wyldfyre.ai](mailto:licensing@wyldfyre.ai)
1117
+
1118
+ See [LICENSE](LICENSE) for full terms.
1106
1119
 
1107
1120
  ## Links
1108
1121
 
@@ -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.6.0";
47
+ const VERSION = "8.7.0";
48
48
  // Shared browser instance
49
49
  let browser = null;
50
50
  async function getBrowser() {
@@ -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.6.0";
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.0",
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",