@opencode-ai/client 0.0.0-dev-18280 → 0.0.0-dev-18283

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -520,7 +520,7 @@ export declare const make: (options?: {
520
520
  };
521
521
  readonly sandboxes: readonly string[];
522
522
  readonly name?: string | undefined;
523
- readonly vcs?: "git" | "hg" | undefined;
523
+ readonly vcs?: string | undefined;
524
524
  readonly icon?: {
525
525
  readonly url?: string | undefined;
526
526
  readonly color?: string | undefined;
@@ -441,7 +441,7 @@ export type McpResourceTemplate = {
441
441
  description?: string;
442
442
  mimeType?: string;
443
443
  };
444
- export type ProjectVcs = "git" | "hg";
444
+ export type ProjectVcs = string;
445
445
  export type ProjectIcon = {
446
446
  url?: string;
447
447
  override?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/client",
4
- "version": "0.0.0-dev-18280",
4
+ "version": "0.0.0-dev-18283",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -57,8 +57,8 @@
57
57
  "typecheck": "tsgo --noEmit"
58
58
  },
59
59
  "dependencies": {
60
- "@opencode-ai/schema": "0.0.0-dev-18280",
61
- "@opencode-ai/protocol": "0.0.0-dev-18280"
60
+ "@opencode-ai/schema": "0.0.0-dev-18283",
61
+ "@opencode-ai/protocol": "0.0.0-dev-18283"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "effect": "4.0.0-rc.111",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "devDependencies": {
76
76
  "@effect/platform-node": "4.0.0-rc.111",
77
- "@opencode-ai/httpapi-codegen": "0.0.0-dev-18280",
77
+ "@opencode-ai/httpapi-codegen": "0.0.0-dev-18283",
78
78
  "@tsconfig/bun": "1.0.9",
79
79
  "@types/bun": "1.3.13",
80
80
  "@typescript/native-preview": "7.0.0-dev.20251207.1",