chore(release): v1.202605.10

This commit is contained in:
Federico Jaramillo Martinez
2026-05-19 13:45:18 +02:00
parent ebe5639399
commit 492a6e141c
6 changed files with 11 additions and 18 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Build bundled Pi Web plugins from TypeScript during development and release packaging while shipping browser-loadable JavaScript modules.
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Update static file serving and WebSocket dependencies to patched releases, removing controlled dependency warnings and npm audit findings.
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Show active session and terminal activity on project and workspace rows so background work is visible from navigation.
+8
View File
@@ -1,5 +1,13 @@
# @jmfederico/pi-web # @jmfederico/pi-web
## 1.202605.10
### Patch Changes
- fb9e524: Build bundled Pi Web plugins from TypeScript during development and release packaging while shipping browser-loadable JavaScript modules.
- b637add: Update static file serving and WebSocket dependencies to patched releases, removing controlled dependency warnings and npm audit findings.
- ebe5639: Show active session and terminal activity on project and workspace rows so background work is visible from navigation.
## 1.202605.9 ## 1.202605.9
### Patch Changes ### Patch Changes
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.9", "version": "1.202605.10",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.9", "version": "1.202605.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@codemirror/lang-css": "^6.3.1", "@codemirror/lang-css": "^6.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@jmfederico/pi-web", "name": "@jmfederico/pi-web",
"version": "1.202605.9", "version": "1.202605.10",
"description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.",
"license": "MIT", "license": "MIT",
"author": "Federico Jaramillo Martinez", "author": "Federico Jaramillo Martinez",