Commit acf9411d authored by nanahira's avatar nanahira

thirdeye and plugin Selection thing

parent 1fa69141
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"version": "3.0.0", "version": "3.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"koishi-thirdeye": "^6.0.0", "koishi-thirdeye": "^6.0.2",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -2595,9 +2595,9 @@ ...@@ -2595,9 +2595,9 @@
} }
}, },
"node_modules/koishi-thirdeye": { "node_modules/koishi-thirdeye": {
"version": "6.0.0", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-6.0.0.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-6.0.2.tgz",
"integrity": "sha512-TLYuy+x6yFp004iBWRA4MongD19qqqWNlkABEst3mj2Xq26YkLMIkAS4P14hk1HHUf8wkI+AoCwrVqhhaUwjCg==", "integrity": "sha512-KOkK3eq+PTdrQjJ7/TBsz30dP+IQQsTmNU6OxIEL0nisFqEinlUPfva7XUUPa5PnljLOzUlmUYPnSjMcijWd0w==",
"dependencies": { "dependencies": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
...@@ -6158,9 +6158,9 @@ ...@@ -6158,9 +6158,9 @@
} }
}, },
"koishi-thirdeye": { "koishi-thirdeye": {
"version": "6.0.0", "version": "6.0.2",
"resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-6.0.0.tgz", "resolved": "https://registry.npmjs.org/koishi-thirdeye/-/koishi-thirdeye-6.0.2.tgz",
"integrity": "sha512-TLYuy+x6yFp004iBWRA4MongD19qqqWNlkABEst3mj2Xq26YkLMIkAS4P14hk1HHUf8wkI+AoCwrVqhhaUwjCg==", "integrity": "sha512-KOkK3eq+PTdrQjJ7/TBsz30dP+IQQsTmNU6OxIEL0nisFqEinlUPfva7XUUPa5PnljLOzUlmUYPnSjMcijWd0w==",
"requires": { "requires": {
"@types/koa": "^2.13.4", "@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11", "@types/koa__router": "^8.0.11",
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"koishi": "^4.0.0-rc.0" "koishi": "^4.0.0-rc.0"
}, },
"dependencies": { "dependencies": {
"koishi-thirdeye": "^6.0.0", "koishi-thirdeye": "^6.0.2",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
......
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