coc-pyright 1.1.325 → 1.1.331

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 +64947 -61050
  2. package/package.json +5 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-pyright",
3
- "version": "1.1.325",
3
+ "version": "1.1.331",
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",
@@ -29,7 +29,6 @@
29
29
  ],
30
30
  "scripts": {
31
31
  "schema": "node diff.mjs",
32
- "clean": "rimraf lib",
33
32
  "lint": "eslint src --ext ts",
34
33
  "build": "node esbuild.mjs",
35
34
  "prepare": "node esbuild.mjs"
@@ -38,13 +37,13 @@
38
37
  "@types/diff-match-patch": "^1.0.32",
39
38
  "@types/md5": "^2.2.0",
40
39
  "@types/minimatch": "^5.1.2",
41
- "@types/node": "20",
40
+ "@types/node": "16",
42
41
  "@types/semver": "^7.3.9",
43
42
  "@types/which": "^3.0.0",
44
43
  "@typescript-eslint/eslint-plugin": "^6.4.1",
45
44
  "@typescript-eslint/parser": "^6.4.1",
46
- "@zzzen/pyright-internal": "^1.2.0-dev.20230827",
47
- "coc.nvim": "^0.0.83-next.17",
45
+ "@zzzen/pyright-internal": "^1.2.0-dev.20231008",
46
+ "coc.nvim": "^0.0.83-next.18",
48
47
  "diff-match-patch": "^1.0.5",
49
48
  "esbuild": "^0.19.2",
50
49
  "eslint": "^8.4.1",
@@ -52,7 +51,6 @@
52
51
  "iconv-lite": "^0.6.2",
53
52
  "md5": "^2.3.0",
54
53
  "named-js-regexp": "^1.3.5",
55
- "rimraf": "^5.0.0",
56
54
  "rxjs": "^7.4.0",
57
55
  "rxjs-compat": "^6.6.7",
58
56
  "semver": "^7.3.2",
@@ -1586,6 +1584,6 @@
1586
1584
  ]
1587
1585
  },
1588
1586
  "dependencies": {
1589
- "pyright": "^1.1.325"
1587
+ "pyright": "^1.1.331"
1590
1588
  }
1591
1589
  }