🎩 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
537
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-16046
to
0.0.0-next-16047
+1
-1
dist/agent.js

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

export const Name = Schema.String.pipe(Schema.brand("Agent.Name"));
export const Color = Schema.String.annotate({ identifier: "Agent.Color" }).check(Schema.isPattern(/^#[0-9a-fA-F]{6}$/));
export const Color = Schema.String.annotate({ identifier: "Agent.Color" });
export const Info = Schema.Struct({

@@ -15,0 +15,0 @@ id: ID,

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

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