Skip to content

Commit d54038b

Browse files
committed
fix(package.json): culori
1 parent e720c0e commit d54038b

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- markdownlint-disable first-line-h1 -->
2-
## v1.46.0
2+
## v1.46.1
33

44
*2026-07-14*
55

lib/lsp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ export class LanguageService implements LanguageServiceBase {
15811581
* 提供文档高亮
15821582
* @param text source Wikitext / 源代码
15831583
* @param position position / 位置
1584-
* @since v1.46.0
1584+
* @since v1.46.1
15851585
*/
15861586
async provideDocumentHighlights(text: string, position: Position): Promise<DocumentHighlight[] | undefined> {
15871587
const root = await this.#queue(text),

package-lock.json

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wikiparser-node",
3-
"version": "1.46.0",
3+
"version": "1.46.1",
44
"description": "A Node.js parser for MediaWiki markup with AST",
55
"keywords": [
66
"mediawiki",
@@ -130,6 +130,7 @@
130130
"@bhsd/common": "^4.0.0",
131131
"@bhsd/nodejs": "^1.2.1",
132132
"@bhsd/stylelint-util": "^1.1.0",
133+
"culori": "^4.0.2",
133134
"entities": "^8.0.0",
134135
"vscode-languageserver-types": "^3.18.0"
135136
},
@@ -144,7 +145,6 @@
144145
"ajv-errors": "^3.0.0",
145146
"c8": "^11.0.0",
146147
"codejar-async": "^4.3.1",
147-
"culori": "^4.0.2",
148148
"diff2html-cli": "^5.2.15",
149149
"dompurify": "^3.4.12",
150150
"esbuild": "^0.28.1",

0 commit comments

Comments
 (0)