Skip to content

Commit

Permalink
chore!: bump version (3.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Fish committed Sep 24, 2024
1 parent 46b7cfe commit ac59295
Show file tree
Hide file tree
Showing 5 changed files with 2,141 additions and 1,701 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ plugins:
- 需要数据库支持 `koishi-database-*`
- 截图功能需要 `koishi-plugin-puppeteer`

> [!WARNING]
>
> `3.0.0` 版本开始,仅支持 ESM 模块导入,不再支持 CommonJS 导入

---

Copyright 2021 Dragon-Fish
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "koishi-plugin-mediawiki",
"version": "2.2.0",
"version": "3.0.0",
"description": "MediaWiki for koishijs",
"author": "Dragon-Fish <[email protected]>",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand All @@ -16,24 +17,24 @@
"watch": "tsc --watch"
},
"dependencies": {
"tslib": "^2.6.2",
"wiki-saikou": "^3.3.1"
"tslib": "^2.7.0",
"wiki-saikou": "^3.4.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.1.3",
"koishi": "^4.16.8",
"koishi-plugin-puppeteer": "^3.7.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"@types/node": "^22.6.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"koishi": "^4.18.0",
"koishi-plugin-puppeteer": "^3.9.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"peerDependencies": {
"koishi": "^4.16.8",
"koishi-plugin-puppeteer": "^3.7.3"
"koishi": "^4.18.0",
"koishi-plugin-puppeteer": "^3.9.0"
},
"repository": "https://github.com/koishijs/koishi-plugin-mediawiki",
"keywords": [
Expand Down
Loading

0 comments on commit ac59295

Please sign in to comment.