@ai-sdk/harness-pi 1.0.72 → 1.0.73
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 +10 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @ai-sdk/harness-pi
|
|
2
2
|
|
|
3
|
+
## 1.0.73
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 52bc889: feat(harness): add `getPortEndpoint()` as more comprehensive replacement to `getPortUrl()` (now deprecated) in `HarnessV1NetworkSandboxSession`
|
|
8
|
+
- Updated dependencies [69bb613]
|
|
9
|
+
- Updated dependencies [52bc889]
|
|
10
|
+
- Updated dependencies [4cd4989]
|
|
11
|
+
- @ai-sdk/harness@1.0.72
|
|
12
|
+
|
|
3
13
|
## 1.0.72
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -122,7 +122,7 @@ import { resolveSandboxHomeDir } from "@ai-sdk/harness/utils";
|
|
|
122
122
|
import { getAiGatewayAuthFromEnv } from "@ai-sdk/harness/utils";
|
|
123
123
|
|
|
124
124
|
// src/version.ts
|
|
125
|
-
var VERSION = true ? "1.0.
|
|
125
|
+
var VERSION = true ? "1.0.73" : "0.0.0-test";
|
|
126
126
|
|
|
127
127
|
// src/pi-auth.ts
|
|
128
128
|
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.
|
|
3
|
+
"version": "1.0.73",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,7 +30,7 @@
|
|
|
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.
|
|
33
|
+
"@ai-sdk/harness": "1.0.72",
|
|
34
34
|
"@ai-sdk/provider-utils": "5.0.27"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|