@mauricode/token-derby 2.8.0 → 2.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.
Files changed (2) hide show
  1. package/dist/bin.js +2 -2
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -724,8 +724,8 @@ var HEARTBEAT_RETRY_DELAYS_MS = [1e3, 2e3, 4e3, 8e3, 15e3];
724
724
  // src/version.ts
725
725
  import { createRequire } from "module";
726
726
  function readVersion() {
727
- if ("2.8.0".length > 0) {
728
- return "2.8.0";
727
+ if ("2.9.0".length > 0) {
728
+ return "2.9.0";
729
729
  }
730
730
  try {
731
731
  const req = createRequire(import.meta.url);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mauricode/token-derby",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "Token Derby CLI — manage your stable, run horses in token races driven by Claude Code output.",
5
5
  "type": "module",
6
6
  "bin": {