switchroom 0.15.27 → 0.15.28
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
|
@@ -50494,8 +50494,8 @@ var {
|
|
|
50494
50494
|
} = import__.default;
|
|
50495
50495
|
|
|
50496
50496
|
// src/build-info.ts
|
|
50497
|
-
var VERSION = "0.15.
|
|
50498
|
-
var COMMIT_SHA = "
|
|
50497
|
+
var VERSION = "0.15.28";
|
|
50498
|
+
var COMMIT_SHA = "e76c8bde";
|
|
50499
50499
|
|
|
50500
50500
|
// src/cli/agent.ts
|
|
50501
50501
|
init_source();
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/cli/ui/index.html
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>Switchroom Fleet</title>
|
|
7
|
+
<link rel="icon" href="/favicon.ico" sizes="any">
|
|
8
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
|
|
9
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
7
10
|
<style>
|
|
8
11
|
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
|
9
12
|
|
package/package.json
CHANGED
|
@@ -54441,10 +54441,10 @@ function readTurnActiveMarkerAgeMs(stateDir, now) {
|
|
|
54441
54441
|
}
|
|
54442
54442
|
|
|
54443
54443
|
// ../src/build-info.ts
|
|
54444
|
-
var VERSION = "0.15.
|
|
54445
|
-
var COMMIT_SHA = "
|
|
54446
|
-
var COMMIT_DATE = "2026-06-
|
|
54447
|
-
var LATEST_PR =
|
|
54444
|
+
var VERSION = "0.15.28";
|
|
54445
|
+
var COMMIT_SHA = "e76c8bde";
|
|
54446
|
+
var COMMIT_DATE = "2026-06-15T07:12:17Z";
|
|
54447
|
+
var LATEST_PR = 2374;
|
|
54448
54448
|
var COMMITS_AHEAD_OF_TAG = 0;
|
|
54449
54449
|
|
|
54450
54450
|
// gateway/boot-version.ts
|