@draht/web-ui 2026.3.6 → 2026.3.11-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +7 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [2026.3.11] - 2026-03-11
4
+
5
+ ### Fixed
6
+
7
+ - add missing dependencies for CI build
8
+ - add missing @draht/agent-core, @sinclair/typebox, and highlight.js dependencies
9
+
3
10
  ## [2026.3.5] - 2026-03-05
4
11
 
5
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@draht/web-ui",
3
- "version": "2026.3.6",
3
+ "version": "2026.3.11-1",
4
4
  "description": "Reusable web UI components for AI chat interfaces powered by @draht/ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,8 +18,11 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lmstudio/sdk": "^1.5.0",
21
- "@draht/ai": "2026.3.6",
22
- "@draht/tui": "2026.3.6",
21
+ "@sinclair/typebox": "^0.34.41",
22
+ "@draht/agent-core": "2026.3.11-1",
23
+ "@draht/ai": "2026.3.11-1",
24
+ "@draht/tui": "2026.3.11-1",
25
+ "highlight.js": "^11.11.1",
23
26
  "docx-preview": "^0.3.7",
24
27
  "jszip": "^3.10.1",
25
28
  "lucide": "^0.544.0",
@@ -35,6 +38,7 @@
35
38
  "@mariozechner/mini-lit": "^0.2.0",
36
39
  "@tailwindcss/cli": "^4.0.0-beta.14",
37
40
  "concurrently": "^9.2.1",
41
+ "tailwindcss": "^4.2.1",
38
42
  "typescript": "^5.7.3"
39
43
  },
40
44
  "keywords": [