@thinkwell/conductor 0.3.0-alpha.1 → 0.3.0-alpha.3

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkwell/conductor",
3
- "version": "0.3.0-alpha.1",
3
+ "version": "0.3.0-alpha.3",
4
4
  "description": "TypeScript conductor for ACP proxy chains - orchestrates message routing between clients, proxies, and agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "author": "David Herman",
26
26
  "license": "MIT",
27
27
  "dependencies": {
28
- "@thinkwell/protocol": "0.3.0-alpha.1"
28
+ "@thinkwell/protocol": "0.3.0-alpha.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^24.10.4",