koishi-plugin-bilibili-notify 3.2.1-alpha.5 → 3.2.1-alpha.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-bilibili-notify",
3
3
  "description": "Koishi bilibili notify plugin",
4
- "version": "3.2.1-alpha.5",
4
+ "version": "3.2.1-alpha.6",
5
5
  "contributors": [
6
6
  "Akokko <admin@akokko.com>"
7
7
  ],
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@akokko/blive-message-listener": "^0.5.1",
31
31
  "axios": "^1.9.0",
32
- "axios-cookiejar-support": "^6.0.2",
32
+ "axios-cookiejar-support": "^5.0.5",
33
33
  "cacheable-lookup": "^7.0.0",
34
34
  "cron": "^4.3.0",
35
35
  "jsdom": "^26.1.0",
package/readme.md CHANGED
@@ -262,6 +262,7 @@ uid为必填参数,为要推送的UP主的UID,index为可选参数,为要
262
262
  - ver 3.2.1-alpha.3 修复:直播检测 `WS` 初始化后自动断开连接;
263
263
  - ver 3.2.1-alpha.4 优化:直播监听初始化没有提示;
264
264
  - ver 3.2.1-alpha.5 修复:临时更换依赖 `blive-message-listener` 为 `@akokko/blive-message-listener` 以解决直播检测 `WS` 模式连接中断的问题;
265
+ - ver 3.2.1-alpha.6 修复:依赖 `axios-cookiejar-support@6.0.2` 为纯ESM依赖,运行报错 Error [ERR_REQUIRE_ESM]: require() of ES Module `xxx` not supported,降级回 `axios-cookiejar-support@5.0.5`
265
266
 
266
267
  ## 交流群
267
268