Sign In

@neeter/server

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neeter/server - npm Package Compare versions

Comparing version
0.17.0
to
0.17.1
+2
-2
package.json
{
"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": {

@@ -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