coc-pyright 1.1.383 → 1.1.385

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.
Files changed (2) hide show
  1. package/lib/index.js +945 -636
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-pyright",
3
- "version": "1.1.383",
3
+ "version": "1.1.385",
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",
@@ -40,7 +40,7 @@
40
40
  "@types/minimatch": "^5.1.2",
41
41
  "@types/node": "16",
42
42
  "@types/which": "^3.0.4",
43
- "@zzzen/pyright-internal": "^1.2.0-dev.20240929",
43
+ "@zzzen/pyright-internal": "^1.2.0-dev.20241020",
44
44
  "coc.nvim": "^0.0.83-next.18",
45
45
  "diff-match-patch": "^1.0.5",
46
46
  "esbuild": "^0.24.0",
@@ -2229,6 +2229,6 @@
2229
2229
  ]
2230
2230
  },
2231
2231
  "dependencies": {
2232
- "pyright": "^1.1.383"
2232
+ "pyright": "^1.1.385"
2233
2233
  }
2234
2234
  }