koishi-plugin-temporaryban 1.1.0 → 1.1.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-temporaryban",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Koishi 违禁词检测与禁言插件,支持本地词库与在线API检测,违规邮件通知。",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"typescript": "^5.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@types/nodemailer": "^
|
|
35
|
-
"nodemailer": "^8.0.
|
|
34
|
+
"@types/nodemailer": "^8.0.0",
|
|
35
|
+
"nodemailer": "^8.0.7"
|
|
36
36
|
},
|
|
37
37
|
"koishi": {
|
|
38
38
|
"description": {
|