-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove kuzzle-common-objects from dependencies
# Description * Update all dependencies, except for `js-combinatorics` which becomes TS-only after v1.0. This one will be updated when TS interfaces are added to Koncorde * Remove kuzzle-common-objects from dependencies * This means that Koncorde now throws regular Error objects instead of BadRequestError # Other changes * Enhanced a few error messages that were a bit confusing. * Added a new check to the `exists` keyword (object-form) to make Koncorde throw a proper "missing field attribute" error. * Added a proper error explanation when attempting to parse regular expressions * Standardized `npm unit-test` to `npm test:unit` and `npm test:unit:coverage`: the former is a lot faster, useful when working on the code, while the latter includes coverage information, useful for the CI
- Loading branch information
Showing
20 changed files
with
1,606 additions
and
1,041 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
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
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
Oops, something went wrong.