@tutti-os/workspace-terminal 0.0.83 → 0.0.85

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@ The package owns host-agnostic terminal semantics. Hosts own concrete process
7
7
  launching, daemon clients, VM routing, Electron bridges, product copy, and
8
8
  durable terminal storage.
9
9
 
10
- See `docs/architecture/workspace-terminal.md` for the migration plan and
10
+ See `docs/architecture/workspace-terminal.md` for the current architecture and
11
11
  package boundary.
12
12
 
13
13
  ## Internal Layering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workspace-terminal",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -37,10 +37,10 @@
37
37
  "directory": "packages/workspace/terminal"
38
38
  },
39
39
  "dependencies": {
40
- "@tutti-os/ui-i18n-runtime": "0.0.83",
41
- "@tutti-os/ui-react-hooks": "0.0.83",
42
- "@tutti-os/ui-system": "0.0.83",
43
- "@tutti-os/workbench-surface": "0.0.83",
40
+ "@tutti-os/ui-i18n-runtime": "0.0.85",
41
+ "@tutti-os/ui-react-hooks": "0.0.85",
42
+ "@tutti-os/ui-system": "0.0.85",
43
+ "@tutti-os/workbench-surface": "0.0.85",
44
44
  "@xterm/addon-fit": "^0.11.0",
45
45
  "@xterm/addon-search": "^0.16.0",
46
46
  "@xterm/addon-serialize": "^0.14.0",