@zooid/core 0.8.0 → 0.9.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": "@zooid/core",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "zooid core: SessionRunner, Chunker, hooks, config parsing, and the Runtime/Adapter/Transport interfaces.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "dotenv-expand": "^13.0.0",
28
28
  "yaml": "^2.5.0",
29
- "@zooid/acp-client": "^0.8.0"
29
+ "@zooid/acp-client": "^0.9.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.0.0",
@@ -1,7 +1,7 @@
1
1
  # Local-dev workforce for `zooid dev`. Run from this directory:
2
2
  # pnpm zooid dev
3
3
  #
4
- # Boots Tuwunel + the daemon + the @zooid/zoon-web UI in one foreground
4
+ # Boots Tuwunel + the daemon + the @zooid/web UI in one foreground
5
5
  # process, registers an `admin:admin` Matrix user, and joins the agents to
6
6
  # their #welcome / per-agent rooms.
7
7
  #