@kb-labs/studio-event-bus 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 +2 -2
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/studio-event-bus
2
+
3
+ Pub/sub event bus for KB Labs Studio. Enables cross-plugin-page messaging and coordination within the Studio shell.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kb-labs/studio-event-bus",
3
- "version": "2.20.0",
3
+ "version": "2.23.0",
4
4
  "description": "Studio EventBus — pub/sub communication between plugin pages",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "tsup": "^8.5.0",
26
26
  "typescript": "^5.6.3",
27
27
  "vitest": "^3.2.4",
28
- "@kb-labs/devkit": "2.20.0"
28
+ "@kb-labs/devkit": "2.23.0"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=20.0.0",