Commit 0bb3d7ee authored by nanahira's avatar nanahira

migrate to rc1

parent df858e2f
This diff is collapsed.
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
}, },
"homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-shadowban", "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-shadowban",
"peerDependencies": { "peerDependencies": {
"koishi": "^4.0.0-rc.0" "koishi": "^4.0.0-rc.1"
}, },
"dependencies": { "dependencies": {
"koishi-thirdeye": "^6.0.2", "koishi-thirdeye": "^7.0.2",
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.0.0-rc.0", "koishi": "^4.0.0-rc.1",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
......
...@@ -14,12 +14,6 @@ import { ...@@ -14,12 +14,6 @@ import {
} from 'koishi-thirdeye'; } from 'koishi-thirdeye';
export * from './config'; export * from './config';
declare module 'koishi' {
interface Modules {
shadowban: typeof import('.');
}
}
interface ShadowbanResult { interface ShadowbanResult {
profile: Profile; profile: Profile;
tests: Tests; tests: Tests;
......
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