coc-pyright 1.1.348 → 1.1.351
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 +65 -65
- 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.351",
|
|
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,10 +41,10 @@
|
|
|
41
41
|
"@types/which": "^3.0.3",
|
|
42
42
|
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
43
43
|
"@typescript-eslint/parser": "^6.13.2",
|
|
44
|
-
"@zzzen/pyright-internal": "^1.2.0-dev.
|
|
44
|
+
"@zzzen/pyright-internal": "^1.2.0-dev.20240218",
|
|
45
45
|
"coc.nvim": "^0.0.83-next.18",
|
|
46
46
|
"diff-match-patch": "^1.0.5",
|
|
47
|
-
"esbuild": "^0.
|
|
47
|
+
"esbuild": "^0.20.0",
|
|
48
48
|
"eslint": "^8.55.0",
|
|
49
49
|
"get-port": "^6.1.2",
|
|
50
50
|
"iconv-lite": "^0.6.3",
|
|
@@ -2214,6 +2214,6 @@
|
|
|
2214
2214
|
]
|
|
2215
2215
|
},
|
|
2216
2216
|
"dependencies": {
|
|
2217
|
-
"pyright": "^1.1.
|
|
2217
|
+
"pyright": "^1.1.351"
|
|
2218
2218
|
}
|
|
2219
2219
|
}
|