@koishijs/plugin-database-mysql 4.6.0 → 5.0.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,5 +7,5 @@ MySQL implementation for Koishi.
7
7
 
8
8
  ## Usage
9
9
 
10
- - [Using Database with Koishi](https://koishi.js.org/guide/using-database.html)
11
- - [Full API Reference](https://koishi.js.org/api/database.html)
10
+ - [Using Database with Koishi](https://koishi.chat/guide/using-database.html)
11
+ - [Full API Reference](https://koishi.chat/api/database.html)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@koishijs/plugin-database-mysql",
3
3
  "description": "MySQL support for Koishi",
4
- "version": "4.6.0",
4
+ "version": "5.0.1",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -20,7 +20,7 @@
20
20
  "bugs": {
21
21
  "url": "https://github.com/koishijs/koishi/issues"
22
22
  },
23
- "homepage": "https://koishi.js.org/plugins/database/mysql.html",
23
+ "homepage": "https://koishi.chat/plugins/database/mysql.html",
24
24
  "keywords": [
25
25
  "bot",
26
26
  "chatbot",
@@ -41,9 +41,9 @@
41
41
  }
42
42
  },
43
43
  "peerDependencies": {
44
- "koishi": "^4.8.7"
44
+ "koishi": "^4.10.2"
45
45
  },
46
46
  "dependencies": {
47
- "@minatojs/driver-mysql": "^1.3.0"
47
+ "@minatojs/driver-mysql": "^2.0.1"
48
48
  }
49
49
  }