-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wl-criteria dep, pin versions of all deps from outside the pro…
…ject (and a few other trivial formatting/code-convention tweaks).
- Loading branch information
1 parent
71c3365
commit 9e938ce
Showing
3 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ | |
|
||
var Errors = require('waterline-errors').adapter; | ||
|
||
|
||
|
||
|
||
/** | ||
* Process Aggregates | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9e938ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bumps the wl-criteria to 1.0.0 to pick up the improvement from balderdashy/waterline-criteria#26.
See balderdashy/sails#3543 (comment) for more background info.
While this will certainly change behavior, the changes are just to make date filtering work as expected, so this should be a patch release. However, waiting to do a release with this until we've used it a bit and are sure there aren't any unexpected changes.