@opencode-ai/sdk 1.1.60 → 1.1.61

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.
@@ -1329,8 +1329,8 @@ export type ProviderConfig = {
1329
1329
  [key: string]: string;
1330
1330
  };
1331
1331
  provider?: {
1332
- npm: string;
1333
- api: string;
1332
+ npm?: string;
1333
+ api?: string;
1334
1334
  };
1335
1335
  /**
1336
1336
  * Variant-specific configuration
@@ -3532,8 +3532,8 @@ export type ProviderListResponses = {
3532
3532
  [key: string]: string;
3533
3533
  };
3534
3534
  provider?: {
3535
- npm: string;
3536
- api: string;
3535
+ npm?: string;
3536
+ api?: string;
3537
3537
  };
3538
3538
  variants?: {
3539
3539
  [key: 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/sdk",
4
- "version": "1.1.60",
4
+ "version": "1.1.61",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {