@bakapiano/ccsm 0.19.0 → 0.19.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bakapiano/ccsm",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"description": "Claude Code Session Manager — Windows web UI to manage many concurrent claude sessions: live list, snapshot/restore, focus existing window, new session in an isolated workspace with repo clones",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "server.js",
|
|
@@ -352,7 +352,7 @@ export function Sidebar() {
|
|
|
352
352
|
title="About"
|
|
353
353
|
onClick=${() => selectTab('about')}>
|
|
354
354
|
<span class="brand-mark"><${BrandMark} /></span>
|
|
355
|
-
<span class="brand-name">CCSM
|
|
355
|
+
<span class="brand-name">CCSM</span>
|
|
356
356
|
</button>
|
|
357
357
|
</div>
|
|
358
358
|
|