🎩 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
889
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-17135
to
0.0.0-next-17137
+1
-0
dist/groups/message.d.ts

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

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

@@ -24,0 +25,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-17135",
"version": "0.0.0-next-17137",
"type": "module",

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

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

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

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