@koishijs/plugin-database-mysql 4.5.2 → 5.0.0
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/README.md +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.
|
|
11
|
-
- [Full API Reference](https://koishi.
|
|
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
|
+
"version": "5.0.0",
|
|
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.
|
|
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.
|
|
44
|
+
"koishi": "^4.10.2"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@minatojs/driver-mysql": "^
|
|
47
|
+
"@minatojs/driver-mysql": "^2.0.0"
|
|
48
48
|
}
|
|
49
49
|
}
|