koishi-plugin-ll-mc 1.0.4 → 1.0.6
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,7 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
{
|
|
2
2
|
"name": "koishi-plugin-ll-mc",
|
|
3
3
|
"description": "消息统计插件(克隆自 message-counter),支持排除指定群聊",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
"koishi-plugin-puppeteer": "^3.9.0",
|
|
43
43
|
"typescript": "^5.4.0"
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|