@cryptiklemur/lattice 1.44.0 → 1.44.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/client/src/router.tsx +0 -2
- package/package.json +1 -1
package/client/src/router.tsx
CHANGED
|
@@ -511,8 +511,6 @@ function IndexPage() {
|
|
|
511
511
|
content = <SettingsView />;
|
|
512
512
|
} else if (viewName === "project-settings") {
|
|
513
513
|
content = <ProjectSettingsView />;
|
|
514
|
-
} else if (hasWorkspaceTab) {
|
|
515
|
-
content = <WorkspaceView />;
|
|
516
514
|
} else if (viewName === "dashboard") {
|
|
517
515
|
content = <DashboardView />;
|
|
518
516
|
} else if (viewName === "project-dashboard") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptiklemur/lattice",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.1",
|
|
4
4
|
"description": "Multi-machine agentic dashboard for Claude Code. Monitor sessions, manage MCP servers and skills, orchestrate across mesh-networked nodes.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Aaron Scherer <me@aaronscherer.me>",
|