@mauricode/token-derby 2.11.0 → 2.12.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
@@ -713,8 +713,8 @@ var HEARTBEAT_RETRY_DELAYS_MS = [1e3, 2e3, 4e3, 8e3, 15e3];
713
713
  // src/version.ts
714
714
  import { createRequire } from "module";
715
715
  function readVersion() {
716
- if ("2.11.0".length > 0) {
717
- return "2.11.0";
716
+ if ("2.12.0".length > 0) {
717
+ return "2.12.0";
718
718
  }
719
719
  try {
720
720
  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.11.0",
3
+ "version": "2.12.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": {