@ai-sdk/harness-pi 1.0.80 → 1.0.81

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,11 @@
1
1
  # @ai-sdk/harness-pi
2
2
 
3
+ ## 1.0.81
4
+
5
+ ### Patch Changes
6
+
7
+ - @ai-sdk/harness@1.0.79
8
+
3
9
  ## 1.0.80
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -128,7 +128,7 @@ import {
128
128
  import { getAiGatewayAuthFromEnv } from "@ai-sdk/harness/utils";
129
129
 
130
130
  // src/version.ts
131
- var VERSION = true ? "1.0.80" : "0.0.0-test";
131
+ var VERSION = true ? "1.0.81" : "0.0.0-test";
132
132
 
133
133
  // src/pi-auth.ts
134
134
  var DEFAULT_GATEWAY_BASE_URL = "https://ai-gateway.vercel.sh";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/harness-pi",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -30,8 +30,8 @@
30
30
  "@earendil-works/pi-coding-agent": "^0.80.10",
31
31
  "pi-mcp-adapter": "2.12.1",
32
32
  "typebox": "^1.1.38",
33
- "@ai-sdk/harness": "1.0.78",
34
- "@ai-sdk/provider-utils": "5.0.28"
33
+ "@ai-sdk/provider-utils": "5.0.28",
34
+ "@ai-sdk/harness": "1.0.79"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "zod": "^3.25.76 || ^4.1.8"
@@ -41,7 +41,7 @@
41
41
  "tsup": "^8.5.1",
42
42
  "typescript": "5.8.3",
43
43
  "zod": "3.25.76",
44
- "@ai-sdk/sandbox-just-bash": "1.0.78",
44
+ "@ai-sdk/sandbox-just-bash": "1.0.79",
45
45
  "@vercel/ai-tsconfig": "0.0.0"
46
46
  },
47
47
  "engines": {