@cryptiklemur/lattice 1.16.0 → 1.16.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.
@@ -37,8 +37,8 @@ jobs:
37
37
  - name: Install dependencies
38
38
  run: bun install --frozen-lockfile
39
39
 
40
- - name: Typecheck shared
41
- run: bunx tsc --noEmit -p shared/tsconfig.json
40
+ - name: Build shared types
41
+ run: bunx tsc -p shared/tsconfig.json
42
42
 
43
43
  - name: Typecheck server
44
44
  run: bunx tsc --noEmit -p server/tsconfig.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptiklemur/lattice",
3
- "version": "1.16.0",
3
+ "version": "1.16.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>",