coc-pyright 1.1.335 → 1.1.336
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 +6428 -6431
- 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.336",
|
|
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",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/fannheyward/coc-pyright.git"
|
|
18
|
+
"url": "git+https://github.com/fannheyward/coc-pyright.git"
|
|
19
19
|
},
|
|
20
20
|
"activationEvents": [
|
|
21
21
|
"onLanguage:python",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/which": "^3.0.0",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
44
44
|
"@typescript-eslint/parser": "^6.4.1",
|
|
45
|
-
"@zzzen/pyright-internal": "^1.2.0-dev.
|
|
45
|
+
"@zzzen/pyright-internal": "^1.2.0-dev.20231112",
|
|
46
46
|
"coc.nvim": "^0.0.83-next.18",
|
|
47
47
|
"diff-match-patch": "^1.0.5",
|
|
48
48
|
"esbuild": "^0.19.2",
|
|
@@ -1947,6 +1947,6 @@
|
|
|
1947
1947
|
]
|
|
1948
1948
|
},
|
|
1949
1949
|
"dependencies": {
|
|
1950
|
-
"pyright": "^1.1.
|
|
1950
|
+
"pyright": "^1.1.336"
|
|
1951
1951
|
}
|
|
1952
1952
|
}
|