@mariozechner/pi-web-ui 0.55.3 → 0.56.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.56.0] - 2026-03-04
4
+
5
+ ## [0.55.4] - 2026-03-02
6
+
3
7
  ## [0.55.3] - 2026-02-27
4
8
 
5
9
  ## [0.55.2] - 2026-02-27
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-web-ui-example",
3
- "version": "1.43.3",
3
+ "version": "1.44.0",
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  "build": "vite build",
9
9
  "preview": "vite preview",
10
10
  "check": "tsgo --noEmit",
11
- "clean": "rm -rf dist"
11
+ "clean": "shx rm -rf dist"
12
12
  },
13
13
  "dependencies": {
14
14
  "@mariozechner/mini-lit": "^0.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mariozechner/pi-web-ui",
3
- "version": "0.55.3",
3
+ "version": "0.56.0",
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",
@@ -10,7 +10,7 @@
10
10
  "./app.css": "./dist/app.css"
11
11
  },
12
12
  "scripts": {
13
- "clean": "rm -rf dist",
13
+ "clean": "shx rm -rf dist",
14
14
  "build": "tsgo -p tsconfig.build.json && tailwindcss -i ./src/app.css -o ./dist/app.css --minify",
15
15
  "dev": "concurrently --names \"build,example\" --prefix-colors \"cyan,green\" \"tsc -p tsconfig.build.json --watch --preserveWatchOutput\" \"tailwindcss -i ./src/app.css -o ./dist/app.css --watch\" \"npm run dev --prefix example\"",
16
16
  "dev:tsc": "concurrently --names \"build\" --prefix-colors \"cyan\" \"tsc -p tsconfig.build.json --watch --preserveWatchOutput\" \"tailwindcss -i ./src/app.css -o ./dist/app.css --watch\"",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@lmstudio/sdk": "^1.5.0",
21
- "@mariozechner/pi-ai": "^0.55.3",
22
- "@mariozechner/pi-tui": "^0.55.3",
21
+ "@mariozechner/pi-ai": "^0.56.0",
22
+ "@mariozechner/pi-tui": "^0.56.0",
23
23
  "docx-preview": "^0.3.7",
24
24
  "jszip": "^3.10.1",
25
25
  "lucide": "^0.544.0",