cbrowser 11.10.6 → 11.10.7
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 +3 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -28,7 +28,9 @@ herein by reference.
|
|
|
28
28
|
|
|
29
29
|
Additional Use Grant: You may use the Licensed Work for non-production
|
|
30
30
|
purposes including development, testing, personal projects, and evaluation,
|
|
31
|
-
without a commercial license.
|
|
31
|
+
without a commercial license. Non-production use includes development, testing,
|
|
32
|
+
personal projects, and evaluation of the Licensed Work itself, not use of the
|
|
33
|
+
Licensed Work as part of a production testing pipeline or service.
|
|
32
34
|
|
|
33
35
|
Notice
|
|
34
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cbrowser",
|
|
3
|
-
"version": "11.10.
|
|
3
|
+
"version": "11.10.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Cognitive browser automation that thinks like your users. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery.",
|
|
6
6
|
"main": "dist/index.js",
|