@moxxy/plugin-channel-web 0.28.0 → 0.28.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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/plugin-channel-web",
3
- "version": "0.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "Web surface channel for moxxy: serves a browser app that renders agent-authored view-spec UIs over a WebSocket, and routes form/button actions back into the session as new turns.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -45,8 +45,8 @@
45
45
  "dependencies": {
46
46
  "ws": "^8.18.0",
47
47
  "zod": "^3.24.0",
48
- "@moxxy/plugin-tunnel-proxy": "0.28.0",
49
- "@moxxy/sdk": "0.28.0"
48
+ "@moxxy/sdk": "0.28.1",
49
+ "@moxxy/plugin-tunnel-proxy": "0.28.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/node": "^22.10.0",
@@ -58,9 +58,9 @@
58
58
  "react-dom": "^18.3.0",
59
59
  "typescript": "^5.7.3",
60
60
  "vitest": "^2.1.8",
61
- "@moxxy/core": "0.28.0",
62
61
  "@moxxy/tsconfig": "0.0.0",
63
- "@moxxy/vitest-preset": "0.0.0"
62
+ "@moxxy/vitest-preset": "0.0.0",
63
+ "@moxxy/core": "0.28.1"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "tsc -p tsconfig.json && node scripts/build-web.mjs",