koishi-plugin-starfx-bot 0.26.6 → 0.26.7

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/package.json +2 -2
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "contributors": [
5
5
  "StarFreedomX <starfreedomx@outlook.com>"
6
6
  ],
7
- "version": "0.26.6",
7
+ "version": "0.26.7",
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
10
10
  "files": [
@@ -40,7 +40,7 @@
40
40
  "koishi": "^4.18.7"
41
41
  },
42
42
  "dependencies": {
43
- "axios": "^1.9.0",
43
+ "axios": "^1.15.0",
44
44
  "chart.js": "^4.5.1",
45
45
  "chartjs-adapter-dayjs-3": "^1.2.3",
46
46
  "cheerio": "^1.0.0",
package/readme.md CHANGED
@@ -127,3 +127,5 @@ StarFreedomX机器人的小功能,自用
127
127
  | `0.24.2` | 修复检测逻辑 |
128
128
  | `0.25.0` | 优化功能控制模块 |
129
129
  | `0.25.1` | 修正功能控制模块功能名相关bug |
130
+ | `0.26.6` | 修正roll扔骰子的判断错误 |
131
+ | `0.26.7` | 修复sharp库传回参数改为对象的错误 |