@kb-labs/marketplace-api 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 +8 -8
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/marketplace-api
2
+
3
+ Fastify routes and REST API handlers for the KB Labs Marketplace service. Provides HTTP endpoints for entity discovery, installation, and management.
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "fastify": "^5.3.3",
6
6
  "fastify-type-provider-zod": "^6.0.0",
7
7
  "zod": "^3.23.8",
8
- "@kb-labs/core-platform": "2.20.0",
9
- "@kb-labs/core-contracts": "2.20.0",
10
- "@kb-labs/marketplace-contracts": "2.20.0",
11
- "@kb-labs/shared-http": "2.20.0",
12
- "@kb-labs/marketplace-core": "2.20.0",
13
- "@kb-labs/core-discovery": "2.20.0"
8
+ "@kb-labs/core-discovery": "2.23.0",
9
+ "@kb-labs/core-contracts": "2.23.0",
10
+ "@kb-labs/core-platform": "2.23.0",
11
+ "@kb-labs/marketplace-core": "2.23.0",
12
+ "@kb-labs/shared-http": "2.23.0",
13
+ "@kb-labs/marketplace-contracts": "2.23.0"
14
14
  },
15
15
  "description": "Fastify routes for KB Labs marketplace service",
16
16
  "devDependencies": {
@@ -18,7 +18,7 @@
18
18
  "tsup": "^8.5.0",
19
19
  "typescript": "^5",
20
20
  "vitest": "^3.2.4",
21
- "@kb-labs/devkit": "2.20.0"
21
+ "@kb-labs/devkit": "2.23.0"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=20.0.0",
@@ -38,7 +38,7 @@
38
38
  "sideEffects": false,
39
39
  "type": "module",
40
40
  "types": "./dist/index.d.ts",
41
- "version": "2.20.0",
41
+ "version": "2.23.0",
42
42
  "scripts": {
43
43
  "build": "tsup",
44
44
  "clean": "rimraf dist",