add @alkdev/pubsub dependency (was documented in architecture but missing from package.json)

This commit is contained in:
2026-05-18 16:11:20 +00:00
parent 0d5b9d5ea8
commit 8cd4091afc
2 changed files with 19 additions and 0 deletions

View File

@@ -133,6 +133,7 @@
],
"license": "MIT OR Apache-2.0",
"dependencies": {
"@alkdev/pubsub": "^0.1.0",
"@alkdev/typebox": "^0.34.49",
"@preact/signals-core": "^1.14.1"
},