Commit 001fc21f authored by nanahira's avatar nanahira

yeah the rename thing

parent a1ad3565
This diff is collapsed.
......@@ -50,9 +50,9 @@
"dependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
"cosmotype-decorators": "^2.0.5",
"koishi-decorators": "^2.0.1",
"lodash": "^4.17.21",
"minato-decorators": "^2.0.6",
"reflect-metadata": "^0.1.13",
"schemastery-gen": "^3.1.13",
"typed-reflector": "^1.0.10"
......@@ -75,7 +75,7 @@
"testEnvironment": "node"
},
"peerDependencies": {
"koishi": "^4.6.2",
"koishi": "^4.7.0",
"schemastery": "^3.1.0"
}
}
import { ModelDecorators } from 'cosmotype-decorators';
import { ModelDecorators } from 'minato-decorators';
import { Tables } from 'koishi';
export * from 'cosmotype-decorators';
const decorators = new ModelDecorators<Tables>();
export const DefineModel = decorators.DefineModel;
......
......@@ -14,7 +14,7 @@ import {
SystemInjectFun,
} from './def';
import { TopLevelAction } from 'koishi-decorators';
import { ModelClassType, ModelRegistrar } from 'cosmotype-decorators';
import { ModelClassType, ModelRegistrar } from 'minato-decorators';
import { ClassType } from 'schemastery-gen';
// Export all koishi-decorator decorators
......
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