yz-yuki-plugin 2.0.5-3 → 2.0.5-4

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/README.md +1 -1
  2. package/package.json +8 -6
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  ### ***(一)YunzaiJS***
17
17
  > 选择其中一种方式安装插件:
18
18
 
19
- 1. npm包安装到`yunzaijs/node_modules`的方式,仅Yunzai-Next支持:
19
+ 1. npm包安装到`yunzaijs/node_modules`的方式,仅YunzaiJS支持:
20
20
  ```
21
21
  yarn add yz-yuki-plugin -W
22
22
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yz-yuki-plugin",
3
- "version": "2.0.5-3",
3
+ "version": "2.0.5-4",
4
4
  "description": "优纪插件,yunzaijs 关于 微博推送、B站推送 等功能的拓展插件",
5
5
  "author": "snowtafir",
6
6
  "type": "module",
@@ -30,8 +30,8 @@
30
30
  "chokidar": "^3.6.0",
31
31
  "debug": "^4.3.6",
32
32
  "jsdom": "^24.1.1",
33
- "jsxp": "^1.0.4",
34
33
  "json5": "^2.2.3",
34
+ "jsxp": "^1.0.4",
35
35
  "lodash": "^4.17.21",
36
36
  "md5": "^2.3.0",
37
37
  "moment": "^2.30.1",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/chalk": "2.2.0",
49
- "@types/lodash": "^4.17.7",
50
49
  "@types/jsdom": "^21.1.7",
50
+ "@types/lodash": "^4.17.7",
51
51
  "@types/md5": "^2.3.5",
52
52
  "@types/node": "^22.2.0",
53
53
  "@types/node-fetch": "^2.6.11",
@@ -55,23 +55,25 @@
55
55
  "@types/react": "^18.3.3",
56
56
  "@types/react-dom": "^18.3.0",
57
57
  "@types/yaml": "1.9.7",
58
+ "autoprefixer": "^10.4.20",
58
59
  "axios": "^1.7.7",
59
60
  "chokidar": "^3.6.0",
60
61
  "husky": "^9.1.6",
61
62
  "jsdom": "^24.1.1",
62
- "jsxp": "^1.0.4",
63
63
  "json5": "^2.2.3",
64
+ "jsxp": "^1.0.4",
64
65
  "lodash": "^4.17.21",
65
- "lvyjs": "^0.0.3",
66
+ "lvyjs": "^0.1.0",
66
67
  "md5": "^2.3.0",
67
68
  "node-fetch": "^3.3.2",
69
+ "postcss": "^8.4.47",
68
70
  "prettier": "^3.3.3",
69
71
  "puppeteer": "^23.5.3",
70
72
  "qrcode": "^1.5.4",
71
73
  "react": "^18.3.1",
72
74
  "react-dom": "^18.3.1",
73
75
  "redis": "^4.7.0",
74
- "tailwindcss": "^3.4.9",
76
+ "tailwindcss": "^3.4.14",
75
77
  "ts-node": "^10.9.2",
76
78
  "tsx": "^4.19.0",
77
79
  "typescript": "^5.5.4",