Upgrade sharkitek core and remove useless import in auto retriever file.

This commit is contained in:
Madeorsk 2022-08-04 01:17:37 +02:00
parent ec964195fd
commit e7050a2fc0
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@
"lib/**/*"
],
"dependencies": {
"@sharkitek/core": "^1.0.1",
"@sharkitek/core": "^1.0.2",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {

View File

@ -1,4 +1,3 @@
import {ConstructorOf, Model} from "@sharkitek/core";
/**
* Auto retriever interface.