@kb-labs/shared 1.1.0 → 1.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/shared",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Shared utilities and contracts for KB Labs ecosystem",
5
5
  "type": "module",
6
6
  "author": {
@@ -82,7 +82,7 @@
82
82
  },
83
83
  "packageManager": "pnpm@9.11.0",
84
84
  "dependencies": {
85
- "@kb-labs/devkit": "^1.1.0",
85
+ "@kb-labs/devkit": "^1.2.0",
86
86
  "zod": "^4.1.5"
87
87
  }
88
88
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/shared-cli-ui",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Shared CLI UI utilities for KB Labs projects - colors, formatting, progress indicators",
6
6
  "main": "./dist/index.cjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/shared-command-kit",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Command Kit for KB Labs CLI - utilities and high-level API for building commands",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/shared-http",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Shared Fastify/OpenAPI utilities for KB Labs HTTP services",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/perm-presets",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Composable permission presets for KB Labs plugins",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/shared-testing",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Test utilities for KB Labs plugin development — mock builders, platform setup, test context",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/shared-tool-kit",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Tool factory and mock utilities for KB Labs agent tool development",
6
6
  "main": "./dist/index.js",