koishi-plugin-bilibili-notify 3.2.11-alpha.7 → 3.2.11-alpha.8

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.11-alpha.7",
4
+ "version": "3.2.11-alpha.8",
5
5
  "main": "./lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@akokko/blive-message-listener": "^0.5.1",
32
32
  "@node-rs/jieba": "^2.0.1",
33
- "@satorijs/element": "^3.1.8",
33
+ "@oxc-project/runtime": "^0.76.0",
34
34
  "axios": "^1.10.0",
35
35
  "axios-cookiejar-support": "^6.0.2",
36
36
  "cacheable-lookup": "^7.0.0",
package/readme.md CHANGED
@@ -317,6 +317,7 @@ uid为必填参数,为要推送的UP主的UID,index为可选参数,为要
317
317
  > - ver 3.2.11-alpha.5 测试版本
318
318
  > - ver 3.2.11-alpha.6 测试版本
319
319
  > - ver 3.2.11-alpha.7 测试版本
320
+ > - ver 3.2.11-alpha.8 测试版本
320
321
 
321
322
  ## 交流群
322
323