@haven_ai/signer 0.1.0-alpha → 0.1.1-alpha

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": "@haven_ai/signer",
3
- "version": "0.1.0-alpha",
3
+ "version": "0.1.1-alpha",
4
4
  "description": "Haven edge signer — holds the delegate key locally and signs payment hashes + x402 headers. Pairs with the hosted, keyless @haven_ai/mcp-server.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@haven_ai/sdk": "^0.1.4",
35
+ "@haven_ai/sdk": "^0.1.5",
36
36
  "@modelcontextprotocol/sdk": "^1.29.0",
37
37
  "viem": "^2.51.0",
38
38
  "x402": "^1.2.0",