@atrib/attest 0.4.2 → 0.4.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atrib/attest",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "MCP server for atrib's write verb. One attest tool signs observations, annotations, and revisions; the legacy emit, atrib-annotate, and atrib-revise tool names stay mounted as aliases over the same handler.",
5
5
  "keywords": [
6
6
  "atrib",
@@ -45,7 +45,7 @@
45
45
  "@noble/ed25519": "^3.1.0",
46
46
  "@noble/hashes": "^2.2.0",
47
47
  "canonicalize": "^3.0.0",
48
- "zod": "^3.25.76",
48
+ "zod": "^4.4.3",
49
49
  "@atrib/mcp": "0.25.0"
50
50
  },
51
51
  "devDependencies": {