@kb-labs/host-agent-contracts 2.20.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 +2 -2
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/host-agent-contracts
2
+
3
+ Shared type contracts for Host Agent. Defines the API and message structures used for communication between Host Agent and its clients.
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "tsup": "^8.5.0",
8
8
  "typescript": "^5",
9
9
  "vitest": "^3.2.4",
10
- "@kb-labs/devkit": "2.20.0"
10
+ "@kb-labs/devkit": "2.22.0"
11
11
  },
12
12
  "engines": {
13
13
  "node": ">=20.0.0",
@@ -28,7 +28,7 @@
28
28
  "sideEffects": false,
29
29
  "type": "module",
30
30
  "types": "./dist/index.d.ts",
31
- "version": "2.20.0",
31
+ "version": "2.22.0",
32
32
  "scripts": {
33
33
  "build": "tsup",
34
34
  "clean": "rimraf dist",