@kb-labs/host-agent-app 2.19.0 → 2.22.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 +9 -9
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/host-agent-app
2
+
3
+ Host Agent application entrypoint and CLI binary. The main executable for running the Host Agent service on a remote workspace.
package/package.json CHANGED
@@ -3,13 +3,13 @@
3
3
  "kb-host-agent": "./dist/index.js"
4
4
  },
5
5
  "dependencies": {
6
- "@kb-labs/host-agent-contracts": "2.19.0",
7
- "@kb-labs/core-runtime": "2.19.0",
8
- "@kb-labs/host-agent-core": "2.19.0",
9
- "@kb-labs/host-agent-fs": "2.19.0",
10
- "@kb-labs/host-agent-transport": "2.19.0",
11
- "@kb-labs/plugin-contracts": "2.19.0",
12
- "@kb-labs/plugin-runtime": "2.19.0"
6
+ "@kb-labs/host-agent-transport": "2.22.0",
7
+ "@kb-labs/host-agent-contracts": "2.22.0",
8
+ "@kb-labs/plugin-contracts": "2.22.0",
9
+ "@kb-labs/core-runtime": "2.22.0",
10
+ "@kb-labs/host-agent-core": "2.22.0",
11
+ "@kb-labs/plugin-runtime": "2.22.0",
12
+ "@kb-labs/host-agent-fs": "2.22.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.3.3",
@@ -17,7 +17,7 @@
17
17
  "tsup": "^8.5.0",
18
18
  "typescript": "^5",
19
19
  "vitest": "^3.2.4",
20
- "@kb-labs/devkit": "2.19.0"
20
+ "@kb-labs/devkit": "2.22.0"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">=20.0.0",
@@ -29,7 +29,7 @@
29
29
  "main": "./dist/index.js",
30
30
  "name": "@kb-labs/host-agent-app",
31
31
  "type": "module",
32
- "version": "2.19.0",
32
+ "version": "2.22.0",
33
33
  "scripts": {
34
34
  "build": "tsup",
35
35
  "clean": "rimraf dist",