@opencode-ai/sdk 0.0.0-dev-202511170605 → 0.0.0-dev-202511170707

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.
@@ -1008,7 +1008,7 @@ export type Config = {
1008
1008
  };
1009
1009
  };
1010
1010
  export type BadRequestError = {
1011
- data: unknown | null;
1011
+ data: unknown;
1012
1012
  errors: Array<{
1013
1013
  [key: string]: unknown;
1014
1014
  }>;
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.0.0-dev-202511170605",
4
+ "version": "0.0.0-dev-202511170707",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "typecheck": "tsgo --noEmit",