@hydranium/client-theia 1.0.0-next.7 → 1.0.0-next.9
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hydranium/client-theia",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.9",
|
|
4
4
|
"description": "Cross-head Theia client primitives shared by the hydranium protocol heads. Provides the socket-forwarding connection-handler base that the data-server and GLSP Theia integrations subclass, plus the preference-driven Output-channel logger; carries no head-specific dependency.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hydranium",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"watch": "tsc -b -w --preserveWatchOutput"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@hydranium/protocol": "1.0.0-next.
|
|
73
|
+
"@hydranium/protocol": "1.0.0-next.9",
|
|
74
74
|
"@theia/core": "^1.71.0",
|
|
75
75
|
"@theia/output": "^1.71.0",
|
|
76
76
|
"@types/node": "^22.0.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"typescript": "^5.8.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@hydranium/protocol": "1.0.0-next.
|
|
83
|
+
"@hydranium/protocol": "1.0.0-next.9",
|
|
84
84
|
"@theia/core": "^1.71.0",
|
|
85
85
|
"@theia/output": "^1.71.0",
|
|
86
86
|
"inversify": "^6.0.0"
|