Upgrade sharkitek core and remove useless import in auto retriever file.
This commit is contained in:
parent
ec964195fd
commit
e7050a2fc0
@ -17,7 +17,7 @@
|
||||
"lib/**/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@sharkitek/core": "^1.0.1",
|
||||
"@sharkitek/core": "^1.0.2",
|
||||
"reflect-metadata": "^0.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,4 +1,3 @@
|
||||
import {ConstructorOf, Model} from "@sharkitek/core";
|
||||
|
||||
/**
|
||||
* Auto retriever interface.
|
||||
|
Reference in New Issue
Block a user