@byok-sdk/client 0.9.0-rc.1 → 0.9.0
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/dist/bin/byok-agent.js +1 -1
- package/package.json +4 -4
package/dist/bin/byok-agent.js
CHANGED
|
@@ -17975,7 +17975,7 @@ function createServiceLifecycle(def, opts = {}) {
|
|
|
17975
17975
|
|
|
17976
17976
|
// src/bin/official-release.ts
|
|
17977
17977
|
var OFFICIAL_LOCAL_AGENT_RELEASE = resolveLocalAgentReleaseIdentity({
|
|
17978
|
-
version: "0.9.0
|
|
17978
|
+
version: "0.9.0"
|
|
17979
17979
|
});
|
|
17980
17980
|
|
|
17981
17981
|
// src/bin/config.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byok-sdk/client",
|
|
3
|
-
"version": "0.9.0
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "BYOK SDK client daemon: runs on the end user's machine, pairs with a SaaS server, and drives a local coding-agent runtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"clean": "rm -rf dist"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@byok-sdk/core": "0.9.0
|
|
61
|
-
"@byok-sdk/protocol": "0.9.0
|
|
60
|
+
"@byok-sdk/core": "0.9.0",
|
|
61
|
+
"@byok-sdk/protocol": "0.9.0",
|
|
62
62
|
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
63
63
|
"pi-mcp-adapter": "2.27.0",
|
|
64
64
|
"pi-web-access": "0.24.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/ws": "^8.18.1",
|
|
69
|
-
"@byok-sdk/server": "0.9.0
|
|
69
|
+
"@byok-sdk/server": "0.9.0",
|
|
70
70
|
"@hono/node-server": "^2.0.10"
|
|
71
71
|
}
|
|
72
72
|
}
|