coc-git 2.7.0 → 2.7.1

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 (3) hide show
  1. package/Readme.md +3 -1
  2. package/lib/index.js +4730 -4714
  3. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-git",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",
@@ -470,16 +470,15 @@
470
470
  "@chemzqm/tsconfig": "^0.0.3",
471
471
  "@types/colors": "^1.2.1",
472
472
  "@types/debounce": "^1.2.0",
473
- "@types/node": "^12.12.0",
473
+ "@types/node": "^16.18",
474
474
  "@types/uuid": "^7.0.1",
475
475
  "@types/which": "^1.3.2",
476
- "coc.nvim": "^0.0.83-next.14",
476
+ "coc.nvim": "^0.0.83-next.19",
477
477
  "colors": "^1.4.0",
478
478
  "debounce": "^1.2.0",
479
- "esbuild": "^0.8.29",
479
+ "esbuild": "^0.25.0",
480
480
  "iconv-lite": "^0.6.2",
481
- "rimraf": "^3.0.2",
482
- "semver": "^7.3.5",
481
+ "semver": "^7.7.1",
483
482
  "timeago.js": "^4.0.2",
484
483
  "typescript": "^4.5.4",
485
484
  "uuid": "^7.0.1",