@byok-sdk/client 0.10.1 → 0.10.2

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.
@@ -18086,7 +18086,7 @@ function createServiceLifecycle(def, opts = {}) {
18086
18086
 
18087
18087
  // src/bin/official-release.ts
18088
18088
  var OFFICIAL_LOCAL_AGENT_RELEASE = resolveLocalAgentReleaseIdentity({
18089
- version: "0.10.1"
18089
+ version: "0.10.2"
18090
18090
  });
18091
18091
 
18092
18092
  // src/bin/config.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byok-sdk/client",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
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",
@@ -61,8 +61,8 @@
61
61
  "clean": "rm -rf dist"
62
62
  },
63
63
  "dependencies": {
64
- "@byok-sdk/core": "0.10.1",
65
- "@byok-sdk/protocol": "0.10.1",
64
+ "@byok-sdk/core": "0.10.2",
65
+ "@byok-sdk/protocol": "0.10.2",
66
66
  "@earendil-works/pi-coding-agent": "0.84.2",
67
67
  "pi-mcp-adapter": "2.27.0",
68
68
  "pi-web-access": "0.24.1",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/ws": "^8.18.1",
73
- "@byok-sdk/server": "0.10.1",
73
+ "@byok-sdk/server": "0.10.2",
74
74
  "@hono/node-server": "^2.0.10"
75
75
  }
76
76
  }