@neeter/server
Advanced tools
+2
-2
| { | ||
| "name": "@neeter/server", | ||
| "version": "0.17.0", | ||
| "version": "0.17.1", | ||
| "description": "Hono server toolkit for building chat UIs on top of the Claude Agent SDK", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@neeter/types": "0.17.0" | ||
| "@neeter/types": "0.17.1" | ||
| }, | ||
@@ -27,0 +27,0 @@ "peerDependencies": { |
+3
-3
@@ -69,3 +69,3 @@ # @neeter/server | ||
| Plain `{ "text": "..." }` payloads continue to work as before. See the [Server Guide](https://github.com/quantumleeps/neeter/blob/main/docs/server.md#multimodal-messages) for details. | ||
| Plain `{ "text": "..." }` payloads continue to work as before. See the [Server Guide](https://quantumleeps.github.io/neeter/docs/server#multimodal-messages) for details. | ||
@@ -81,4 +81,4 @@ ## Examples | ||
| - [Server Guide](https://github.com/quantumleeps/neeter/blob/main/docs/server.md) — endpoints, permissions, persistence, session context, sandbox hooks | ||
| - [API Reference](https://github.com/quantumleeps/neeter/blob/main/docs/api-reference.md) — all exports and types | ||
| - [Server Guide](https://quantumleeps.github.io/neeter/docs/server) — endpoints, permissions, persistence, session context, sandbox hooks | ||
| - [API Reference](https://quantumleeps.github.io/neeter/docs/api-reference) — all exports and types | ||
@@ -85,0 +85,0 @@ ## License |
58206
-0.07%+ Added
- Removed
- Removed
Updated