Sign In

@opencode-ai/protocol

Package Overview
Dependencies
Maintainers
2
Versions
958
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-17263
to
0.0.0-next-17268
+1
-0
dist/groups/message.d.ts

@@ -323,2 +323,3 @@ import { Schema } from "effect";

readonly text: Schema.String;
readonly description: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
readonly id: Schema.brand<Schema.String, "Session.Message.ID"> & {

@@ -325,0 +326,0 @@ create: () => string & import("effect/Brand").Brand<"Session.Message.ID">;

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

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

"dependencies": {
"@opencode-ai/schema": "0.0.0-next-17263",
"@opencode-ai/schema": "0.0.0-next-17268",
"effect": "4.0.0-beta.101"

@@ -34,0 +34,0 @@ },

Sorry, the diff of this file is too big to display