@yaegassy/coc-marksman 0.2.1 → 0.2.2

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 +2 -3
  2. package/package.json +10 -10
package/lib/index.js CHANGED
@@ -3099,7 +3099,7 @@ var import_stream2 = __toESM(require("stream"));
3099
3099
  var import_util = require("util");
3100
3100
 
3101
3101
  // package.json
3102
- var marksmanBinVersion = "2022-10-30";
3102
+ var marksmanBinVersion = "2022-11-25";
3103
3103
 
3104
3104
  // src/constant.ts
3105
3105
  var MARKSMAN_BIN_VERSION = marksmanBinVersion;
@@ -3116,8 +3116,7 @@ var releaseBaseUrl = "https://github.com/artempyanykh/marksman/releases/download
3116
3116
  var statusNotificationType = new import_coc.NotificationType("marksman/status");
3117
3117
  var ExperimentalFeatures = class {
3118
3118
  fillClientCapabilities(capabilities) {
3119
- var _a;
3120
- const experimental = (_a = capabilities.experimental) != null ? _a : {};
3119
+ const experimental = capabilities.experimental ?? {};
3121
3120
  experimental.codeLensShowReferences = true;
3122
3121
  experimental.followLinks = true;
3123
3122
  experimental.statusNotification = true;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yaegassy/coc-marksman",
3
- "version": "0.2.1",
4
- "marksmanBinVersion": "2022-10-30",
3
+ "version": "0.2.2",
4
+ "marksmanBinVersion": "2022-11-25",
5
5
  "description": "Marksman (Markdown LSP server) extension for coc.nvim",
6
6
  "author": "yaegassy <yosstools@gmail.com>",
7
7
  "license": "MIT",
@@ -44,19 +44,19 @@
44
44
  "semi": true
45
45
  },
46
46
  "devDependencies": {
47
- "@types/node": "^16.11.65",
47
+ "@types/node": "^16.18.3",
48
48
  "@types/node-fetch": "^2.5.8",
49
49
  "@types/which": "^2.0.1",
50
- "@typescript-eslint/eslint-plugin": "^5.40.0",
51
- "@typescript-eslint/parser": "^5.40.0",
52
- "coc.nvim": "^0.0.81",
53
- "esbuild": "^0.15.10",
54
- "eslint": "^8.25.0",
50
+ "@typescript-eslint/eslint-plugin": "^5.44.0",
51
+ "@typescript-eslint/parser": "^5.44.0",
52
+ "coc.nvim": "^0.0.82",
53
+ "esbuild": "^0.15.16",
54
+ "eslint": "^8.28.0",
55
55
  "eslint-config-prettier": "^8.5.0",
56
56
  "eslint-plugin-prettier": "^4.2.1",
57
- "prettier": "^2.7.1",
57
+ "prettier": "^2.8.0",
58
58
  "rimraf": "^3.0.2",
59
- "typescript": "^4.8.4"
59
+ "typescript": "^4.9.3"
60
60
  },
61
61
  "activationEvents": [
62
62
  "onLanguage:markdown",