@ai-sdk/harness-claude-code 1.0.21 → 1.0.22

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,12 @@
1
1
  # @ai-sdk/harness-claude-code
2
2
 
3
+ ## 1.0.22
4
+
5
+ ### Patch Changes
6
+
7
+ - @ai-sdk/harness@1.0.22
8
+ - @ai-sdk/provider-utils@5.0.7
9
+
3
10
  ## 1.0.21
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -131,7 +131,7 @@ var inboundMessageSchema = z.discriminatedUnion("type", [
131
131
  ]);
132
132
 
133
133
  // src/version.ts
134
- var VERSION = true ? "1.0.21" : "0.0.0-test";
134
+ var VERSION = true ? "1.0.22" : "0.0.0-test";
135
135
 
136
136
  // src/claude-code-harness.ts
137
137
  var CLAUDE_CODE_CLIENT_APP = `ai-sdk/harness-claude-code/${VERSION}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/harness-claude-code",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
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.21",
31
- "@ai-sdk/provider-utils": "5.0.6"
30
+ "@ai-sdk/harness": "1.0.22",
31
+ "@ai-sdk/provider-utils": "5.0.7"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "zod": "^3.25.76 || ^4.1.8"