@kb-labs/devlink-entry 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 +5 -5
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/devlink-entry
2
+
3
+ CLI plugin entry point for DevLink. Registers `devlink:*` commands and the plugin manifest for use with the KB Labs CLI.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/devlink-entry",
3
- "version": "2.19.0",
3
+ "version": "2.22.0",
4
4
  "type": "module",
5
5
  "description": "CLI commands and manifest for DevLink plugin.",
6
6
  "main": "./dist/index.js",
@@ -25,9 +25,9 @@
25
25
  ],
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@kb-labs/devlink-contracts": "2.19.0",
29
- "@kb-labs/sdk": "2.17.0",
30
- "@kb-labs/devlink-core": "2.19.0"
28
+ "@kb-labs/devlink-contracts": "2.22.0",
29
+ "@kb-labs/devlink-core": "2.22.0",
30
+ "@kb-labs/sdk": "2.18.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^24.3.3",
@@ -36,7 +36,7 @@
36
36
  "tsup": "^8.5.0",
37
37
  "typescript": "^5.6.3",
38
38
  "vitest": "^3.2.4",
39
- "@kb-labs/devkit": "2.19.0"
39
+ "@kb-labs/devkit": "2.22.0"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=20.0.0",