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

@opencode-ai/client

Package Overview
Dependencies
Maintainers
2
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-ai/client - npm Package Compare versions

Comparing version
0.0.0-next-15778
to
0.0.0-next-15779
+0
-2
dist/effect/service.d.ts

@@ -44,3 +44,2 @@ import { Effect, FileSystem, Schema } from "effect";

readonly password: Schema.optional<Schema.String>;
readonly startedAt: Schema.optional<Schema.Int>;
}>;

@@ -79,4 +78,3 @@ /** Effect-based local service lifecycle operations. */

readonly password: Schema.optional<Schema.String>;
readonly startedAt: Schema.optional<Schema.Int>;
}>;
};

@@ -145,3 +145,2 @@ import { ServiceStatus } from "@opencode-ai/protocol/groups/health";

password: Schema.optional(Schema.String),
startedAt: Schema.optional(Schema.Int.check(Schema.isGreaterThan(0))),
});

@@ -148,0 +147,0 @@ const decode = Schema.decodeUnknownEffect(Schema.fromJsonString(Info));

@@ -48,4 +48,2 @@ /** Connection details for a local OpenCode service. */

readonly password?: string;
/** Registration generation used to resolve owner write races. */
readonly startedAt?: number;
};
+4
-4
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/client",
"version": "0.0.0-next-15778",
"version": "0.0.0-next-15779",
"type": "module",

@@ -56,4 +56,4 @@ "license": "MIT",

"dependencies": {
"@opencode-ai/schema": "0.0.0-next-15778",
"@opencode-ai/protocol": "0.0.0-next-15778"
"@opencode-ai/schema": "0.0.0-next-15779",
"@opencode-ai/protocol": "0.0.0-next-15779"
},

@@ -70,3 +70,3 @@ "peerDependencies": {

"@effect/platform-node": "4.0.0-beta.98",
"@opencode-ai/httpapi-codegen": "0.0.0-next-15778",
"@opencode-ai/httpapi-codegen": "0.0.0-next-15779",
"@tsconfig/bun": "1.0.9",

@@ -73,0 +73,0 @@ "@types/bun": "1.3.13",