cbrowser 18.3.3 → 18.3.5

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 (3) hide show
  1. package/LICENSE +3 -18
  2. package/README.md +1 -1
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- MIT License with Attribution
1
+ MIT License
2
2
 
3
3
  Copyright (c) 2026 Alexa Eden
4
4
 
@@ -9,23 +9,8 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- 1. The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- 2. ATTRIBUTION REQUIREMENT: Any product, service, or publication that uses,
16
- incorporates, or is derived from this Software must include visible
17
- attribution to the original creator. This attribution must include:
18
-
19
- "Powered by CBrowser by Alexa Eden (https://cbrowser.ai)"
20
-
21
- This attribution should appear in one of the following locations:
22
- - Documentation or README files
23
- - About page or credits section
24
- - Footer or acknowledgments section
25
- - Package metadata or dependency listings
26
-
27
- For academic or research use, please cite as:
28
- Eden, A. (2026). CBrowser: Cognitive Browser Automation. https://cbrowser.ai
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
29
14
 
30
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31
16
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![npm version](https://img.shields.io/npm/v/cbrowser.svg)](https://www.npmjs.com/package/cbrowser)
6
6
  [![Documentation](https://img.shields.io/badge/Docs-cbrowser.ai-blue.svg)](https://cbrowser.ai/docs)
7
7
  [![Grade A+](https://img.shields.io/badge/Stress%20Test-A+-brightgreen.svg)](docs/STRESS-TEST-v16.14.4.md)
8
- [![License: MIT with Attribution](https://img.shields.io/badge/License-MIT_with_Attribution-green.svg)](LICENSE)
8
+ [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
9
9
  [![MCP Ready](https://img.shields.io/badge/MCP-68%20Tools-blue)](https://modelcontextprotocol.io)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue.svg)](https://www.typescriptlang.org/)
11
11
  [![Node](https://img.shields.io/badge/Node-%3E%3D18-green.svg)](https://nodejs.org/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cbrowser",
3
- "version": "18.3.3",
3
+ "version": "18.3.5",
4
4
  "type": "module",
5
5
  "description": "Cognitive browser automation that thinks like your users—and helps AI agents navigate too. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery. Sites that pass CBrowser's cognitive tests are easier for both humans and AI agents to navigate.",
6
6
  "main": "dist/index.js",
@@ -107,7 +107,7 @@
107
107
  "semantic-versioning"
108
108
  ],
109
109
  "author": "Alexa Eden",
110
- "license": "MIT-with-attribution",
110
+ "license": "MIT",
111
111
  "repository": {
112
112
  "type": "git",
113
113
  "url": "git+https://github.com/alexandriashai/cbrowser.git"