@hydranium/glsp-client-theia 1.0.0-next.72 → 1.0.0-next.75
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hydranium/glsp-client-theia",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.75",
|
|
4
4
|
"description": "Theia-coupled client primitives for GLSP heads built on @hydranium/glsp-server. Provides the action dispatcher, channel logger, and connection-handler bases that Theia-based adopters extend; companion of @hydranium/glsp-server.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hydranium",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@eclipse-glsp/client": "2.7.0",
|
|
80
80
|
"@eclipse-glsp/theia-integration": "2.7.0",
|
|
81
|
-
"@hydranium/client-theia": "1.0.0-next.
|
|
82
|
-
"@hydranium/protocol": "1.0.0-next.
|
|
81
|
+
"@hydranium/client-theia": "1.0.0-next.75",
|
|
82
|
+
"@hydranium/protocol": "1.0.0-next.75",
|
|
83
83
|
"@theia/core": "^1.70.0",
|
|
84
84
|
"@theia/output": "^1.70.0",
|
|
85
85
|
"@theia/process": "^1.70.0",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"peerDependencies": {
|
|
94
94
|
"@eclipse-glsp/client": "^2.6.0",
|
|
95
95
|
"@eclipse-glsp/theia-integration": "^2.6.0",
|
|
96
|
-
"@hydranium/client-theia": "1.0.0-next.
|
|
97
|
-
"@hydranium/protocol": "1.0.0-next.
|
|
96
|
+
"@hydranium/client-theia": "1.0.0-next.75",
|
|
97
|
+
"@hydranium/protocol": "1.0.0-next.75",
|
|
98
98
|
"@theia/core": "^1.70.0",
|
|
99
99
|
"@theia/output": "^1.70.0",
|
|
100
100
|
"@theia/process": "^1.70.0",
|