@kb-labs/devkit 2.89.0 → 2.94.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.
|
@@ -14,10 +14,9 @@ you work with the platform efficiently.
|
|
|
14
14
|
|
|
15
15
|
### Manual reference
|
|
16
16
|
|
|
17
|
-
- `
|
|
18
|
-
- `
|
|
19
|
-
- `
|
|
20
|
-
- `pnpm kb plugins list` — installed plugins
|
|
17
|
+
- `kb --help` — list all platform commands
|
|
18
|
+
- `kb-dev status` — service status
|
|
19
|
+
- `kb plugins list` — installed plugins
|
|
21
20
|
- `kb-create update` — update the platform
|
|
22
21
|
- `kb-create doctor` — verify the installation
|
|
23
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kb-labs/devkit",
|
|
3
3
|
"description": "Shared developer toolkit for KB Labs projects: TS/ESLint/Prettier/Vitest/Tsup presets and reusable GitHub Actions.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.94.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"exports": {
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"typescript": "^5.9.2",
|
|
129
129
|
"typescript-eslint": "^8.44.0",
|
|
130
130
|
"vitest": "^3.2.4",
|
|
131
|
-
"@kb-labs/devkit": "2.
|
|
131
|
+
"@kb-labs/devkit": "2.94.0"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|
|
134
134
|
"node": ">=20.0.0",
|