@yaegassy/coc-marksman 0.2.2 → 0.2.3
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.
- package/lib/index.js +1 -1
- package/package.json +9 -9
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-
|
|
3102
|
+
var marksmanBinVersion = "2022-12-19";
|
|
3103
3103
|
|
|
3104
3104
|
// src/constant.ts
|
|
3105
3105
|
var MARKSMAN_BIN_VERSION = marksmanBinVersion;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaegassy/coc-marksman",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"marksmanBinVersion": "2022-
|
|
3
|
+
"version": "0.2.3",
|
|
4
|
+
"marksmanBinVersion": "2022-12-19",
|
|
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": "^
|
|
47
|
+
"@types/node": "^18.11.17",
|
|
48
48
|
"@types/node-fetch": "^2.5.8",
|
|
49
49
|
"@types/which": "^2.0.1",
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
51
|
-
"@typescript-eslint/parser": "^5.
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
51
|
+
"@typescript-eslint/parser": "^5.46.1",
|
|
52
52
|
"coc.nvim": "^0.0.82",
|
|
53
|
-
"esbuild": "^0.
|
|
54
|
-
"eslint": "^8.
|
|
53
|
+
"esbuild": "^0.16.9",
|
|
54
|
+
"eslint": "^8.30.0",
|
|
55
55
|
"eslint-config-prettier": "^8.5.0",
|
|
56
56
|
"eslint-plugin-prettier": "^4.2.1",
|
|
57
|
-
"prettier": "^2.8.
|
|
57
|
+
"prettier": "^2.8.1",
|
|
58
58
|
"rimraf": "^3.0.2",
|
|
59
|
-
"typescript": "^4.9.
|
|
59
|
+
"typescript": "^4.9.4"
|
|
60
60
|
},
|
|
61
61
|
"activationEvents": [
|
|
62
62
|
"onLanguage:markdown",
|