🎩 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
683
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-16494
to
0.0.0-next-16495
+2
-1
dist/groups/project.d.ts

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

};
readonly worktree: Schema.String;
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
readonly vcs: Schema.decodeTo<Schema.optional<Schema.toType<Schema.Literals<readonly ["git", "hg"]>>>, Schema.optionalKey<Schema.Literals<readonly ["git", "hg"]>>, never, never>;

@@ -41,2 +41,3 @@ readonly name: Schema.decodeTo<Schema.optional<Schema.toType<Schema.String>>, Schema.optionalKey<Schema.String>, never, never>;

readonly directory: Schema.brand<Schema.String, "AbsolutePath">;
readonly canonical: Schema.brand<Schema.String, "AbsolutePath">;
}>>, never, never, never> | HttpApiEndpoint.HttpApiEndpoint<"project.directories", "GET", "/api/project/:projectID/directories", Schema.toCodecStringTree<Schema.Struct<{

@@ -43,0 +44,0 @@ projectID: Schema.brand<Schema.String, "Project.ID"> & {

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

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

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

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