🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@opencode-ai/protocol

Package Overview
Dependencies
Maintainers
2
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/protocol - npm Package Compare versions

Comparing version
0.0.0-next-15345
to
0.0.0-next-15350
+1
-0
dist/client.d.ts

@@ -50,2 +50,3 @@ import { InvalidRequestError, SessionNotFoundError } from "./errors.js";

readonly "server.shell": "shell";
readonly "server.mcp": "mcp";
readonly "server.question": "question";

@@ -52,0 +53,0 @@ readonly "server.reference": "reference";

@@ -37,2 +37,3 @@ import { InvalidRequestError, SessionNotFoundError } from "./errors.js";

"server.shell": "shell",
"server.mcp": "mcp",
"server.question": "question",

@@ -39,0 +40,0 @@ "server.reference": "reference",

+2
-2
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/protocol",
"version": "0.0.0-next-15345",
"version": "0.0.0-next-15350",
"type": "module",

@@ -29,3 +29,3 @@ "license": "MIT",

"dependencies": {
"@opencode-ai/schema": "0.0.0-next-15345",
"@opencode-ai/schema": "0.0.0-next-15350",
"effect": "4.0.0-beta.83"

@@ -32,0 +32,0 @@ },