@kb-labs/gateway-runtime-server 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/gateway-runtime-server
2
+
3
+ Fastify-based HTTP server for the KB Labs API Gateway. Provides the runtime infrastructure for serving plugins and routing requests.
package/package.json CHANGED
@@ -3,17 +3,17 @@
3
3
  "kb-runtime-server": "./dist/cli.js"
4
4
  },
5
5
  "dependencies": {
6
- "@kb-labs/host-agent-contracts": "2.20.0",
7
- "@kb-labs/plugin-contracts": "2.20.0",
8
- "@kb-labs/host-agent-core": "2.20.0",
9
- "@kb-labs/plugin-runtime": "2.20.0"
6
+ "@kb-labs/host-agent-contracts": "2.23.0",
7
+ "@kb-labs/plugin-contracts": "2.23.0",
8
+ "@kb-labs/host-agent-core": "2.23.0",
9
+ "@kb-labs/plugin-runtime": "2.23.0"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/node": "^22.0.0",
13
13
  "tsup": "^8.5.0",
14
14
  "typescript": "^5",
15
15
  "vitest": "^3.2.4",
16
- "@kb-labs/devkit": "2.20.0"
16
+ "@kb-labs/devkit": "2.23.0"
17
17
  },
18
18
  "engines": {
19
19
  "node": ">=20.0.0",
@@ -33,7 +33,7 @@
33
33
  "sideEffects": false,
34
34
  "type": "module",
35
35
  "types": "./dist/index.d.ts",
36
- "version": "2.20.0",
36
+ "version": "2.23.0",
37
37
  "scripts": {
38
38
  "build": "tsup",
39
39
  "build:docker": "DOCKER_BUILD=1 tsup",