Skip to content

Commit

Permalink
fix(crud): imports
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelyali committed Apr 18, 2020
1 parent 6a19c87 commit 3bcc2ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.4.5] - 2020-04-18

## Deps

- **crud** fixted imports

## [4.4.4] - 2020-04-18

### Deps
Expand Down Expand Up @@ -131,6 +137,7 @@

- several fixes

[4.4.5]: https://github.com/nestjsx/crud/compare/v4.4.4...v4.4.5
[4.4.4]: https://github.com/nestjsx/crud/compare/v4.4.3...v4.4.4
[4.4.3]: https://github.com/nestjsx/crud/compare/v4.4.2...v4.4.3
[4.4.2]: https://github.com/nestjsx/crud/compare/v4.4.1...v4.4.2
Expand Down
2 changes: 1 addition & 1 deletion packages/crud/src/types/query-filter-option.type.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
QueryFilter,
SCondition,
} from '@nestjsx/crud-request/src/types/request-query.types';
} from '@nestjsx/crud-request/lib/types/request-query.types';

export type QueryFilterFunction = (
search?: SCondition,
Expand Down

0 comments on commit 3bcc2ae

Please sign in to comment.