@cryptiklemur/lattice 1.30.0 → 1.30.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.
@@ -74,6 +74,7 @@ export var PairingDialog = memo(function PairingDialog(props: PairingDialogProps
74
74
  if (msg.type === "mesh:paired") {
75
75
  setPairStatus("paired");
76
76
  setPairError(null);
77
+ setTimeout(function () { props.onClose(); }, 3000);
77
78
  }
78
79
  }
79
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptiklemur/lattice",
3
- "version": "1.30.0",
3
+ "version": "1.30.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>",