coc-pyright 1.1.331 → 1.1.332

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 +18923 -18148
  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.331",
3
+ "version": "1.1.332",
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",
@@ -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.20231008",
45
+ "@zzzen/pyright-internal": "^1.2.0-dev.20231015",
46
46
  "coc.nvim": "^0.0.83-next.18",
47
47
  "diff-match-patch": "^1.0.5",
48
48
  "esbuild": "^0.19.2",
@@ -1584,6 +1584,6 @@
1584
1584
  ]
1585
1585
  },
1586
1586
  "dependencies": {
1587
- "pyright": "^1.1.331"
1587
+ "pyright": "^1.1.332"
1588
1588
  }
1589
1589
  }