@bhsd/codemirror-mediawiki 2.27.0 → 2.27.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.
- package/dist/main.min.js +15 -15
- package/dist/mw.min.js +20 -20
- package/dist/wiki.min.js +20 -20
- package/i18n/en.json +1 -2
- package/i18n/zh-hans.json +1 -2
- package/i18n/zh-hant.json +1 -2
- package/package.json +3 -3
package/i18n/en.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.27.
|
|
2
|
+
"version": "2.27.1",
|
|
3
3
|
"lang": "en",
|
|
4
|
-
"i18n-failed": "Failed to fetch the translation file in $1.",
|
|
5
4
|
"title": "CodeMirror Addons",
|
|
6
5
|
"label": "Please select the addons you wish to load",
|
|
7
6
|
"feedback": "Bug reports or suggestions are welcome at <a href=\"https://github.com/bhsd-harry/$1/issues\" target=\"_blank\">GitHub</a> .",
|
package/i18n/zh-hans.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.27.
|
|
2
|
+
"version": "2.27.1",
|
|
3
3
|
"lang": "zh-hans",
|
|
4
|
-
"i18n-failed": "获取 $1 的语言文件失败。",
|
|
5
4
|
"title": "CodeMirror插件",
|
|
6
5
|
"label": "请选择您希望加载的插件",
|
|
7
6
|
"feedback": "欢迎将错误报告或是改进建议提交到 <a href=\"https://github.com/bhsd-harry/$1/issues\" target=\"_blank\">GitHub</a> !",
|
package/i18n/zh-hant.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.27.
|
|
2
|
+
"version": "2.27.1",
|
|
3
3
|
"lang": "zh-hant",
|
|
4
|
-
"i18n-failed": "取得 $1 的語言檔案失敗。",
|
|
5
4
|
"title": "CodeMirror外掛程式",
|
|
6
5
|
"label": "請選擇您希望載入的外掛程式",
|
|
7
6
|
"feedback": "歡迎將錯誤報告或是改進建議提交到 <a href=\"https://github.com/bhsd-harry/$1/issues\" target=\"_blank\">GitHub</a> !",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bhsd/codemirror-mediawiki",
|
|
3
|
-
"version": "2.27.
|
|
3
|
+
"version": "2.27.1",
|
|
4
4
|
"description": "Modified CodeMirror mode based on wikimedia/mediawiki-extensions-CodeMirror",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mediawiki",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"test:real": "node test/dist/test/real.js"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@bhsd/common": "^0.
|
|
50
|
+
"@bhsd/common": "^0.13.0",
|
|
51
51
|
"@codemirror/lint": "^6.8.5",
|
|
52
52
|
"@codemirror/state": "^6.5.2",
|
|
53
53
|
"@codemirror/view": "^6.36.8",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"eslint-plugin-regexp": "^2.7.0",
|
|
86
86
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
87
87
|
"http-server": "^14.1.1",
|
|
88
|
-
"luacheck-browserify": "^0.5.
|
|
88
|
+
"luacheck-browserify": "^0.5.2",
|
|
89
89
|
"mocha": "^11.1.0",
|
|
90
90
|
"monaco-editor": "^0.52.2",
|
|
91
91
|
"stylelint": "^16.20.0",
|