@vitronai/alethia 0.3.13 → 0.3.14

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -62,7 +62,7 @@ const debug = (...args) => {
62
62
  // ---------------------------------------------------------------------------
63
63
  // Auto-install: download, verify, extract, and spawn the headless runtime
64
64
  // ---------------------------------------------------------------------------
65
- const RUNTIME_VERSION = '0.1.0-alpha.6';
65
+ const RUNTIME_VERSION = '0.1.0-alpha.7';
66
66
  const RUNTIME_DIR = join(homedir(), '.alethia', 'runtime');
67
67
  const RUNTIME_MARKER = join(RUNTIME_DIR, '.installed');
68
68
  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.13",
3
+ "version": "0.3.14",
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",