@mrclrchtr/supi-lsp 2.0.4 → 2.0.5
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/node_modules/@mrclrchtr/supi-code-runtime/node_modules/@mrclrchtr/supi-core/package.json +1 -1
- package/node_modules/@mrclrchtr/supi-code-runtime/package.json +2 -2
- package/node_modules/@mrclrchtr/supi-core/package.json +1 -1
- package/node_modules/vscode-jsonrpc/lib/node/main.js +1 -1
- package/node_modules/vscode-jsonrpc/package.json +1 -1
- package/node_modules/vscode-languageserver-protocol/package.json +2 -2
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrclrchtr/supi-code-runtime",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "SuPi code-runtime — shared workspace context, capability contracts, and canonical types for the code-understanding stack",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"!__tests__"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@mrclrchtr/supi-core": "2.0.
|
|
32
|
+
"@mrclrchtr/supi-core": "2.0.5"
|
|
33
33
|
},
|
|
34
34
|
"bundledDependencies": [
|
|
35
35
|
"@mrclrchtr/supi-core"
|
|
@@ -191,7 +191,7 @@ exports.StreamMessageWriter = StreamMessageWriter;
|
|
|
191
191
|
const XDG_RUNTIME_DIR = process.env['XDG_RUNTIME_DIR'];
|
|
192
192
|
const safeIpcPathLengths = new Map([
|
|
193
193
|
['linux', 107],
|
|
194
|
-
['darwin',
|
|
194
|
+
['darwin', 102]
|
|
195
195
|
]);
|
|
196
196
|
function generateRandomPipeName() {
|
|
197
197
|
if (process.platform === 'win32') {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vscode-languageserver-protocol",
|
|
3
3
|
"description": "VSCode Language Server Protocol implementation",
|
|
4
|
-
"version": "3.18.
|
|
4
|
+
"version": "3.18.2",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"vscode-jsonrpc": "9.0.
|
|
30
|
+
"vscode-jsonrpc": "9.0.1",
|
|
31
31
|
"vscode-languageserver-types": "3.18.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrclrchtr/supi-lsp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "SuPi LSP extension — Language Server Protocol integration for pi",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"vscode-jsonrpc": "^9.0.0",
|
|
39
39
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
40
40
|
"vscode-languageserver-types": "^3.17.5",
|
|
41
|
-
"@mrclrchtr/supi-
|
|
42
|
-
"@mrclrchtr/supi-
|
|
41
|
+
"@mrclrchtr/supi-core": "2.0.5",
|
|
42
|
+
"@mrclrchtr/supi-code-runtime": "2.0.5"
|
|
43
43
|
},
|
|
44
44
|
"bundledDependencies": [
|
|
45
45
|
"@mrclrchtr/supi-code-runtime",
|