@wahaha216/koishi-plugin-jmcomic 0.0.1 → 0.0.2

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 +4 -3
  2. package/readme.md +5 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wahaha216/koishi-plugin-jmcomic",
3
3
  "description": "下载JM本子,无需python。支持pdf、zip加密。",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
@@ -23,7 +23,9 @@
23
23
  "plugin"
24
24
  ],
25
25
  "peerDependencies": {
26
- "koishi": "^4.18.0",
26
+ "koishi": "^4.18.0"
27
+ },
28
+ "dependencies": {
27
29
  "archiver": "^7.0.1",
28
30
  "archiver-zip-encrypted": "^2.0.0",
29
31
  "crypto": "^1.0.1",
@@ -32,7 +34,6 @@
32
34
  "sharp": "^0.33.5",
33
35
  "zip-lib": "^1.0.5"
34
36
  },
35
- "dependencies": {},
36
37
  "devDependencies": {
37
38
  "@types/archiver": "^6.0.3",
38
39
  "@types/sharp": "^0.31.1",
package/readme.md CHANGED
@@ -16,6 +16,11 @@ jm photo xxxxxx
16
16
 
17
17
  ## 更新日志
18
18
 
19
+ <details>
20
+ <summary>0.0.2</summary>
21
+ 依赖从peerDependencies移动到dependencies
22
+ </details>
23
+
19
24
  <details>
20
25
  <summary>0.0.1</summary>
21
26
  初版