@tutti-os/workspace-terminal 0.0.82 → 0.0.84
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/README.md +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "0.0.84",
|
|
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.
|
|
41
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
42
|
-
"@tutti-os/ui-system": "0.0.
|
|
43
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
40
|
+
"@tutti-os/ui-i18n-runtime": "0.0.84",
|
|
41
|
+
"@tutti-os/ui-react-hooks": "0.0.84",
|
|
42
|
+
"@tutti-os/ui-system": "0.0.84",
|
|
43
|
+
"@tutti-os/workbench-surface": "0.0.84",
|
|
44
44
|
"@xterm/addon-fit": "^0.11.0",
|
|
45
45
|
"@xterm/addon-search": "^0.16.0",
|
|
46
46
|
"@xterm/addon-serialize": "^0.14.0",
|