@byok-sdk/client 0.7.0 → 0.8.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byok-sdk/client",
3
- "version": "0.7.0",
3
+ "version": "0.8.0-beta.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",
@@ -55,8 +55,8 @@
55
55
  "clean": "rm -rf dist"
56
56
  },
57
57
  "dependencies": {
58
- "@byok-sdk/core": "0.7.0",
59
- "@byok-sdk/protocol": "0.7.0",
58
+ "@byok-sdk/core": "0.8.0-beta.0",
59
+ "@byok-sdk/protocol": "0.8.0-beta.0",
60
60
  "@earendil-works/pi-coding-agent": "0.84.2",
61
61
  "pi-mcp-adapter": "2.27.0",
62
62
  "pi-web-access": "0.24.1",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/ws": "^8.18.1",
67
- "@byok-sdk/server": "0.7.0",
67
+ "@byok-sdk/server": "0.8.0-beta.0",
68
68
  "@hono/node-server": "^2.0.10"
69
69
  }
70
70
  }