coc-pyright 1.1.380 → 1.1.383
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/lib/index.js +6845 -4674
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coc-pyright",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.383",
|
|
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",
|
|
@@ -40,13 +40,14 @@
|
|
|
40
40
|
"@types/minimatch": "^5.1.2",
|
|
41
41
|
"@types/node": "16",
|
|
42
42
|
"@types/which": "^3.0.4",
|
|
43
|
-
"@zzzen/pyright-internal": "^1.2.0-dev.
|
|
43
|
+
"@zzzen/pyright-internal": "^1.2.0-dev.20240929",
|
|
44
44
|
"coc.nvim": "^0.0.83-next.18",
|
|
45
45
|
"diff-match-patch": "^1.0.5",
|
|
46
|
-
"esbuild": "^0.
|
|
46
|
+
"esbuild": "^0.24.0",
|
|
47
47
|
"get-port": "^7.1.0",
|
|
48
48
|
"iconv-lite": "^0.6.3",
|
|
49
49
|
"md5": "^2.3.0",
|
|
50
|
+
"minimatch": "^10.0.1",
|
|
50
51
|
"named-js-regexp": "^1.3.5",
|
|
51
52
|
"rxjs": "^7.8.1",
|
|
52
53
|
"tree-kill": "^1.2.2",
|
|
@@ -2228,6 +2229,6 @@
|
|
|
2228
2229
|
]
|
|
2229
2230
|
},
|
|
2230
2231
|
"dependencies": {
|
|
2231
|
-
"pyright": "^1.1.
|
|
2232
|
+
"pyright": "^1.1.383"
|
|
2232
2233
|
}
|
|
2233
2234
|
}
|