coc-pyright 1.1.243 → 1.1.250
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coc-pyright",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.250",
|
|
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",
|
|
@@ -1403,6 +1403,6 @@
|
|
|
1403
1403
|
]
|
|
1404
1404
|
},
|
|
1405
1405
|
"dependencies": {
|
|
1406
|
-
"pyright": "^1.1.
|
|
1406
|
+
"pyright": "^1.1.250"
|
|
1407
1407
|
}
|
|
1408
1408
|
}
|