Commit c7a42e98 authored by nanahira's avatar nanahira

fix types path

parent 8cf52b74
......@@ -37,7 +37,7 @@
},
"peerDependencies": {
"koishi": "^4.3.1",
"koishi-plugin-pics": "^8.3.4"
"koishi-plugin-pics": "^8.3.5"
}
},
"node_modules/@ampproject/remapping": {
......@@ -5224,9 +5224,9 @@
}
},
"node_modules/koishi-plugin-pics": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.4.tgz",
"integrity": "sha512-wuULdd+cBjv42T9GHkY5/ei1YZTn3Fe3cyt2uRqh7HT4wwGX865S7tuWO8CSuWNlEDuA/jwwR13gHfAhHqfVyA==",
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.5.tgz",
"integrity": "sha512-oAiTL1mO6KH89Aa57cZO+3hv495E5KntGCBzUWeLM5ZJlg9tGe+Nan/3hvKfY92Vn2DSANXET+z8hfPqDKp2lA==",
"peer": true,
"dependencies": {
"koishi-thirdeye": "^8.3.3",
......@@ -11654,9 +11654,9 @@
}
},
"koishi-plugin-pics": {
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.4.tgz",
"integrity": "sha512-wuULdd+cBjv42T9GHkY5/ei1YZTn3Fe3cyt2uRqh7HT4wwGX865S7tuWO8CSuWNlEDuA/jwwR13gHfAhHqfVyA==",
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.5.tgz",
"integrity": "sha512-oAiTL1mO6KH89Aa57cZO+3hv495E5KntGCBzUWeLM5ZJlg9tGe+Nan/3hvKfY92Vn2DSANXET+z8hfPqDKp2lA==",
"peer": true,
"requires": {
"koishi-thirdeye": "^8.3.3",
......
......@@ -3,7 +3,7 @@
"description": "Koishi 的 [Yande](https://yande.re) 和 [Konachan](https://konachan.com) 图源插件。",
"version": "1.1.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "dist/src/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"build": "webpack && env PACK_ALL=1 webpack",
......@@ -29,7 +29,7 @@
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-yande",
"peerDependencies": {
"koishi": "^4.3.1",
"koishi-plugin-pics": "^8.3.4"
"koishi-plugin-pics": "^8.3.5"
},
"dependencies": {
"koishi-thirdeye": "^8.3.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment