@quanta-intellect/vessel-browser 0.1.90 → 0.1.94
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/out/renderer/index.html
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; font-src 'self' data:;" />
|
|
6
|
+
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; base-uri 'none'; object-src 'none'; frame-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; font-src 'self' data:; form-action 'self';" />
|
|
7
7
|
<title>Vessel</title>
|
|
8
|
-
<script type="module" crossorigin src="./assets/index-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
8
|
+
<script type="module" crossorigin src="./assets/index-BeUwMCx4.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="./assets/index-BFKx2klB.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quanta-intellect/vessel-browser",
|
|
3
3
|
"mcpName": "io.github.unmodeled-tyler/vessel-browser",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.94",
|
|
5
5
|
"description": "AI-native web browser runtime for autonomous agents with human supervision",
|
|
6
6
|
"main": "./out/main/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"dist:mac:dir:signed": "npm run build:icon:mac && npm run build && electron-builder --config electron-builder.config.cjs --mac dir --publish never",
|
|
29
29
|
"preview": "env -u ELECTRON_RUN_AS_NODE electron-vite preview",
|
|
30
30
|
"typecheck": "tsc --noEmit",
|
|
31
|
+
"audit:prod": "npm audit --omit=dev",
|
|
32
|
+
"audit:all": "npm audit",
|
|
33
|
+
"deps:check": "npm outdated",
|
|
34
|
+
"release:checksums": "node scripts/generate-checksums.mjs",
|
|
31
35
|
"prepublishOnly": "npm run build",
|
|
32
36
|
"test:navigation-regression": "env -u ELECTRON_RUN_AS_NODE ELECTRON_DISABLE_SANDBOX=1 electron --no-sandbox --disable-setuid-sandbox scripts/run-navigation-regression.mjs",
|
|
33
37
|
"test:mcp-proxy": "node scripts/test-mcp-stdio-proxy.mjs",
|
|
@@ -64,9 +68,9 @@
|
|
|
64
68
|
"electron": ">=30.0.0"
|
|
65
69
|
},
|
|
66
70
|
"devDependencies": {
|
|
67
|
-
"@types/node": "^25.6.
|
|
71
|
+
"@types/node": "^25.6.2",
|
|
68
72
|
"c8": "^11.0.0",
|
|
69
|
-
"electron": "^
|
|
73
|
+
"electron": "^42.0.1",
|
|
70
74
|
"electron-builder": "^26.8.1",
|
|
71
75
|
"electron-vite": "^5.0.0",
|
|
72
76
|
"linkedom": "^0.18.12",
|
|
@@ -77,11 +81,11 @@
|
|
|
77
81
|
"vite-plugin-solid": "^2.11.12"
|
|
78
82
|
},
|
|
79
83
|
"dependencies": {
|
|
80
|
-
"@anthropic-ai/sdk": "^0.
|
|
84
|
+
"@anthropic-ai/sdk": "^0.95.1",
|
|
81
85
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
82
86
|
"@mozilla/readability": "^0.6.0",
|
|
83
87
|
"dompurify": "^3.4.2",
|
|
84
|
-
"openai": "^6.
|
|
85
|
-
"zod": "^4.4.
|
|
88
|
+
"openai": "^6.37.0",
|
|
89
|
+
"zod": "^4.4.3"
|
|
86
90
|
}
|
|
87
91
|
}
|