Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren committed Aug 25, 2020
1 parent 44736fa commit 446bc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A mongoose plugin that verifies the fields in a query to ensure that:
- All fields exist in mongoose schema.
- The query have sufficient index coverage.
- The query has sufficient index coverage.

When there is any violation, you can configure the plugin to run arbitrary code, or throw a customizable message.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-safe-query",
"version": "0.2.0",
"version": "0.2.1",
"description": "A mongoose plugin that verifies the fields in a query",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 446bc12

Please sign in to comment.