cerevox 4.87.0 → 4.87.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.
|
@@ -403,7 +403,7 @@ server.registerTool('project-open', {
|
|
|
403
403
|
console.log('Launching new Cerevox session...');
|
|
404
404
|
session = await cerevox.launch({
|
|
405
405
|
timeout: 120,
|
|
406
|
-
keepAliveMS:
|
|
406
|
+
keepAliveMS: 180_000,
|
|
407
407
|
});
|
|
408
408
|
if (!session) {
|
|
409
409
|
throw new Error('Failed to create Cerevox session');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cerevox",
|
|
3
|
-
"version": "4.87.
|
|
3
|
+
"version": "4.87.1",
|
|
4
4
|
"description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|