File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @secjs/database" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Handle your application database with factories, seeders and query builder in Node.js" ,
5
5
"license" : " MIT" ,
6
6
"author" : " João Lenon <lenon@secjs.com.br>" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { InternalServerException } from '@secjs/exceptions'
20
20
import { DriverContract } from '../Contracts/DriverContract'
21
21
import { Is , paginate , PaginatedResponse } from '@secjs/utils'
22
22
import { TableNotSetException } from '../Exceptions/TableNotSetException'
23
- import { NotImplementedException } from 'src /Exceptions/NotImplementedException'
23
+ import { NotImplementedException } from '.. /Exceptions/NotImplementedException'
24
24
import { NullQueryBuilderException } from '../Exceptions/NullQueryBuilderException'
25
25
26
26
export class MongoDriver implements DriverContract {
You can’t perform that action at this time.
0 commit comments