coc-pyright 1.1.377 → 1.1.380

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 +2579 -2367
  2. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-pyright",
3
- "version": "1.1.377",
3
+ "version": "1.1.380",
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,17 +40,17 @@
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.20240825",
43
+ "@zzzen/pyright-internal": "^1.2.0-dev.20240908",
44
44
  "coc.nvim": "^0.0.83-next.18",
45
45
  "diff-match-patch": "^1.0.5",
46
- "esbuild": "^0.23.0",
46
+ "esbuild": "^0.23.1",
47
47
  "get-port": "^7.1.0",
48
48
  "iconv-lite": "^0.6.3",
49
49
  "md5": "^2.3.0",
50
50
  "named-js-regexp": "^1.3.5",
51
51
  "rxjs": "^7.8.1",
52
52
  "tree-kill": "^1.2.2",
53
- "typescript": "^5.5.4",
53
+ "typescript": "^5.6.2",
54
54
  "which": "^4.0.0"
55
55
  },
56
56
  "prettier": {
@@ -2228,6 +2228,6 @@
2228
2228
  ]
2229
2229
  },
2230
2230
  "dependencies": {
2231
- "pyright": "^1.1.377"
2231
+ "pyright": "^1.1.380"
2232
2232
  }
2233
2233
  }