koishi-plugin-bilibili-notify 3.2.1-alpha.8 → 3.2.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 CHANGED
@@ -1,12 +1,19 @@
1
1
  {
2
2
  "name": "koishi-plugin-bilibili-notify",
3
3
  "description": "Koishi bilibili notify plugin",
4
- "version": "3.2.1-alpha.8",
4
+ "version": "3.2.1",
5
5
  "contributors": [
6
6
  "Akokko <admin@akokko.com>"
7
7
  ],
8
8
  "main": "lib/index.js",
9
9
  "typings": "lib/index.d.ts",
10
+ "scripts": {
11
+ "build": "yakumo build",
12
+ "clean": "yakumo clean",
13
+ "bump": "yakumo version",
14
+ "dep": "yakumo upgrade",
15
+ "pub": "yakumo publish"
16
+ },
10
17
  "files": [
11
18
  "lib",
12
19
  "dist"
@@ -28,23 +35,41 @@
28
35
  },
29
36
  "dependencies": {
30
37
  "@akokko/blive-message-listener": "^0.5.1",
31
- "axios": "^1.9.0",
32
- "axios-cookiejar-support": "^6.0.2",
38
+ "axios": "^1.7.9",
39
+ "axios-cookiejar-support": "^5.0.5",
33
40
  "cron": "^4.3.0",
34
- "jsdom": "^26.1.0",
35
- "luxon": "^3.6.1",
41
+ "jsdom": "^24.1.3",
42
+ "luxon": "^3.5.0",
36
43
  "md5": "^2.3.0",
37
44
  "qrcode": "^1.5.4",
38
- "tough-cookie": "^5.1.2"
45
+ "tough-cookie": "^4.1.4"
39
46
  },
40
47
  "devDependencies": {
41
48
  "@biomejs/biome": "1.9.4",
42
- "@types/luxon": "^3.6.2",
49
+ "@koishijs/cache": "^2.1.0",
50
+ "@koishijs/client": "^5.30.7",
51
+ "@koishijs/plugin-help": "^2.4.5",
52
+ "@koishijs/plugin-hmr": "^1.2.9",
53
+ "@koishijs/plugin-notifier": "^1.2.1",
54
+ "@koishijs/scripts": "^4.6.1",
55
+ "@types/luxon": "^3.4.2",
43
56
  "@types/md5": "^2.3.5",
44
57
  "@types/qrcode": "^1.5.5",
45
58
  "@types/tough-cookie": "^4.0.5",
46
- "globals": "^16.2.0",
47
- "koishi-plugin-puppeteer": "^3.9.0"
59
+ "esbuild": "^0.25.5",
60
+ "esbuild-register": "^3.6.0",
61
+ "globals": "^15.14.0",
62
+ "koishi": "^4.18.8",
63
+ "koishi-plugin-puppeteer": "^3.9.0",
64
+ "tsx": "^4.19.4",
65
+ "typescript": "^5.8.3",
66
+ "yakumo": "^1.0.0",
67
+ "yakumo-esbuild": "^1.0.0",
68
+ "yakumo-tsc": "^1.0.0",
69
+ "yml-register": "^1.2.5"
70
+ },
71
+ "engines": {
72
+ "node": ">= 18.0.0"
48
73
  },
49
74
  "koishi": {
50
75
  "service": {
package/readme.md CHANGED
@@ -261,10 +261,11 @@ uid为必填参数,为要推送的UP主的UID,index为可选参数,为要
261
261
  - ver 3.2.1-alpha.2 调整:将项目构建产物调整回 `cjs` 、将依赖 `cacheable-lookup` 导入方式更改为动态导入;
262
262
  - ver 3.2.1-alpha.3 修复:直播检测 `WS` 初始化后自动断开连接;
263
263
  - ver 3.2.1-alpha.4 优化:直播监听初始化没有提示;
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`
266
- - ver 3.2.1-alpha.7 修复:依赖 `tough-cookie` `axios` 回退版本;
267
- - ver 3.2.1-alpha.8 调整:将项目构建产物调整为 `esm`; 优化:所有依赖更新;
264
+ - ver 3.2.1-alpha.4 - ver 3.2.1-alpha.8 `deprecate`
265
+ - ver 3.2.1-alpha.9 修复:`bugs`
266
+ - ver 3.2.1-alpha.10 修复:临时切换依赖 `blive-message-listener` `@akokko/blive-message-listener` 以解决直播检测模式 `WS` 掉线问题、第一次使用插件报错 `TypeError: Cannot set properties of undefined (setting 'dynamic_group_id')`;
267
+ - ver 3.2.1-alpha.11 WARNING:测试版本;
268
+ - ver 3.2.1 优化:移除不必要成员变量、创建自动上传npm `github actions`,添加相关开发依赖;
268
269
 
269
270
  ## 交流群
270
271