@moxxy/plugin-terminal 0.27.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/plugin-terminal",
3
- "version": "0.27.0",
3
+ "version": "0.28.1",
4
4
  "description": "A shared terminal surface for moxxy: an embedded PTY the user and the agent drive together (the `terminal` tool runs commands; the desktop renders the live session).",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@moxxy/sdk": "0.27.0"
45
+ "@moxxy/sdk": "0.28.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "node-pty": "^1.0.0"
@@ -56,8 +56,8 @@
56
56
  "@types/node": "^22.10.0",
57
57
  "typescript": "^5.7.3",
58
58
  "vitest": "^2.1.8",
59
- "@moxxy/vitest-preset": "0.0.0",
60
- "@moxxy/tsconfig": "0.0.0"
59
+ "@moxxy/tsconfig": "0.0.0",
60
+ "@moxxy/vitest-preset": "0.0.0"
61
61
  },
62
62
  "optionalDependencies": {
63
63
  "node-pty": "^1.0.0"