@kb-labs/host-agent-entry 2.20.0 → 2.23.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/host-agent-entry
2
+
3
+ CLI plugin entry point for Host Agent. Registers `host-agent:register` and `host-agent:status` commands with the KB Labs CLI.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/host-agent-entry",
3
- "version": "2.20.0",
3
+ "version": "2.23.0",
4
4
  "type": "module",
5
5
  "description": "CLI commands for Host Agent — register and status.",
6
6
  "main": "./dist/index.js",
@@ -25,10 +25,10 @@
25
25
  ],
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@kb-labs/host-agent-transport": "2.20.0",
29
- "@kb-labs/host-agent-contracts": "2.20.0",
30
- "@kb-labs/sdk": "2.17.0",
31
- "@kb-labs/host-agent-client": "2.20.0"
28
+ "@kb-labs/host-agent-contracts": "2.23.0",
29
+ "@kb-labs/host-agent-client": "2.23.0",
30
+ "@kb-labs/sdk": "2.18.0",
31
+ "@kb-labs/host-agent-transport": "2.23.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/node": "^24.3.3",
@@ -37,7 +37,7 @@
37
37
  "tsup": "^8.5.0",
38
38
  "typescript": "^5.6.3",
39
39
  "vitest": "^3.2.4",
40
- "@kb-labs/devkit": "2.20.0"
40
+ "@kb-labs/devkit": "2.23.0"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=20.0.0",