Skip to content
Merged
5 changes: 5 additions & 0 deletions .changeset/tempo-session-raw-access-keys.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'mppx': patch
---

Replaced Tempo session `authorizedSigner` options with `voucherSigner` accounts and added raw access-key voucher signing.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"testcontainers": "^11.14.0",
"tsx": "^4.21.0",
"typescript": "~6.0.3",
"viem": "^2.50.4",
"viem": "^2.51.0",
"vite": "^8.0.10",
"vp": "npm:vite-plus@~0.1.17",
"ws": "^8.20.0",
Expand Down Expand Up @@ -166,7 +166,7 @@
"elysia": ">=1",
"express": ">=5",
"hono": ">=4.12.18",
"viem": ">=2.50.4"
"viem": ">=2.51.0"
},
"peerDependenciesMeta": {
"@modelcontextprotocol/sdk": {
Expand All @@ -184,7 +184,7 @@
},
"dependencies": {
"incur": "^0.4.5",
"ox": "0.14.22",
"ox": "0.14.24",
"zod": "^4.4.3"
},
"repository": {
Expand Down
Loading
Loading