lattice-talk 0.1.6 → 0.1.7
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tui/main.js +19 -2
- package/dist/tui/main.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21086,7 +21086,7 @@ init_esm_shims();
|
|
|
21086
21086
|
// package.json
|
|
21087
21087
|
var package_default = {
|
|
21088
21088
|
name: "lattice-talk",
|
|
21089
|
-
version: "0.1.
|
|
21089
|
+
version: "0.1.7",
|
|
21090
21090
|
description: "Lattice \u2014 Cross-Harness MCP Session Bus. Shared sessions, DMs, rooms, memory, and OpenTelemetry for agents across Claude Code, Cursor, Codex, and custom harnesses.",
|
|
21091
21091
|
type: "module",
|
|
21092
21092
|
main: "./dist/index.js",
|