New:Socket for Asana Is Now Available.Learn more
Get Started

@opencode-ai/schema

Package Overview
Dependencies
Maintainers
2
Versions
1557
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-dev-18821
to
0.0.0-dev-18822
+2
-0
dist/plugin.d.ts

@@ -30,2 +30,3 @@ export * as Plugin from "./plugin.js";

readonly error: Schema.String;
readonly ref: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
}>]>;

@@ -60,2 +61,3 @@ export type State = typeof State.Type;

readonly error: Schema.String;
readonly ref: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;
}>]>;

@@ -62,0 +64,0 @@ }>;

+1
-1

@@ -24,3 +24,3 @@ export * as Plugin from "./plugin.js";

Schema.Struct({ status: Schema.Literal("active") }),
Schema.Struct({ status: Schema.Literal("failed"), error: Schema.String }),
Schema.Struct({ status: Schema.Literal("failed"), error: Schema.String, ref: Schema.String.pipe(optional) }),
]).annotate({ identifier: "Plugin.State" });

@@ -27,0 +27,0 @@ export const Info = Schema.Struct({

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/schema",
"version": "0.0.0-dev-18821",
"version": "0.0.0-dev-18822",
"type": "module",

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