switchroom 0.14.88 → 0.14.89
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/switchroom.js
CHANGED
|
@@ -49815,8 +49815,8 @@ var {
|
|
|
49815
49815
|
} = import__.default;
|
|
49816
49816
|
|
|
49817
49817
|
// src/build-info.ts
|
|
49818
|
-
var VERSION = "0.14.
|
|
49819
|
-
var COMMIT_SHA = "
|
|
49818
|
+
var VERSION = "0.14.89";
|
|
49819
|
+
var COMMIT_SHA = "125cbcc5";
|
|
49820
49820
|
|
|
49821
49821
|
// src/cli/agent.ts
|
|
49822
49822
|
init_source();
|
package/package.json
CHANGED
|
@@ -52889,11 +52889,11 @@ function sweepStaleTurnActiveMarker(stateDir, opts) {
|
|
|
52889
52889
|
}
|
|
52890
52890
|
|
|
52891
52891
|
// ../src/build-info.ts
|
|
52892
|
-
var VERSION = "0.14.
|
|
52893
|
-
var COMMIT_SHA = "
|
|
52894
|
-
var COMMIT_DATE = "2026-06-
|
|
52895
|
-
var LATEST_PR =
|
|
52896
|
-
var COMMITS_AHEAD_OF_TAG =
|
|
52892
|
+
var VERSION = "0.14.89";
|
|
52893
|
+
var COMMIT_SHA = "125cbcc5";
|
|
52894
|
+
var COMMIT_DATE = "2026-06-08T07:42:50+10:00";
|
|
52895
|
+
var LATEST_PR = null;
|
|
52896
|
+
var COMMITS_AHEAD_OF_TAG = 2;
|
|
52897
52897
|
|
|
52898
52898
|
// gateway/boot-version.ts
|
|
52899
52899
|
function formatRelativeAgo(iso) {
|