Commit d270576f authored by nanahira's avatar nanahira

fix types path

parent 4fe24394
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.3.1", "koishi": "^4.3.1",
"koishi-plugin-pics": "^8.3.4" "koishi-plugin-pics": "^8.3.5"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
...@@ -5187,9 +5187,9 @@ ...@@ -5187,9 +5187,9 @@
} }
}, },
"node_modules/koishi-plugin-pics": { "node_modules/koishi-plugin-pics": {
"version": "8.3.4", "version": "8.3.5",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.4.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.5.tgz",
"integrity": "sha512-wuULdd+cBjv42T9GHkY5/ei1YZTn3Fe3cyt2uRqh7HT4wwGX865S7tuWO8CSuWNlEDuA/jwwR13gHfAhHqfVyA==", "integrity": "sha512-oAiTL1mO6KH89Aa57cZO+3hv495E5KntGCBzUWeLM5ZJlg9tGe+Nan/3hvKfY92Vn2DSANXET+z8hfPqDKp2lA==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"koishi-thirdeye": "^8.3.3", "koishi-thirdeye": "^8.3.3",
...@@ -11629,9 +11629,9 @@ ...@@ -11629,9 +11629,9 @@
} }
}, },
"koishi-plugin-pics": { "koishi-plugin-pics": {
"version": "8.3.4", "version": "8.3.5",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.4.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.3.5.tgz",
"integrity": "sha512-wuULdd+cBjv42T9GHkY5/ei1YZTn3Fe3cyt2uRqh7HT4wwGX865S7tuWO8CSuWNlEDuA/jwwR13gHfAhHqfVyA==", "integrity": "sha512-oAiTL1mO6KH89Aa57cZO+3hv495E5KntGCBzUWeLM5ZJlg9tGe+Nan/3hvKfY92Vn2DSANXET+z8hfPqDKp2lA==",
"peer": true, "peer": true,
"requires": { "requires": {
"koishi-thirdeye": "^8.3.3", "koishi-thirdeye": "^8.3.3",
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"description": "基于 [nonebot_plugin_heisi](https://github.com/yzyyz1387/nonebot_plugin_heisi) 的 Koishi 图源插件。", "description": "基于 [nonebot_plugin_heisi](https://github.com/yzyyz1387/nonebot_plugin_heisi) 的 Koishi 图源插件。",
"version": "5.3.3", "version": "5.3.3",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/src/index.d.ts",
"scripts": { "scripts": {
"lint": "eslint --fix .", "lint": "eslint --fix .",
"build": "webpack", "build": "webpack",
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-picsource-heisi",
"peerDependencies": { "peerDependencies": {
"koishi": "^4.3.1", "koishi": "^4.3.1",
"koishi-plugin-pics": "^8.3.4" "koishi-plugin-pics": "^8.3.5"
}, },
"dependencies": { "dependencies": {
"koishi-thirdeye": "^8.3.3", "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