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

@opencode-ai/schema

Package Overview
Dependencies
Maintainers
2
Versions
775
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/schema - npm Package Compare versions

Comparing version
0.0.0-next-16722
to
0.0.0-next-16727
+1
-1
dist/agent.d.ts

@@ -76,3 +76,3 @@ export * as Agent from "./agent.js";

}> & {
empty: (id: ID) => {
default: (id: ID) => {
id: string & import("effect/Brand").Brand<"Agent.ID">;

@@ -79,0 +79,0 @@ name: string & import("effect/Brand").Brand<"Agent.Name">;

@@ -28,3 +28,3 @@ export * as Agent from "./agent.js";

.pipe(statics(() => ({
empty: (id) => ({
default: (id) => ({
id,

@@ -31,0 +31,0 @@ name: Name.make(id),

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/schema",
"version": "0.0.0-next-16722",
"version": "0.0.0-next-16727",
"type": "module",

@@ -6,0 +6,0 @@ "license": "MIT",