cbrowser 8.7.0 → 8.7.1

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 (2) hide show
  1. package/README.md +15 -2
  2. package/package.json +1 -1
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "8.7.0",
3
+ "version": "8.7.1",
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",