@opencode-ai/sdk 0.6.8 → 0.6.10

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.
@@ -555,6 +555,9 @@ export type Config = {
555
555
  options?: {
556
556
  [key: string]: unknown;
557
557
  };
558
+ provider?: {
559
+ npm: string;
560
+ };
558
561
  };
559
562
  };
560
563
  options?: {
@@ -901,6 +904,9 @@ export type Model = {
901
904
  options: {
902
905
  [key: string]: unknown;
903
906
  };
907
+ provider?: {
908
+ npm: string;
909
+ };
904
910
  };
905
911
  export type McpLocalConfig = {
906
912
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@opencode-ai/sdk",
4
- "version": "0.6.8",
4
+ "version": "0.6.10",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsc --noEmit"