@vaara/client 1.52.0 → 1.54.0

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Typed JavaScript / TypeScript HTTP client for the [Vaara](https://github.com/vaaraio/vaara) v1 API.
4
4
 
5
- Vaara is a runtime AI agent governance kernel: conformal risk scoring, hash-chained audit trail, EU AI Act article-evidence model, OVERT 1.0 attestation. This package is the JS/TS surface; the Python implementation runs the server.
5
+ Vaara is the accountable autonomy layer: conformal risk scoring, hash-chained audit trail, and independently verifiable receipts for every autonomous action. This package is the JS/TS surface; the Python implementation runs the server.
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vaara/client",
3
- "version": "1.52.0",
3
+ "version": "1.54.0",
4
4
  "mcpName": "io.github.vaaraio/vaara",
5
- "description": "TypeScript client for the Vaara HTTP API: EU AI Act runtime evidence for MCP tool calls. Conformal risk scoring, policy gating, hash-chained tamper-evident audit, named detectors.",
5
+ "description": "TypeScript client for the Vaara HTTP API: accountable autonomy for every autonomous action. Conformal risk scoring, policy gating, hash-chained tamper-evident audit, named detectors.",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "exports": {