@mariozechner/pi-web-ui 0.12.13 → 0.12.15

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Reusable web UI components for building AI chat interfaces powered by [@mariozechner/pi-ai](../ai).
4
4
 
5
- Built with [mini-lit](https://github.com/mariozechner/mini-lit) web components and Tailwind CSS v4.
5
+ Built with [mini-lit](https://github.com/badlogic/mini-lit) web components and Tailwind CSS v4.
6
6
 
7
7
  ## Features
8
8
 
package/example/README.md CHANGED
@@ -58,4 +58,4 @@ example/
58
58
 
59
59
  - [Pi Web UI Documentation](../README.md)
60
60
  - [Pi AI Documentation](../../ai/README.md)
61
- - [Mini Lit Documentation](https://github.com/mariozechner/mini-lit)
61
+ - [Mini Lit Documentation](https://github.com/badlogic/mini-lit)
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-web-ui-example",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/pi-web-ui",
3
- "version": "0.12.13",
3
+ "version": "0.12.15",
4
4
  "description": "Reusable web UI components for AI chat interfaces powered by @mariozechner/pi-ai",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lmstudio/sdk": "^1.5.0",
21
- "@mariozechner/pi-ai": "^0.12.13",
22
- "@mariozechner/pi-tui": "^0.12.13",
21
+ "@mariozechner/pi-ai": "^0.12.15",
22
+ "@mariozechner/pi-tui": "^0.12.15",
23
23
  "docx-preview": "^0.3.7",
24
24
  "jszip": "^3.10.1",
25
25
  "lucide": "^0.544.0",