coc-pyright 1.1.355 → 1.1.362
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 +114514 -92
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coc-pyright",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.362",
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/which": "^3.0.3",
|
|
42
42
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
43
43
|
"@typescript-eslint/parser": "^7.1.0",
|
|
44
|
-
"@zzzen/pyright-internal": "^1.2.0-dev.
|
|
44
|
+
"@zzzen/pyright-internal": "^1.2.0-dev.20240505",
|
|
45
45
|
"coc.nvim": "^0.0.83-next.18",
|
|
46
46
|
"diff-match-patch": "^1.0.5",
|
|
47
47
|
"esbuild": "^0.20.0",
|
|
@@ -2230,6 +2230,6 @@
|
|
|
2230
2230
|
]
|
|
2231
2231
|
},
|
|
2232
2232
|
"dependencies": {
|
|
2233
|
-
"pyright": "^1.1.
|
|
2233
|
+
"pyright": "^1.1.362"
|
|
2234
2234
|
}
|
|
2235
2235
|
}
|