@vitronai/alethia 0.3.24 → 0.3.25
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -123,7 +123,7 @@ const getDemoPages = () => {
|
|
|
123
123
|
// ---------------------------------------------------------------------------
|
|
124
124
|
// Auto-install: download, verify, extract, and spawn the headless runtime
|
|
125
125
|
// ---------------------------------------------------------------------------
|
|
126
|
-
const RUNTIME_VERSION = '0.2.
|
|
126
|
+
const RUNTIME_VERSION = '0.2.2';
|
|
127
127
|
const RUNTIME_DIR = join(homedir(), '.alethia', 'runtime');
|
|
128
128
|
const RUNTIME_MARKER = join(RUNTIME_DIR, '.installed');
|
|
129
129
|
const GITHUB_RELEASE_BASE = `https://github.com/vitron-ai/alethia/releases/download/v${RUNTIME_VERSION}`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitronai/alethia",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.25",
|
|
4
4
|
"description": "MIT-licensed MCP bridge to the Alethia runtime — the patent-pending zero-IPC E2E test runtime built for AI agents. 45x faster than Playwright. Local-first, zero telemetry. WCAG + NIST 800-53 compliance audits built in. Auto-installs on first use.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|