Commit c027f366 authored by nanahira's avatar nanahira

fix export

parent 85884281
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^6.0.0", "koishi-thirdeye": "^6.0.0",
"schemastery-gen": "^2.3.1",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -31,7 +32,7 @@ ...@@ -31,7 +32,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-rc.0", "koishi": "^4.0.0-rc.0",
"koishi-plugin-pics": "^5.1.1" "koishi-plugin-pics": "^6.0.0"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
}, },
"dependencies": { "dependencies": {
"koishi-thirdeye": "^6.0.0", "koishi-thirdeye": "^6.0.0",
"schemastery-gen": "^2.3.1",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
......
import 'source-map-support/register'; import 'source-map-support/register';
import { DefineSchema, RegisterSchema } from 'koishi-thirdeye'; import { DefineSchema, RegisterSchema } from 'schemastery-gen';
import PicsourceHeisi from './index'; import PicsourceHeisi from './index';
import { PicSourceConfig } from 'koishi-plugin-pics'; import { PicSourceConfig } from 'koishi-plugin-pics';
......
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