coc-pyright 1.1.342 → 1.1.345
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 +3 -3
- package/justfile +0 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coc-pyright",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.345",
|
|
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": "^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.20240107",
|
|
45
45
|
"coc.nvim": "^0.0.83-next.18",
|
|
46
46
|
"diff-match-patch": "^1.0.5",
|
|
47
47
|
"esbuild": "^0.19.8",
|
|
@@ -1950,6 +1950,6 @@
|
|
|
1950
1950
|
]
|
|
1951
1951
|
},
|
|
1952
1952
|
"dependencies": {
|
|
1953
|
-
"pyright": "^1.1.
|
|
1953
|
+
"pyright": "^1.1.345"
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|