@ai-sdk/harness-claude-code 1.0.26 → 1.0.28

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,17 @@
1
1
  # @ai-sdk/harness-claude-code
2
2
 
3
+ ## 1.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - @ai-sdk/harness@1.0.28
8
+
9
+ ## 1.0.27
10
+
11
+ ### Patch Changes
12
+
13
+ - @ai-sdk/harness@1.0.27
14
+
3
15
  ## 1.0.26
4
16
 
5
17
  ### Patch Changes
package/dist/index.js CHANGED
@@ -147,7 +147,7 @@ var inboundMessageSchema = z.discriminatedUnion("type", [
147
147
  ]);
148
148
 
149
149
  // src/version.ts
150
- var VERSION = true ? "1.0.26" : "0.0.0-test";
150
+ var VERSION = true ? "1.0.28" : "0.0.0-test";
151
151
 
152
152
  // src/claude-code-harness.ts
153
153
  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.26",
3
+ "version": "1.0.28",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "ws": "^8.21.0",
30
- "@ai-sdk/harness": "1.0.26",
30
+ "@ai-sdk/harness": "1.0.28",
31
31
  "@ai-sdk/provider-utils": "5.0.7"
32
32
  },
33
33
  "peerDependencies": {