switchroom 0.19.11 → 0.19.12

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.
@@ -2120,7 +2120,7 @@ var init_esm = __esm(() => {
2120
2120
  });
2121
2121
 
2122
2122
  // src/build-info.ts
2123
- var VERSION = "0.19.11", COMMIT_SHA = "cd60a0c0";
2123
+ var VERSION = "0.19.12", COMMIT_SHA = "c2de527a";
2124
2124
 
2125
2125
  // src/cli/resolve-version.ts
2126
2126
  import { existsSync, readFileSync } from "node:fs";
@@ -26664,7 +26664,7 @@ import { existsSync as existsSync9, readFileSync as readFileSync7 } from "node:f
26664
26664
  import { dirname as dirname5, join as join7 } from "node:path";
26665
26665
 
26666
26666
  // src/build-info.ts
26667
- var VERSION = "0.19.11";
26667
+ var VERSION = "0.19.12";
26668
26668
 
26669
26669
  // src/cli/resolve-version.ts
26670
26670
  function readPackageVersion() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "switchroom",
3
3
  "//version": "NOT the release version — source of truth is the git tag, resolved by scripts/build.mjs:resolveVersion() (see CLAUDE.md > Standard release process). This field is stale by design and only the Layer-4 dev/non-tag fallback for build.mjs + src/cli/resolve-version.ts; do NOT bump it expecting a release to pick it up. npm-pack tarball naming needs a real version — do that as an UNCOMMITTED pack-time bump (see release step 6), never a committed one.",
4
- "version": "0.19.11",
4
+ "version": "0.19.12",
5
5
  "description": "Run Claude Code 24/7 on your Claude Pro/Max subscription over Telegram. Open-source alternative to OpenClaw and NanoClaw — no API keys.",
6
6
  "type": "module",
7
7
  "bin": {
@@ -93614,10 +93614,10 @@ function startGatewayHeartbeat(stateDir, intervalMs = GATEWAY_HEARTBEAT_INTERVAL
93614
93614
  }
93615
93615
 
93616
93616
  // ../src/build-info.ts
93617
- var VERSION = "0.19.11";
93618
- var COMMIT_SHA = "cd60a0c0";
93619
- var COMMIT_DATE = "2026-07-21T21:06:25Z";
93620
- var LATEST_PR = 3497;
93617
+ var VERSION = "0.19.12";
93618
+ var COMMIT_SHA = "c2de527a";
93619
+ var COMMIT_DATE = "2026-07-21T22:14:51Z";
93620
+ var LATEST_PR = 3499;
93621
93621
  var COMMITS_AHEAD_OF_TAG = 0;
93622
93622
 
93623
93623
  // gateway/boot-version.ts