@ai-sdk/harness-opencode 1.0.20 → 1.0.21

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ai-sdk/harness-opencode
2
2
 
3
+ ## 1.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ac306ed]
8
+ - @ai-sdk/provider-utils@5.0.6
9
+ - @ai-sdk/harness@1.0.21
10
+
3
11
  ## 1.0.20
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -164,7 +164,7 @@ var inboundMessageSchema = z.discriminatedUnion("type", [
164
164
  ]);
165
165
 
166
166
  // src/version.ts
167
- var VERSION = true ? "1.0.20" : "0.0.0-test";
167
+ var VERSION = true ? "1.0.21" : "0.0.0-test";
168
168
 
169
169
  // src/opencode-harness.ts
170
170
  var OPENCODE_CLIENT_APP = `ai-sdk/harness-opencode/${VERSION}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/harness-opencode",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "ws": "8.21.0",
30
- "@ai-sdk/harness": "1.0.20",
31
- "@ai-sdk/provider-utils": "5.0.5"
30
+ "@ai-sdk/harness": "1.0.21",
31
+ "@ai-sdk/provider-utils": "5.0.6"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "zod": "^3.25.76 || ^4.1.8"