coc-pyright 1.1.394 → 1.1.398
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 +2 -2
- package/lib/index.js +1372 -1106
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coc-pyright",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.398",
|
|
4
4
|
"description": "Pyright extension for coc.nvim, static type checker for Python",
|
|
5
5
|
"author": "Heyward Fann <fannheyward@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@types/minimatch": "^5.1.2",
|
|
37
37
|
"@types/node": "16",
|
|
38
38
|
"@types/which": "^3.0.4",
|
|
39
|
-
"@zzzen/pyright-internal": "^1.2.0-dev.
|
|
39
|
+
"@zzzen/pyright-internal": "^1.2.0-dev.20250223",
|
|
40
40
|
"coc.nvim": "^0.0.83-next.18",
|
|
41
41
|
"diff-match-patch": "^1.0.5",
|
|
42
|
-
"esbuild": "^0.
|
|
42
|
+
"esbuild": "^0.25.0",
|
|
43
43
|
"get-port": "^7.1.0",
|
|
44
44
|
"iconv-lite": "^0.6.3",
|
|
45
45
|
"md5": "^2.3.0",
|
|
@@ -1310,6 +1310,6 @@
|
|
|
1310
1310
|
]
|
|
1311
1311
|
},
|
|
1312
1312
|
"dependencies": {
|
|
1313
|
-
"pyright": "^1.1.
|
|
1313
|
+
"pyright": "^1.1.395"
|
|
1314
1314
|
}
|
|
1315
1315
|
}
|