@dylanrussell/agent-router 1.0.4 → 1.0.5

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/dist/cli.js CHANGED
@@ -16551,7 +16551,7 @@ async function exportStack(paths, name, toFile) {
16551
16551
  }
16552
16552
 
16553
16553
  // src/version.ts
16554
- var VERSION = "1.0.4";
16554
+ var VERSION = "1.0.5";
16555
16555
 
16556
16556
  // src/cli.ts
16557
16557
  var log = (...args) => console.log(...args);